Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DbCilck Grid
Message
 
 
To
09/02/1999 02:52:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00185410
Message ID:
00185448
Views:
19
>Hi,
> I would like to have grid that look like ListView. All the characteristic tbe as ListView have been set. But still a little bit of not perfect....I want to call mymehtod after dbclick on the active row, Somebody told me to put my call in the Dbclick event of textbox since the DbClick event of grid won fire if dbclick on the active row. I tried it and it true. Then, I don want the cursor appear in the active column' text box, so I add RETURN .F. in When Event. It made cursor not appearing after clicked. BUT there is a bew problem occurs....!!!
> Since I put RETURN .F. in When event, the dbclick event in textbox doesnot fire. Again, a rectangle appear in the active column after clicked. I try to add a shape with same backcolor with grid behind of grid, but not working....Anybody have any ideas to solve it??
>Thank you

What you need to do is place all the code you want to run in the beginning of the DblClick method of the TextBox -- including DoDefault() IF needed. The very last line of code should be RETURN 0 instead of RETURN .F..
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform