Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yoda coding styles
Message
 
To
24/04/2006 08:49:06
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01115355
Message ID:
01116082
Views:
23
>
select ;
>  field1, ;
>  field2, ;
>  field 3 ;
>
>If you put the commas at the front, you can move the lines around easily except for the first one.
>
>
select ;
>  field 1 ;
>  , field2 ;
>  , field3 ;
Now strike the word Field. These are Columns, in set based data, not fields.

Field is a var or at worst textbox.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform