Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yoda coding styles
Message
 
À
24/04/2006 08:49:06
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01115355
Message ID:
01116082
Vues:
20
>
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform