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:
00550246
Views:
15
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform