Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a table from a form
Message
De
17/08/2000 01:10:45
 
 
À
16/08/2000 16:59:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00405822
Message ID:
00405937
Vues:
17
>We're trying to create a new table from a textbox on a form. We would like the table name to be chosen by a user. Alpha and numeric.

Instead of Juan's solution, try:
CREATE TABLE (thisform.text1.value)    ;
	(Orig_Lata C(3),;
	Term_Lata C(3), ;
	Bill_Dur N(6))
Cause, not only is it faster, but it won't cause a syntax error if you put a space in the filename.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform