Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect only row change in grid.
Message
From
07/07/2000 08:29:32
 
 
To
07/07/2000 08:05:00
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00389383
Message ID:
00389395
Views:
24
Hi Rajesh,

If you declare a Public Variable as Numeric

Then in the BeforeRowColumnChange event Do:
myvariable = This.activerow

In the AfterRowColumnChange Event Do:

IF myvariable <> This.activerow
DO YOUR CODE
ENDIF

This works for me. I't not elegent But...
HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform