Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Control
Message
De
25/04/2006 14:23:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Grid Control
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01116455
Message ID:
01116455
Vues:
62
I'm Programing in VFP9 But This problem It is all Version

I Have a grid object 10 Line to capture information and in afterrowcolchange i have the code:

Lparameters nColIndex
Local lcRow
With This
If nColIndex>6
lcRow=(.ActiveRow+1)
.ActivateCell(lcRow,1)
Select(.RecordSource)
If !Eof()
Skip
Endif
Endif
Endwith

The Problem is when I have more than 10 line This code is how not exist
After size grid activellcell is null

Thank,
Oscar F.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform