Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Controls

Status
Not open for further replies.

FoxStudent

Technical User
Feb 24, 2000
85
GB
I have been programming in VISUAL BASIC were I can allow the user to enter more than one incidence of a particualr vairable into an array. Alternatively I can allow the user to enter more than one incidence of a field to create seperate records. How would I create the equivalent in Visual Fox Pro 6.0 with an array\group of controls?
 
If I understand your question correctly, you can use the ListBox control and set the MultiSelect property to .T.&nbsp;&nbsp;Your processing code can interrogate the Selected property to identify which options were selected. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top