baldie
18th April 2005, 14:22
Hi,

We made a session with generate sessions(ttadv2290m000).
But depending on the content of a field we want to skip some records.
The form is 2 (multi-occ + main). Script is of type 1/2/3 (with main table)
How can we do this?

nikos1
18th April 2005, 14:58
Hi,

try this:
main.table.io:
read.view:
if <your condition> then
skip.io("")
endif

Regards

Evert-Jan Bosch
19th April 2005, 09:18
You can also use query.extension.
That's faster than skip.io.

Example:
before.program:
query.extension = "tdpur040._index2 inrange "&
"{:zoom.suno.f} and {:zoom.suno.t}"
Note that this query.extension needs to be programmed in the before.program!