Hi All
I have a class with 4 combo boxes in it (container).
They are linked by their data, i.e when you select something in the first one, it populates the second combo and so on.
My question is....do they get created or fired in any particular order.
The second combo box INIT event fires before the first combo box.
So then I put a messagebox in the INIT of the whole class and still the second combo box init fires first.
Can I alter this anywhere? I am using VFP8 and used the IDE to develop the class.
Thanks