I am working with VFP 6.0.
Question : can I disable the mouse ?
Problem : I have a routine which takes data from a table, creates a text file and then transfers the processed records to another table. I find that if the user clicks away at the mouse, the transferred records may lose the data in the first field! I believe that this has something to do with VFP reading ahead (i.e. before the current operation is completed). My solution is to disable the mouse and let the program prompt the user to continue at strategic point in the code (e.g. after the flush operation is done). How can I do this ? .......THANKS GUYS
Question : can I disable the mouse ?
Problem : I have a routine which takes data from a table, creates a text file and then transfers the processed records to another table. I find that if the user clicks away at the mouse, the transferred records may lose the data in the first field! I believe that this has something to do with VFP reading ahead (i.e. before the current operation is completed). My solution is to disable the mouse and let the program prompt the user to continue at strategic point in the code (e.g. after the flush operation is done). How can I do this ? .......THANKS GUYS