Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Way to te if changing rows in beforerowcolumnchange?
Message
De
07/10/1998 16:32:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00144778
Message ID:
00144779
Vues:
16
>how to tell if you are changing rows in beforerowcolumnchange? have a way that is working, but wonder what others are using?
>
>thanks
>
>brenda

Usually, it's checked in AfterRowColumnChange event:
***Grid.BeforeRowColumnChange
Thisform.Gridrecno=recno("curGridsource")
***Grid.AfterRowColumnChange
IF Thisform.Gridrecno<>recno("curGridsource")
*** this is new row
ENDIF
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform