Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a table from a form
Message
From
17/08/2000 01:10:45
 
 
To
16/08/2000 16:59:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00405822
Message ID:
00405937
Views:
16
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform