Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
 
 
To
13/12/1999 21:18:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303051
Message ID:
00303463
Views:
20
Or...

lParameters cTableName
Use (cTableName)
With This.Mycombobox
.rowsourcetype=8
.Rowsource = cTableName
.sorted=.t.
Endwith



>***Form.Init event
>
>LPARAMETER cTablename
>Select (cTablename)
>With This.Mycombobox
> .rowsourcetype=0
> .sorted=.t.
> .clear
> For nLoop=1 to Fcount()
>  .additem(field(nLoop))
> Endfor
>Endwith
>
Previous
Reply
Map
View

Click here to load this message in the networking platform