Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this a bug?
Message
De
01/12/2003 21:33:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Is this a bug?
Divers
Thread ID:
00854879
Message ID:
00854879
Vues:
52
Ok, in my grid I want the user go to next row whenever he hits enter on the last column, so I put this code in the beforeRowColChange event :

LPARAMETERS nColIndex

IF THIS.ACTIVECOLUMN==THIS.COLUMNCOUNT .AND. LASTKEY()==13
THIS.ACTIVATECELL(THIS.ACTIVEROW+1,1)

ELSE
DODEFAULT(nColIndex)
ENDIF


But strangely the code only works within the first 13 rows of the grid, What could be wrong?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform