Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - Column1
Message
 
 
To
09/09/1997 14:55:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00049041
Message ID:
00050264
Views:
19
Thanks for the response Bill, the answer to your question is no. I only had code in the DoubleClick event. I did try moving it from DoubleClick, to Click just to see if any events were firing and it still did not work.

Actually, now my code mysteriously works. Several users were having the same problem, and now none of them are. I can't explain it, but it looks like it was me, not FoxPro that was the problem.


>Hi Sean,
> Do you have code in both the Click and DoubleClick events? My experience is that if you have code in both, the DoubleClick event will not fire due to the Click event firing first.
>
>Bill
>
>>>>I am having problems with the DblClick, Click, Keypress events in my grid for Column1-Text1. They won't fire. Is this a bug, and if so, are there any workarounds?
>>>
>>>A grid's column's control's methods won't fire unless there is a record in the recordsource. If there are no records, the row doesn't really exist, and the control doesn't either. The code should fire if the column you click on has a record behind it.
>>>
>>>Erik
>>
>>There are records in the grid and in the column. But when I DblClick, it only highlights the cell and ignores my code.
Previous
Reply
Map
View

Click here to load this message in the networking platform