I use vfp8 and winxp.
When I run this code something strange happens.
IF USED('sdstud') then
USE IN 'sdstud'
endif
USE sdstud IN 0 exclusive && line 47
In line 47 I get 'file is in use' error message.
How come, when I closed it in the instructions above line 47?
When I run the code a step at a time, used('sdstud') is false so it goes
straight to line 47 and reports 'file is in use'.
Can anyone help me?
Sincerely,
Jan Nordgreen