Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IMPORT DELIMITED FILES
Message
From
26/01/2000 01:25:15
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00322061
Message ID:
00322644
Views:
22
THANK U FOR YOUR HELP.

My another question is, I use following statement to append the record on temp table into my main table after doing some selection. But problem is, when I use following statement :

mfile = sys(6)
CREAT TABLE &mfile ...
.
.
.
insert into maintable (a, b, c) ;
value (mfile.a,mfile.b,mfile.c)


The vfp cannot accept the insert statement because it don't know mfile.a ..

How can I solve it??

Thank u.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform