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 16:59:48
 
 
To
19/06/1999 12:49:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00231741
Message ID:
00231815
Views:
20
>>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
---------
Thanks Erik ... I will do it that way... thanks again ..:)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform