> 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?
This is a little bit tricky.. You must have the dbform tag outside the
tabbedSelector.
E.g:
<db:dbform>
<db:body>
<gui:tabbedSelector>
</gui:tabbedSelector>
</db:body>
</db:dbform>
Then navigation will work. If i find the time i will put an howto into
the bookstore example.
>
> Also, is it possible to use frames with DbForms?
> An example:
>
> frameset.jsp
> / \
> tableA.jsp tableB.jsp
>
Yes and no....
Yes, it is possible - my pages uses iframes to display data wich are
selected in the page above.
Main problem is to synchronize the search and filter fields - this must
be done on the client side using JavaScript.
You can put everything you need into to the url. Dbforms internals will
use them.. But you must submit everything you need as parameter in the
url.
In our application i use this technic sometimes.
What's about an howto?
Regards,
Henner
-------------------------------------------------------
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