Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double click a row in Grid control
Message
From
15/06/1999 10:57:08
 
 
To
14/06/1999 21:10:20
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00229804
Message ID:
00229976
Views:
12
Bui,
What exactly are you attempting to do? Capture a double click event. You can place your code or actions in the double click method such as populating a field or what have you. I use a grid most of time I want to show my users what's available and give them the option to either print or conduct some sort of action...

Here's a typical double click event:
If this.value = .t.
this.txtfield = .t.
perform your action
else
this.txtfield = .f.
perform your action
endif

HTH

Jeff
Thanks in Advance.

J. Turner
Previous
Reply
Map
View

Click here to load this message in the networking platform