Should work too for all tables. I will test it if i found the time!

Cheers,
Henner

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von J M Okomba
> Gesendet: Montag, 17. Mai 2004 10:06
> An: 'Shawn'
> Cc: '[EMAIL PROTECTED]'
> Betreff: RE: [dbforms] NavLast problem with dbforms2.4rc1
> 
> 
> 
> Thanks. I can now use classic navigation (which is able to 
> navigate on very large resultset). I used the example at 
> 25.5.4 in the user guide to configure per table navigation.
> 
> > -----Original Message-----
> > From:       Shawn [SMTP:[EMAIL PROTECTED]
> > Sent:       17 May 2004 08:08
> > To: J M Okomba
> > Cc: '[EMAIL PROTECTED]'
> > Subject:    Re: [dbforms] NavLast problem with dbforms2.4rc1
> > 
> > Hello,
> > 
> > 
> > > This means that I am actually on datalist navigation. But 
> this is my
> > > table
> > > definition:
> > >
> > >     <table name="data">
> > >         <field name="risknote_code" isKey="true" 
> fieldType="varchar" 
> > > size="20"  sortable="true" />
> > >         <field name="entry_id" fieldType="int" size="11" 
> > > autoInc="true" sortable="true" />
> > >         <interceptor className = "DBFormsInterceptor" />
> > >         <!-- ========== custom events
> > ===================================
> > 
> > 
> > Try putting a </table> here
> > 
> > 
> > >         <events>
> > >             <database-events>
> > >                 <database-event type="insert" 
> > > className="org.dbforms.event.classic.InsertEvent" />
> > >                 <database-event type="update" 
> > > className="org.dbforms.event.classic.UpdateEvent" />
> > >                 <database-event type="delete" 
> > > className="org.dbforms.event.classic.DeleteEvent" />
> > >             </database-events>
> > >             <navigation-events>
> > >                 <navigation-event type="navGoto" 
> > > className="org.dbforms.event.classic.GotoEvent" />
> > >                 <navigation-event type="navPrev" 
> > > className="org.dbforms.event.classic.NavPrevEvent" />
> > >                 <navigation-event type="navNext" 
> > > className="org.dbforms.event.classic.NavNextEvent" />
> > >                 <navigation-event type="navFirst" 
> > > className="org.dbforms.event.classic.NavFirstEvent" />
> > >                 <navigation-event type="navLast" 
> > > className="org.dbforms.event.classic.NavLastEvent" />
> > >             </navigation-events>
> > >         </events>
> > and taking it out here
> > 
> > <!--        </table> --!>
> > >
> > >
> > >  I expected this to give me classic navigation, but it isn't. It 
> > > there something I am missing out?
> > 
> > The way you are trying will set it for just that table... 
> but you are 
> > not
> > doing it correctly... see 27.5? -- Override the event classes on a 
> > table-by-table basis for how to do it for just one table
> > 
> > 
> > 
> > --
> > Shawn
> > 
> > Happily using M2, Opera's revolutionary e-mail client:
> > http://www.opera.com/m2/
> DISCLAIMER: This email and any files transmitted with it are 
> confidential and intended solely for the use of the 
> recipient. Any disclosure, copying or distribution of all or 
> part of the information contained herein to or by third 
> parties is prohibited and may be unlawful.
> 
> In any event the contents herein is without prejudice.
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to