Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to validate movement from row to row in a grid?
Message
De
06/07/1999 09:21:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00237681
Message ID:
00237698
Vues:
11
Hello Nikolay,

I just asked the same question last week.

Why don't you add a property (nOldRow) to store the active record #. Then in the AfterRowColChange() code put:

if recno('mytable') <> thisform.nOldRow
** Do your row change stuff here
thisform.nOldRow = recno()
endif

HTH
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform