Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox
Message
 
To
20/10/1998 14:48:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00148594
Message ID:
00148599
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform