Hi,
I want to be able to create one or more frames at runtime based on user entry. Then I want to create one or more(usually more) command buttons and text boxes inside each frame based on information from a database. I have finally been able to figure out how to create it all, but now I need to be able to resize the frames and reposition them based on how many text boxes there are inside. And also, I need to be able to align everything so it looks right to the user. Is there a quick and dirty method, like an align method that will let me do that?
What I am doing now is trying to figure out the top and left properties of each command button and text box inside the frames. Then I guess I will have to go through and calculate the size of the frames and then position the frames. I'm thinking there must be an easier way. Any suggestions would be appreciated.
Thanks,
Elena
I want to be able to create one or more frames at runtime based on user entry. Then I want to create one or more(usually more) command buttons and text boxes inside each frame based on information from a database. I have finally been able to figure out how to create it all, but now I need to be able to resize the frames and reposition them based on how many text boxes there are inside. And also, I need to be able to align everything so it looks right to the user. Is there a quick and dirty method, like an align method that will let me do that?
What I am doing now is trying to figure out the top and left properties of each command button and text box inside the frames. Then I guess I will have to go through and calculate the size of the frames and then position the frames. I'm thinking there must be an easier way. Any suggestions would be appreciated.
Thanks,
Elena