by James Bott » Fri Jun 04, 2021 10:37 pm
Just for general reference.
Here are some notes (to myself) from my note app:
At the top of your program you should set the default path to DBFs and indexes.
SET DEFAULT TO ".\"
Note that above prepresses to:
Set(7.".\")
To use a variable you can't do:
SET DEFAULT TO cPath
But this works:
SET DEFAULT TO (cPath)
If you don't set the path, you may have an issue like I once did. The files were created and saved, but I couldn't find them. They were not in the same directory as the EXE which they normally are. There were stored in a completely different directory. Took me hours to figure this out.
So always set the default path!
Nice to see you back on the forum, Iris.
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10