Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP parser bug?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01363052
Message ID:
01363087
Views:
12
>Hi everybody,
>
>We found a strange problem which I believe is a bug in VFP compilator.
>
>This code
>
>INSERT INTO myCursor_Name (field1, field2, ...) SELECT * from myCursor_Name_temp
>
>would not compile.
>
>This variation
>
>INSERT INTO myCursor_Name (field1, field2, ...) SELECT field1, field2, etc. from myCursor_Name_temp
>
>would not compile either in the form's method.
>
>We had to use APPEND from syntax instead.
>
>Do you see what can be wrong with the above statements?
>
>Thanks in advance.

I don't see anything wrong with it from the shorthand description. Any chance you can post the exact code?

What compiler error did you get?
Previous
Reply
Map
View

Click here to load this message in the networking platform