Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WhatIsThisButton
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00138804
Message ID:
00138813
Views:
19
>Hello All,
>Does anybody know how to imitate WhatIsThisButton without having it in the TitleBar.
>In other words, I would like to have the button with question mark in the Toolbar so if I click on it it should work exactly the same way as if the WhatIsThisButton is clicked.
>
>TIA, Denis

I've done it by creating a button. I'm not sure how to do it in the toolbar but maybe this will help.

Create a command button - I put a picture of a question mark on it.
In the click event put:
thisform.whatsThisMode()
To prevent the '?' from showing on the forms, have either the min or max properties set to true.

Maybe that will get you started.

Robert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform