I have the following form:
The bottom half of the form (labels, grid, command buttons) is in a container called cntIssue.
When I start up, I set the height of the form so that cntIssue is hidden and move cntIssue up to 0,0. When the user types a value into the first grid, I bring up cntIssue with the second grid over it, so that the original grid is hidden, the effect being that it's the exact same screen. When they hit either of the buttons in cntIssue, I'm removing cntIssue. Simple.
However, when I run this form, and bring up cntIssue, it results in this:
Notice how the "Select non-Fifo transaction" label is nearly totally obscured by the original grid. The "Quantity left" labels and the command buttons *definitely* belong to cntIssue, and the fact that the original grid is obliterated at the top of the second grid is really bugging me!
I've tried bringing cntIssue to front, sending the main grid to back, etc. The background type of cntIssue is opaque, so that can't be it. I just can't figger it out!
[Apologies for the size of the s/shots - I only have MSPaint on this machine...]
The bottom half of the form (labels, grid, command buttons) is in a container called cntIssue.
When I start up, I set the height of the form so that cntIssue is hidden and move cntIssue up to 0,0. When the user types a value into the first grid, I bring up cntIssue with the second grid over it, so that the original grid is hidden, the effect being that it's the exact same screen. When they hit either of the buttons in cntIssue, I'm removing cntIssue. Simple.
However, when I run this form, and bring up cntIssue, it results in this:
Notice how the "Select non-Fifo transaction" label is nearly totally obscured by the original grid. The "Quantity left" labels and the command buttons *definitely* belong to cntIssue, and the fact that the original grid is obliterated at the top of the second grid is really bugging me!
I've tried bringing cntIssue to front, sending the main grid to back, etc. The background type of cntIssue is opaque, so that can't be it. I just can't figger it out!
[Apologies for the size of the s/shots - I only have MSPaint on this machine...]