I have a form with a subform within it. I am trying to make it dynamic for resizing but I have one problem. well two.
firstly.
I have this code
this works fine when I make form longer, but not when I make it shorter. I also have the same code for a subform and that works fine....
any ideas on this?
And also.. possibly more importantly how can I set minimum size for the form so that it can not be made smaller than that?
firstly.
I have this code
Code:
me.form.width = me.insidewidth
any ideas on this?
And also.. possibly more importantly how can I set minimum size for the form so that it can not be made smaller than that?
Comment