Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to refresh my GRID.column1 AfterRowChange?
Message
From
19/06/1999 12:49:11
 
 
To
19/06/1999 08:23:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00231741
Message ID:
00231774
Views:
15
>I want to refresh my GRID AfterRowChange only when the user
>leaves grid1.column1...but there is not a AfterRowChange
>in the properties in grid1.column1...can some help...
>thanks.. :)

AfterRowColChange is a grid, method, not a column 1. If you want some code to run in that event, but only want it to run after that column changes, you'll have to add a proprety to your grid called nLastColumn or something. Then put code in the AfterRowColChange that does something like:

IF THIS.nLastColumn = 1
* Special code here
ENDIF

THIS.nLastColumn = nColIndex
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform