Visible property and overlapping controls (OpenInsight 32-Bit)
At 21 MAY 2008 11:13:22AM Cully A Cobb wrote:
Hi all,
I have two sets of controls which I would like to occupy the same space on a form, and have either one set or the other visible, depending on a flag in the table. The problem I am having is that if the controls do not "overlap" (ie, not placed directly on top of one another), my subroutine hides and displays them appropriately. However when I move them on top of eachother, sending a visible command to one set makes BOTH sets visible, and sending a visible command to the other results in neither being visible. What's going on here? I have tried mocking a simple form up with just two overlapping controls (tables) and OI didn't seem to have any problems with that. Any ideas?
Thanks,
Steve
At 21 MAY 2008 12:23PM Cully A Cobb wrote:
Nevermind, found out the problem. The group boxes I had in there were conflicting with each other. Nothing to see here folks!