Skip to Content
0
Former Member
Nov 01, 2012 at 04:05 PM

Current Row Index of table in the "Form ready" event of subform, inserted into table

2400 Views

Hi All,

We have created a Adobe form (T-code SFP).

In the interface, we have one table which is used into the layout directly.

Now into this table we have added one sub-form, which contains one text element, and which is now getting repeated for every table row.

Ie First table row is displayed then text from subform, then 2nd table row followed by same text from subform, then 3rd table row followed by subform, and so on

But we need is this Subform (text element inside it) should be displayed only for first row.

Hence on the Subform, in the event Form Ready (or Layout Ready) we tried to used

If this.index != “1” (as well as this.parent.index != “1”)

This.presence = “hinden”

But this is not working, so we need to know how to obtain current table row, so that if it is not equal to 1 we can make the presence as hidden.

Kindly suggest!!

Regards,

Amit