Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox
Message
 
À
20/10/1998 14:48:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00148594
Message ID:
00148599
Vues:
17
>Hello All,
>
>I want to select the last+first name using a ComboBox. The problem is
>how to get the Last+First names (combintion) into an array as one field. Is creating a field in the record that contains both, creating an index for it and bringing it into the array, or referrencing it directly, the best way? TIA.
>
>Regards,
>
>Paige

Paige,
try this

Select alltrim(fname)+' '+alltrim(lname) ;
from mytable ;
into array thisform.YourArray

then set your combo RowSource to the array
Regards
Pete Kane
Regards,
Peter J. Kane



Pete
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform