gentercz
23rd January 2003, 15:10
Hi all,

is there a system variable in the report script that holds the current record processed by the report script ?

i tried:
after.receive.data:
message( "%d", r.reccount )

but it always shows "0"

any help is appreciated ...
jochen

NPRao
23rd January 2003, 18:46
You can try to use the predefined variables for the reports -

lattr.lineno R The current line number.
lattr.textlineno R The number of the line that must be printed.

zacharyg
23rd January 2003, 22:24
Hello Gentercz,

I assume you want do count the records so thay can be displayed in the report. In that case you can define a special key using the key combination Ctrl-V.

Kind Regards