Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why in Earth this doesn't work?
Message
From
12/06/2001 02:23:00
 
 
To
11/06/2001 23:29:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00518203
Message ID:
00518216
Views:
10
>A command as simple as:
>
>Select TABLE_A
>Append from TABLE_B FOR FIELDX=.T.
>
>it appends all records, not only FIELDX=.T.
>FIELDX in TABLE_B is a logical field.
>
>I tried also
>
>Append from TABLE_B FOR TABLE_B.FIELDX=.T.
>
>Same result.
>
>Why things apparently so simple are sometimes so complicated?
>
>TIA for your time.
>
>Ulises



Really donno what is wrong but suggest you to try:

Select TABLE_A
Append from TABLE_B for !EMPTY(FieldX)
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform