Hi, first of all thanks to Shawn, Henner, and David who responded to my last weeks question to this issue. I got it to work based on your tips. Now I have one more:
In the docs about the tableList attribute of the dbforms tag (http://jdbforms.sourceforge.net/taglib/DbFormsTags.html#dbform), an example is given that uses "AnyName" as the tableName attribute and displays fields from both tables listed in the tableList attribute. I was unable to make something similar work. First of all, the tableName had to be an existing table, and the resulting SELECT clause would only use fields from that table listed in tableName, so it would be impossible to display any fields from other tables listed in the tableList attribute. Is my observation correct, is the example given impossible, or am I missing something? Is there a way to influence the fields used in the SELECT clause? Also, I tried a dbform tag with whereClause and tableList as a sub- form. It seems that there is no relation made to the parent dbform, and the subform shows everything. How can I make this work? Do I have to relate to the parent dbform myself in the whereClause? Thanks, alex :-) ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
