FoxProProgrammer
Programmer
I created a Form that displays revision notes for a database. It has only labels and a button to close the form. The form has vertical scroll bars because it is too long (high) to fit on the screen. The close button is at the bottom of the form.
When the Form opens, the text at the bottom of the screen is visible. I want the form to open so the text at the top is visible. I presume that this is happening because the only control on the form is the button at the bottom. I added a control at the top and sure enough the form opens at the top. I don't have any use for this control other than to force the form to open at the top. When I set the Visible property of the control to No, the form opens at the bottom.
Is there a way around this?
Thanks,
dz
When the Form opens, the text at the bottom of the screen is visible. I want the form to open so the text at the top is visible. I presume that this is happening because the only control on the form is the button at the bottom. I added a control at the top and sure enough the form opens at the top. I don't have any use for this control other than to force the form to open at the top. When I set the Visible property of the control to No, the form opens at the bottom.
Is there a way around this?
Thanks,
dz