Post by kevclark64 » Fri Feb 21, 2020 3:44 pm
Code: Select all
USE "c:vfp9myfile.dbf" ? ALIAS() // prints "MYFILE"
USE "c:vfp9myfile.dbf" ? ALIAS() // prints "myfile" use "c:vfp9MYFILE.DBF" ? ALIAS() // prints "MYFILE" use "c:vfp9MyFile.DBF" ? ALIAS() // prints "MyFile"
Post by robert » Sat Feb 22, 2020 11:44 am
Return to “Visual FoxPro”