Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid method when a row is selected
Message
From
14/07/2016 14:39:32
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01638393
Message ID:
01638401
Views:
55
>>>Hi,
>>>
>>>Is there a method of a grid that fires when a user clicks on a row? The method AfterRowColChange fires only/when the row is changed.
>>>But if the grid has only one row, this method does not fire.
>>>
>>>I thought about Grid Click() method but it fires even if the grid has no records. And I need to fire a method that indicates that a row is selected.
>>>
>>>TIA.
>>
>>Try BeforeRowColChange
>
>Thank you. But it also only fires when you change the row. But if the grid has only one row, it does not fire.

In cases like this, open the debugger and start Event Tracking under Tools, This will show a list of every event that happens. A tip: don't leave it open too long, since the number of events can get extremely long.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform