justamistere
Programmer
This seems simple, any suggstions appreciated.
On the cmdExit.Clicked() event, I would like to try to re-open the table as "EXCLUSIVE", with the same alias name. Then reindex-tags if table can be opened exclusively.
I have tried capturing error() 1705 and 3. The "USE DBF() EXCLUSIVE" command closed the shared file, so bound controls complained.
The table is opened as "SHARED" in the public datasession=1, then =CURSORSETPROP("Buffering", 3, .gcAlias) is issued.
This app is a single form based executable, using a free .dbf table.
On the cmdExit.Clicked() event, I would like to try to re-open the table as "EXCLUSIVE", with the same alias name. Then reindex-tags if table can be opened exclusively.
I have tried capturing error() 1705 and 3. The "USE DBF() EXCLUSIVE" command closed the shared file, so bound controls complained.
The table is opened as "SHARED" in the public datasession=1, then =CURSORSETPROP("Buffering", 3, .gcAlias) is issued.
This app is a single form based executable, using a free .dbf table.