Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First click on a combobox in a grid
Message
From
21/05/1998 11:39:42
 
 
To
20/05/1998 11:03:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00100390
Message ID:
00100848
Views:
26
Hm. May I offer another suggestion that doesn't rely on a bug _not_ being fixed or a "fake-out"? (or, I may just not be reading the question the same way you intend it *shrug*)

You could subclass a combobox,
add a custom property called times_clicked (or whatever)
increment Times_clicked in the Click()
If it's the first time, do what you have to do,
If it's the second time, DODEFAULT() and reset the times_clicked to 0.


>>Is it possible to implement the following ? First click on a combobox in a grid only sets up a current cell and the second click on the same cell shows the list of values.
...snip
Previous
Reply
Map
View

Click here to load this message in the networking platform