Never tried to embed a tableless subform in another form. 
Why do you need the tableless form? Should be work with your mainform too. I was just 
to lazy to add an real table in the example
....

Regards,
Henner

> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von Shawn
> Gesendet: Montag, 2. Februar 2004 01:41
> An: dbf interest
> Betreff: [dbforms] questions about changing select box based 
> on value of other box.
> 
> 
> 
> Hello,
> 
> I reviewed and tried the howtoChangeSelectBox howto in the 
> bookstore but 
> still have some questions.
> 
> The example uses no table name in the dbforms tag.  Can this form be 
> embedding in another form?  In other words, could I do something like:
> 
> 
> <!--main form-->
> <db:dbform multipart="false" autoUpdate="false" 
> redisplayFieldsOnError="true" followUp="/FC_Lessons_alt_sub.jsp" 
> tableName="FC_Lessons" maxRows="1">
> ...
>        <!--sub from so the select boxe value can be based on 
> value of other 
> box -->
>        <db:dbform
>                       maxRows="*"
>                       bypassNavigation="true"
>                       followUp="/howto/howtoChangeSelectBox.jsp"
>               autoUpdate="false"
>                       >
> ...
>       <db:dbforms>
> </db:forms>
> 
> It didn't seem to work for me but maybe I wasn't trying it 
> quite right.
> 
> Shawn
> 
> Happily using M2, Opera's revolutionary e-mail client: 
> http://www.opera.com/m2/
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration 
> See the breadth of Eclipse activity. February 3-5 in Anaheim, 
> CA. http://www.eclipsecon.org/osdn 
> _______________________________________________
> DbForms Mailing List
> 
http://www.wap-force.net/dbforms



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
DbForms Mailing List

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

Reply via email to