Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How declare GotFocus() in grid
Message
De
14/07/1999 06:28:30
Rolandas Jakeliunas
Kaunas University of Technology
Kaunas, Lithuania
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
How declare GotFocus() in grid
Divers
Thread ID:
00241177
Message ID:
00241177
Vues:
67
Hi,

I declare grid, for example:

SqlString = [SELECT ... INTO CURSOR cstring'
&SqlSalyga
thisform.grid1.RecordSourceType=1
thisform.grid1.Readonly=.T.
thisform.grid1.RecordSource = 'cstring'
thisform.grid1.show

Now I need declare GotFocus() function, for example:

thisform.grid1.column1.text.GotFocus()...

I not use classes.
I declare GotFucus in grid1 object, but when use code shown above, gotfocus not work.

Realy need help.
R.J.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform