Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND From FOR clause ignored in VFP6
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00697671
Message ID:
00697704
Views:
15
Edgar,

>APPEND FROM utemp For (SubStr(utemp.Submitter,1,1)="E")
>go bottom
>wait window estate.submitter
>Why would I get all records from UTEMP? I specified 'E' as first letter of first field!

Is the submitter field included in the target dbf? If not, include it and write the command like this:
APPEND FROM utemp For (SubStr(Submitter,1,1)="E")
HTH,
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Reply
Map
View

Click here to load this message in the networking platform