Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Put a button object in an existing form
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Put a button object in an existing form
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01100032
Message ID:
01100032
Views:
61
Hi,

Is it possible to put an existing button object on the surface of an existing form? e.g. as in the code below, is there a way to make the button 'ob' show up in the form 'of'?

ob = createobject('commandbutton')
of = createobject('form')
of.show(1)

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform