What do you have followUp set to? Can you post your <db:dbforms /> tag?
On Wed, 2003-04-02 at 16:44, guo dan wrote: > 3x Shawn. > > I have set the maxRows to "*" already. > In fact ,when i chick the "navPrevButton"(caption is "next") or > "prePrevButton"(caption is "pre") all the records appears. > > > > > > >From: Shawn <[EMAIL PROTECTED]> > >To: guo dan <[EMAIL PROTECTED]>, dbf <[EMAIL PROTECTED]> > >Subject: Re: [dbforms] can't get all records after insert action? > >Date: 02 Apr 2003 16:30:16 +0900 > > > >I am not sure from your description what the exact problem is but: > > > >do you have maxRows set in your dbforms tag? > > > >It determines how many times the body tag and its sub-elements get > >executed (evaluated and rendered): > > > > * maxRows = n => body gets executed n times (with n elementOF N) > > * maxRows = "*" => body gets executed for every row in the table > > (=> "endless" form) > > > >so you would want > > ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
