G
Guest
This is a very general question.
I have a form. On this form I have many controls and several tab pages. To
complete this form I will need to make a couple of calls to a database, and I
have several subs that set values based on input of controls on the form.
Do I put all of my subs/functions that reference or set form controls on the
form itself? Is there a way to set a form control from another module or
something. The form code is >1200 lines now. I come from an .asp world and
it seems big and unmanageable now and it's going to get bigger.
How do you pros do it?
I have a form. On this form I have many controls and several tab pages. To
complete this form I will need to make a couple of calls to a database, and I
have several subs that set values based on input of controls on the form.
Do I put all of my subs/functions that reference or set form controls on the
form itself? Is there a way to set a form control from another module or
something. The form code is >1200 lines now. I come from an .asp world and
it seems big and unmanageable now and it's going to get bigger.
How do you pros do it?