Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a toolbar cmdbutton from within a form?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00266737
Message ID:
00266742
Views:
20
You will need to define a menu equivalent of the button and assign a hot key to this menu.

HTH
>What I want to accomplish, basically, is assign a hotkey to cmdbutton on a toolbar.
>
>I want the end user to be able to hit a function key or some other hot key while in a form and have this fire the click event of a command button on a toolbar.
>
>I was thinking that I could trap the "hot key" in the keypress event of a form and then access the toolbar somehow.
>
>I have Visual Maxframe Pro so I tried accessing the toolbar through the oToolbars object like "oToolbars.iaTbrInstances[1,1].cmdSave.click()". But I have determined that "iaTbrInstances" is protected and so cannot be accessed.
>
>Is there anyway to get the functionality I desire??
Previous
Reply
Map
View

Click here to load this message in the networking platform