RE: Custom Nesting Tag

2000-08-11 Thread Peter Theobald
: Friday, August 11, 2000 4:45 PM >To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' >Subject: RE: Custom Nesting Tag > > >I am trying to write a complex custom tag that does paged output of a query: > > >...stuff with #myquery.column# ... > > > > >The easi

RE: Custom Nesting Tag

2000-08-11 Thread Justin Kidman
- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 4:45 PM To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]' Subject: RE: Custom Nesting Tag I am trying to write a complex custom tag that does paged output of a query: ...stuff with #myquery.column# ... The easi

RE: Custom Nesting Tag

2000-08-11 Thread Peter Theobald
I am trying to write a complex custom tag that does paged output of a query: ...stuff with #myquery.column# ... The easiest way is the following: If ExecutionMode is 'start', calculate number of pages, prevstart, nextstart, etc. return those in caller.outputpage.#var#, and somehow "spit out

RE: Custom Nesting Tag

2000-08-11 Thread Justin Kidman
You say: ... stuff... Justin Kidman -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 2:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Custom Nesting Tag I'm creating a custom tag that has a start and end, ie: ... stuff... I