Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3136089
By: buycarz

I have a radio-button style parent form (ParentForm.jsp).  When I select a 
record
in this parent form via the radio button, I want the subform (ChildForm.jsp)
to list all the associated records from another table and make a few columns
editable.  The common field in both tables is called "IndicatorID".

What value do I use for "followUp=" in the subform's db:dbform tag?  Right now,
I'm using "/ChildForm.jsp" and the subform is clearing the window and displaying
ChildForm.jsp only (not like the subordinate form it should be).

Also, I've made parentField="IndicatorID" and childField="IndicatorID".  In
dbforms-config, I've set IndicatorID in both tables to isKey="true" and
sortable="true".  However, when the ChildForm displays, ALL rows in the table
appear, not just the ones that have the same value of the selected IndicatorID
in the parent form.  I'm displaying radiobuttons in the ChildForm too, so that
the user can select the record to update.  How can I get just the related rows
to display for edit?

Thanks,
Charles Kogge

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to