Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATE TABLE doesn't work in a program file.
Message
From
23/10/1999 12:08:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00280418
Message ID:
00280426
Views:
12
>>When I issue the following commands from the command line, I get the desired result.
>>
>>cElement="Checks"
>>CREATE TABLE TempFile (&cElement C(35), Group L)
>>
>>VFP creates a table called tempfile with the two fields in it.
>>
>>When this set of commands is issued from within a program file, I get the error "Feature is not supported for non-.DBC tables. (1580)" Why can I issue this command from the command line, and create a FREE table, but within a program the same set of commands won't work?
>>
>>Thanks in advance....
>>
>>John Dennis
>
>Try: CREATE TABLE TempFile FREE (&cElement C(35), Group L)

Mark,

Thanks for the response. I tried that (probably should have mentioned that), and it has no effect. The online help states that FREE is not necessary if there are no DBC files open. This program I am working on has none. Let me know if you have any other great ideas.

jd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform