Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Init of combobox in column of grid never runs
Message
From
27/06/2004 20:38:59
 
 
To
27/06/2004 19:02:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00917785
Message ID:
00917790
Views:
8
>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]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform