Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to refresh my GRID.column1 AfterRowChange?
Message
De
19/06/1999 16:59:48
 
 
À
19/06/1999 12:49:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00231741
Message ID:
00231815
Vues:
21
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform