I am using vfp6
I want to be able to detect when a programmer has completed modifying files.
I will start the edit from a button click but I want to use the NOWAIT
option on the modify command. Then when the file has been modified I would
like to do some processing on it.
I would prefer not to use a timer to check whether the forms are still being
modified. I want something closer to an event. I have tried bindevents, but
it doesn't seem to work with a form. I get "No such interface supported".
The other option is to watch the date and times on the files in a particular
directory but again I wanted to avoid using a timer for polling.
Any help would be appreciated.