I want to make an application that have one main form that have one functionality = Add new form. I dont know how forms will be created, they are created dynamically by the user (AddForm methos from
I have a form with 13 subforms (each in separate tab page). Those subforms are link to the form with primary key ID. The ID is generated on the fly by 3 fields on the form.
Is there a way that I can hand a Winforms form object to a main form containing a tab control, and have the main form load this form object into one of the tabs?
I\'m working with forms and sub forms lately. I\'ve created the following: $form = new Application_Form_Cv();
I am busy developing an MS Access 2007 application that requires the use of subforms with quite a complex user interface. I am aware on how to create a parent form and link to a subform so that it sho
I am using MS Access 2003 and I have a form with two subforms (subform1 and subform2) which are not nested.They both display tabular data on them so they cannot be nested.I would like to change the re
I have a form (Quote) with an auto-number ID, on the form at the moment are two subforms that show different items (sub 1 shows partition modules sub 2 shows partition abutments) both forms use the sa