Hi friends,
i begun to use table buffering for a short time and i've run into some problems, hopefuly Tek-Tips can help us:
1. when I issue cursorsetprop("Buffering",2,alias()) on a table is supposed to be a pessimistic table buffering, but if a append blank command is issued and after that a tablerevert(.t.) the empty row isn't "dissapearing".
2. cursorsetprop("Buffering",2,alias()) case : if i have a table from a database opende by two users and if one of them has tablerevert(.t.) that means that all records from the table are reverted or only from the user's station.
3. is there any function or method to see is the buffer is commited ?
Thanks
i begun to use table buffering for a short time and i've run into some problems, hopefuly Tek-Tips can help us:
1. when I issue cursorsetprop("Buffering",2,alias()) on a table is supposed to be a pessimistic table buffering, but if a append blank command is issued and after that a tablerevert(.t.) the empty row isn't "dissapearing".
2. cursorsetprop("Buffering",2,alias()) case : if i have a table from a database opende by two users and if one of them has tablerevert(.t.) that means that all records from the table are reverted or only from the user's station.
3. is there any function or method to see is the buffer is commited ?
Thanks