Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to create free table at runtime -- HELP!
Message
From
13/04/2000 18:02:26
 
 
To
13/04/2000 08:46:39
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00359190
Message ID:
00359551
Views:
12
>*******************************************
>lcTableName = oapp.lctemp+'realtime.dbf'
>** 'oapp.lctemp' represents the runtime path, usually 'c:\temp\'
>CREATE TABLE &lcTableName free ;

Make this:

CREATE TABLE (oapp.lctemp+'realtime.dbf') free ;
...


Does that create it?
Previous
Reply
Map
View

Click here to load this message in the networking platform