I found a demo online that I wanted to try. When I run the program, VFP throws up a dialog saying "The file does not exist." The offending line is the second line of this code:
If File("Customer.dbf")
Drop Table Customer
Endif
The file does exist. And if it didn't, why would the second line of code even be executed? What am I missing? I'm not sure you want details about what all I tried in order to get it to run like adding quotes, adding the extension, etc. No change I tried let it run.
If File("Customer.dbf")
Drop Table Customer
Endif
The file does exist. And if it didn't, why would the second line of code even be executed? What am I missing? I'm not sure you want details about what all I tried in order to get it to run like adding quotes, adding the extension, etc. No change I tried let it run.