I am using Lebans wonderful example of alternate colors for my continuous subform.
However, I collapse and expand controls from a main form (setting height to zero) and need to update the subfrom backcolor because it stays at the original height.
I think I need to update using:
fbc.Create
fbc.UpdateScreen
But I have no idea where to put it. I cannot find an event that fires on the sub form (on collapse a control height to zero) and the main form does not recognise these commands (because I am not using them correctly I guess).
Can anybody help?
DubaiDave
However, I collapse and expand controls from a main form (setting height to zero) and need to update the subfrom backcolor because it stays at the original height.
I think I need to update using:
fbc.Create
fbc.UpdateScreen
But I have no idea where to put it. I cannot find an event that fires on the sub form (on collapse a control height to zero) and the main form does not recognise these commands (because I am not using them correctly I guess).
Can anybody help?
DubaiDave