Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoke toolbars in a prg
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00550232
Message ID:
00550353
Views:
14
Thank you!

>>Hello all!
>>
>>Is there a way to invoke the view/toolbars in a prg, like the Form Designer or the Standard toolbars
>>
>>Thank you.
>AFAIK, you cannot programaticaly activate system toolbar, only manually. However, you can hide and show it after it's activated.
HIDE WINDOW "Form Designer"
>...
>IF WEXIST("Form Designer")
>  SHOW WINDOW "Form Designer"
>ENDIF
One can acquire everything in solitude but character.
Stendhal (1783-1842)
Previous
Reply
Map
View

Click here to load this message in the networking platform