I have developed an application that during development testing (by running the main code from the project view) works wonderfully well and without error. However, when I create an application from it and test it, I get 'cannot update the cursor' when ever I try to add a new record.
I open the tables shared,
and I use lock() before I attempt to append blank.
the Lock() function returns .T., yet the append blank fails.
The exact code succeeds when running from the project window.
Does anyone have any suggestions?
Thanks,
Taz
I open the tables shared,
and I use lock() before I attempt to append blank.
the Lock() function returns .T., yet the append blank fails.
The exact code succeeds when running from the project window.
Does anyone have any suggestions?
Thanks,
Taz