RKing-Dubai
26th June 2008, 07:05
Hi,

I have a problem in displaying form field values in display session(multioccurence).

In display session iam doing some calculation and trying to display those values ,iam trying this before.display of first field section.

problem is its not displaying any values on display session at all.

if i put the same piece of code in init.form() its getting only last record multiple times on display session.

kindlyanyone help me on this regard.

en@frrom
26th June 2008, 11:28
You should preferrebly program the desired calculations in the main.table.io section, which is executed when reading the records from the main table. An alternative (less neat) is programming it in the field sections, yet using the predefined variable actual.occ to refer each time only the the current occurence.

Hope this helps...


Kind regards,

Eli Nager