Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Init of combobox in column of grid never runs
Message
De
27/06/2004 20:38:59
 
 
À
27/06/2004 19:02:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00917785
Message ID:
00917790
Vues:
7
>Hi,
>
>I added a combobox to a column of a grid with some code, including SET STEP ON, in the combo's init, but it never runs.
>
>Is there something else I must do?
Heya Alejandro ..

there is, of course, the BFAI approach [brute force and ignorance]

assume that the method will be there once the form finally finishes instantiating ..

then ?
in the init of the form -
try
thisform.grid.column1.thing.cbo.methodname

and see if the bloody thing fires then.

you could also put it in yet another click method of a button, put on the form, just to see if the thing will fire.

IF it indeed does fire, then you got some 'other ' method code wiping it out - slam a nodefault in there somewhere and see if that indeed does make a difference.

saludos [Bill]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform