Hi, 

how can I tell DbForms which table row to use in the next tab (or, to stick
with Irena's example: How do I tell DbForms that I want the data I am
editing right now inserted/updated into the same user's row as in the
previous tab)? I have tried db:gotoButton with its destTable and
keyToKeyToDestPos properties without success so far, are they the right way
to do this? 

Also, is it possible to use frames with DbForms? 
An example: 

       frameset.jsp
       /         \
tableA.jsp      tableB.jsp

tableA draws data from a table "A" with primary key A.key, tableB
accordingly. They've got a foreign key relationship A.key=B.key, and tableB
is supposed to show the data corresponding to tableA's current key value. I
am not sure where to put the navigation though, so that saying "Next" will
eventually result in an update for both (!) frames. Is it possible to hand
over _all_ the DbForms parameters required to jump to the right table row
for tableA and tableB in an URL (as used in the <frame
src="tableA.jsp?row_key=27">)? In this case, the navigation should reside in
frameset.jsp I guess.

Thanks a lot!

- Sebastian


>Hi Irena,
>> multi-page forms and sequences? For instance, a three page 
>> sequence asking destTable
>> users to input name on the first page, address on the second 
>> page, education 
>> on the third page - with data going into the same database 
>> table? I only had 
>> a chance to do a high-level review and this did not seem apparent. 
>Yes, you can. 
>If you place dbform in each of the pages working on the same table this
will
>work.
>I use tabselector from Luca Fossato in the pow2webgui package. You can find
>this on SourceForge (not actual version) or ask Luca or me for a copy.
>
>Regards,
>Henner Kollmann


-------------------------------------------------------
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

Reply via email to