Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from several tables
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01217264
Message ID:
01217666
Views:
13
The problem is before IF

I runned the test below

********************************************
STORE mydir1 TO MyOldPath && my old dir
STORE "C:\data" TO MyNewPath && my new dir

lnOldTables = adir(laOldTables, MyOldPath + "*.dbf")
lnNewTables = adir(laNewTables, MyNewPath + "*.dbf")

= MESSAGEBOX (STR(lnOldTables))
* returns 17

= MESSAGEBOX (STR(lnNewTables))
* returns 0 though there are 10.dbf files on the its folder
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform