I have a form that calls a search form that in turn calls a results form that displays a lengthy client record. I'd like the user to be able to maximize this form, resizing the data for readability. Currently this is only possible if the calling form has been maximized before the results form is instantiated - because the results form will only max to the boundary of the parent form. Since the results form is modal, the user cannot max the parent form without exiting the child.
I'm not sure of the best way to fix this and I am looking for ideas. Thanks for any help.
Joe Halloran
I'm not sure of the best way to fix this and I am looking for ideas. Thanks for any help.
Joe Halloran