Skip to Content
0
Former Member
May 13, 2008 at 02:32 PM

page number / index of contents

381 Views

Hello All!

I'm new in Adobe Interactive Forms and I would happy if you could help me.

I generate PDF from WebService using Java that contains many tables etc. On the first page of my document I want to place an index of contents.

I use a function xfa.layout.page(reference_to_some_UI_element) during event layout:ready (runs at client ) like this

this.rawValue = xfa.layout.page(Response.dunningNotice.OUT_SYSTEMDATA.TitleSystemdata);

where

this - current text field, where I want to show a page number

TitleSystemdata - element that means a begining of new block

It works very good in Form Designer with a preview data file, but doesn't work in NetWeaver Developer Studio - regardless of which event. (only if placed on master page and only from second one, but it isn't a good solution).

Maybe you could recommend me a solution for a index of contents.

Thank you in advance,

Ivan Galkin