Hi Henner, I tried this way (with the filter attribute in db:dbform), but when I save(insertButton) the record jdbforms re-applies the filter and fetches an empty record instead of displaying the inserted one. This sounds strange to me because (I'm not sure) in the past I created some form with this kind of behaviour.
So, is it possible to create something like this with a linkURL with a gotoPrefix where: 1) the form for the insertion has no filter attribut in db:dbform 2) the value where to jump with the gotoPrefix does not exists 3) confirming the insertion dbform displays the entered record to confirm to the user the sucessful operations? Cheers Ivan Quoting Henner Kollmann <[EMAIL PROTECTED]>: > You could create a form with allowNew="true" and a filter wich gives no > results. Then you can jump to this page page with a link with > target="newWin" > > Hope that helps > Henner > > > -----Urspr�ngliche Nachricht----- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Im > > Auftrag von Ivan Codarin > > Gesendet: Freitag, 25. Februar 2005 17:04 > > An: [email protected] > > Betreff: [dbforms] [howto?] Create new records in new windows? > > > > Dear All, > > this could be a stupid question.... > > How can I use a <db:navNewButton...> to create a new record > > in a new Browser window. > > I mean: > > > > (1) > > I have a resultset of a search operations with the links to > > the detail of each single record, in that case I use a > > <db:linkURL ...> with a target="newWin" and for each of these > > records I have the detail in a new Browser Window... so when > > the user will close the details the result-set re-appears. > > > > (2) > > In the resultset-list window I have also a navNewButton where > > the user could click to create a new entry, in that case the > > behaviour of the program must be the same, the new record > > should be entered in a New Browser Window... But I cannot say > > to the "navNewButton" the different target.... > > > > Is there a simple solution for this? > > > > Thank you > > Ivan > > > > ---------------------------------------------------------------- > > This message was sent using IMP, the Internet Messaging Program. > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide Read honest & > > candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > > _______________________________________________ > > DbForms Mailing List > > > > http://www.wap-force.net/dbforms > > > > ----------------------- Ivan Codarin ----------------------- ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
