Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using createobject to create combo boxes at run time...
Message
From
15/07/1998 19:04:51
 
 
To
14/07/1998 17:31:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117342
Message ID:
00117908
Views:
21
>In your combo class you can add an LPARAMETERS statement to the init of the control and then pass those variables in the createobject control. For example,
>
>*myCBOclass.init()
>LPARAMETER cTable, nxPos, nyPos
>*etc, etc
>
>Then,
>thisform.addobject('cbo1', 'myCBOclass', alias(), 23, 57 )
>
>HTH


ahh! Paydirt!

Merci beaucoup

Harry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform