Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Preview Toolbar
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00177432
Message ID:
00177582
Views:
39
>Hi Bill,
>
>Yes, sort of, at least. You can capture the click with ON KEY LABEL LEFTMOUSE. Then us MWINDOW(), MCOL() and MROW() to determine the postion, maybe WCOLS() and WROWS() to verify that the window has the expected size. If you want to execute your default behavior, use WAIT WINDOW "" to supress the native click event.
>
>Two possible problems: With that technique the user doesn't have a visual clue that she pressed the button, because ON KEY LABEL is actually a MouseDown event. And you can't execute code after the default behavior executed.
>
>Christof

Cristof --

Clever idea. I might fiddle around with it a little, but as you pointed out, its apparent visual drawbacks might preclude me from actually implementing it.

Thanks -- Bill
Previous
Reply
Map
View

Click here to load this message in the networking platform