Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CREATE TABLE doesn't work in a program file.
Message
De
23/10/1999 12:08:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00280418
Message ID:
00280426
Vues:
14
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform