The subforms tag has no wiki summary.
2
votes
1answer
81 views
Requery subform (1) after adding a new subform (1) record via pop-up subform (2) - Access 2007
I have a form with two subforms (1 and 2). Subform 1 stores the data continously for account breakdowns. Using a pop-up subform (subform 2), the user enters data to change or update the account ...
2
votes
0answers
83 views
Capture from subform and send to mainform constantly
I did it, but too much exceptions occur
Mainform.cs
Subform subform = new Subform();
subform.GetCapture += new Subform.GetCapture(SetSubformImage);
subform.Show();
//Set subform image to a pictureBox
...
2
votes
2answers
156 views
Have only one instance of a subform open at a time c#
I'm writing an application that uses a wizard-like series of 5 simple forms. The first form, NewProfile, is opened from a menu item on the main application, MainForm, so is a subform of MainForm. The ...
2
votes
2answers
289 views
Access Subform Visibility
I have an access form that contains a dropdown list of form names populated from a table. When someone selects a particular item from the dropdown I want to be able to display 1 of the corresponding ...
-1
votes
2answers
178 views
How to add subforms to a form in c#
i have two little questions to you:
How to add several subforms to a form in C# like on the pictures below:
[Cascade]
[Tile]
And the second one is how to manage their position(Cascade, Tile, ...
3
votes
1answer
201 views
symfony2 form disable
I am using the same form to "preview" an object as I am to "edit/update" the same object.
In my showAction() for the controller I have the following code:
$form = $this->createForm(new ...
1
vote
1answer
175 views
zend framework subform isValidPartial?
I have a form with several subforms on it. I have an isValid method for the form where I check if only one particular subform is valid. For example, I must check if subform2 validates properly. If ...
0
votes
1answer
467 views
How to use subforms in Zend Framework2
Is there a way how I can use zend subforms in Zend Framework2. When I did a search in the internet I have landed upon many examples showing how to use zend subforms but using Zend Framework1.
In ...
2
votes
1answer
94 views
Call to Mainform from Subform
I have an access database that has a form with a VBA populated date.
Each time the form loads the date is automatically populated into the textbox labeled "Date". On this same form I have a subform ...
0
votes
1answer
218 views
Access parent and other open forms from a subform
In continuation to my application development, I have encountered another intersting problem.
In my MS Access application, I am using a form which contains only two controls - a textbox and a ...
1
vote
1answer
205 views
filter data from one table based on second table without duplicates
Note: I'm working with a large complex database, so for clarity's sake I have simplified the set up below.
I struggled a bit with how to title the question since it's a bit of a complex question. I ...
1
vote
2answers
2k views
Driving a MS Access query in a subform form from the main form
I have a subform in datasheet form.
I want this subform to be filtered based on a combo box on the mainform.
The data for the subform comes from a query. I have set the criteria of one of the fields ...
0
votes
0answers
117 views
zend framework - dynamic select query, form with some filters to get parameters for query
I have one form. I need to put some filter boxes in it(subform?, or partial views with form) to gather where statements for dynamic query. For example in one filter : 'salary over/salary under - 2 ...
-2
votes
3answers
247 views
C# Adding a Child form to my main form
I need help in adding a new form where I will asked to enter three numbers.
The thing is when I do a Click on a menu strip on my main form, the new form will open,
but the main one will not close, ...
1
vote
1answer
182 views
SubForm Reversed
This question is an extension of one of my previous questions, which I've since resolved. See here for details.
I have an issue with subforms. I have two tables, TableA and TableB with a one-to-many ...
1
vote
1answer
687 views
Access 2010 - imported data from excel - combine two columns into one subform column
I'm totally new with Access, so I'm not sure if I'm going about this the right way, but I'm stuck.
I have an excel file with about 5000 records. Among the data in this file are columns for tracking ...
1
vote
1answer
2k views
Binding a combobox in subform Access
I have a subform which has the correct Source Object, Link Master field and Link Child field parameters.
I can create a combobox in the subform which shows the correct information in the drop down ...
1
vote
1answer
81 views
Subform Solution with Limited Space - MS Access
I've been looking and trying a bunch of different things but I can't solve my situation:
A room contains furniture. I need an inventory/details about this furniture as well as the room. The user ...
0
votes
1answer
2k views
Access 2007 best way to link multiple subforms to main form with tabs
I have a main form with 10 tabs, each tab with one subform control. Started with all 10 tabs as subforms, main form having only a few additional controls, one of which is primary key. Recordsource for ...
1
vote
1answer
329 views
Form_AfterUpdate is lost during a SubForm.Recordset change
I've got a problem with SubForms in Access, there is something I don't understand.
I have a Form (frm) with a control (combo) and the form contains a Subform (subfrm).
In debugmode i make two ...
0
votes
1answer
243 views
MS Access 2007 - How to manage different formatting of controls on subform in continuous form mode?
I have an MS Access 2007 subform that is displaying data in continuous form mode. All controls on the subform are bound.
I want to change the colour of a combo box on that subform depending of the ...
0
votes
1answer
1k views
Autofill value in subform based on value in parent form
I am creating a subform (in datasheet view) based on a query (qryClientEmployment) to display employment history for the client whose information is stored in the parent form (frmClientInformation). ...
0
votes
0answers
50 views
Access2007: Constantly being prompted for ODBC Connection
I have a form, with a subform that has a record source to a SQL pass-through query. Every time I open this query or run I am prompted for the ODBC connection. What's worse, is that when I open the ...
0
votes
2answers
128 views
Creating relationships in Microsoft Access
I'm creating a database to track my students' participation in classes. This is what I've set up so far. I'm working in Access 2007.
Participant Master table - name, contact info, enrolled class, ...
1
vote
2answers
346 views
Design apllication with muliple forms within one main form
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 ...
1
vote
1answer
367 views
Access data entry with subforms
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.
The problem is ...
2
votes
3answers
972 views
How do I dynamically embed a winform subform into the tab control of a main winform?
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?
An additional wrinkle: the form ...
3
votes
1answer
997 views
Add multiple subforms of the same type
I'm working with forms and sub forms lately.
I've created the following:
$form = new Application_Form_Cv();
$experience = new Zend_Form_SubForm();
$form->addSubForm($experience, 'experience');
...
1
vote
1answer
2k views
zend framework - group elements of a form within a subforms
Consider the case of an online CV.
There will be a row containing a few input text for each education line and each experience line.
I want to group each field in an education line and and an ...
1
vote
2answers
4k views
MS Access nested subforms link to main (parent) form
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 ...
0
votes
2answers
2k views
Requery Subform after dynamic SQL is updated
I have a small DBase, it coordinates tools in 6 seperate shops.
Selecting the name of the shop you want to look at updates the SQL of the qryInventory
just fine so its looking at the correct table, ...
0
votes
1answer
507 views
Passing data between subforms of type CDialog
I have a MS Visual C++ 2005 project where I am trying to have a main dialog box with a section devoted to displaying selectable subform dialogs boxes. Each subform will be of the same size but have a ...
3
votes
1answer
2k views
Change a subform's recordsource from another subform in Access
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 ...
1
vote
0answers
495 views
Why do my Access linked subforms not display correctly when refreshed?
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 ...
1
vote
2answers
2k views
Autofill a subform field from a main form field
I have a form with two subforms, both of which are continuous. Each form has a field to accept the name of the person who created the record. Almost every time, the same person will be creating all ...
