Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
From
02/07/2001 10:26:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Combo boxes
Miscellaneous
Thread ID:
00525878
Message ID:
00525878
Views:
44
hi all, in my form design, i have two combo boxes.
the 1st box is named cboAccn and its pems are:-
boundto=.f.
rowsourcetype=3 sql
rowsource=select accountno,name from customer into curs temp grou by accountno, name
columncount=2
columnwidth=50,100
the 2nd box is named cboName and its pems are:-
boundto=.f.
rowsourcetype=3 sql
rowsource=select name,accountno from customer into curs temp grou by name, accountno
columncount=2
columnwidth=50,100

my intention is to allow the user flexibility to select from either box which is achieveable. my problem is i am unable to populate the name of the previously selected acccountno at the initialisation of the form in the 2nd box. i've tried listindex and listitemid at the init pem.

please help. ta.
Next
Reply
Map
View

Click here to load this message in the networking platform