Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty for object
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00362650
Message ID:
00362651
Views:
23
Hi Brien,

This was in a thread a few days ago -- You need to use "AddObject()" to place the textbox on the form.

HTH
Barbara

>Code:
>
>gofrm = create("form")
>gotxt = create("textbox")
>gotxt.visible = .t.
>gofrm.addproperty("txt1",gotxt)
>gofrm.show(1)
>
>Who can tell me why the textbox in this form is not visible?
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform