Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DbCilck Grid
Message
 
 
To
09/02/1999 10:59:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00185410
Message ID:
00185532
Views:
17
>Hi,
> Then, what should i put in when event?? If I put RETURN 0 or ingnore it in when event, cursor will appear when i click on it...

The problem is the WHEN method fires as soon as the control gets focus so the DblClick can never be recognized because of the RETURN 0 or RETURN .F.

If everything works correctly when the code is in the DblClick method except for where the cursor appears, then I would leave the code in DblClick because that is what you really want to happen before any code fires. At the end of the code, you could add 1 more line of code -- some_other_object.SetFocus()
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform