Hello everyone,
I'm trying to print the current page number on my master page using FormCalc.
The following command:
$.rawValue = xfa.layout.page($)
throws the error "Error - Different arguments in property or functional argument".
I only see the exception in English, so it's translated freely.
The layout documentation states that the call is correct:
The form is a new, clean one, I'm using ES4.
Any ideas why it's not working?
Solved! Go to Solution.
Build an object reference to the target object using the Ref() method:
$ = xfa.layout.page(Ref($))
Build an object reference to the target object using the Ref() method:
$ = xfa.layout.page(Ref($))
Thanks! It's working for Fields on the master page, which is enough :-).
Views
Replies
Total Likes
how to make it in the content page.
I added the code in the content page but it displayed as page -1 instead of page 1.
no idea how the sign came up
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies