Hi All,I am trying to create Fragments based Adobeform., but i could not
be able to create the same in SFP tcode.Kindly help me with
steps/process to create fragment based adobeform with Odata as backend
I need to print page numbers like
below1/2,2/2.1/4,2/4,3/4,4/4.1/3,2/3,3/3.here I have values 2 ,4 and 3
and these values are getting from interface.I need to increment the
values from 1-2,1-4 and 1-3.Please help me on this.
I have two master pages in my form,i have to get total count of current
master page.$layout.pageCount()--> total page count(including all master
pages)But i have to get the total count of current master page.
I have to print the table like below in Adobeform. After every document
number horizontal line has to be displayed.Please help me to achieve
this functionality.
@AbhinavD3:I am not able to attach the downloaded form....for every
header we are using top of next page....when top of next page is getting
triggered...we need to reset the page number
I have a table with 2 fields...1 .header record(H) 2. Item table
(L).Displaying the Item table of header record in New page using
conditional break(top of next page).(every header record will be
displayed in new page)my form output will be looks like
below.H1L1L1...H2L2L2L2...H3L3.................... if Item table(L1) of
header record (H1) flows to 2 pages then page number should be
1/2,2/2.and "Go to Next page" text has to be displayed in first page.if
the Item table(L2) of header record(H2) fl...
I am using the below script to get the number of pages where subform
spansxfa.layout.pageSpan(subform);but it is giving number of pages where
first instance of subform spans.I have to get the number of pages where
current instance of subform spans. thanks in advance.
@radzmar I am displaying the item table of every header table record in
new page using condition breaksi want to display page numbers on header
records wise onlysuppose if item table of 1st header record flows into 3
pages then page numbers should be1/3 , 2/3 ,3/3if the item table of 2nd
header record flows into 2 pages then page number should be 1/2 ,2/2
Kindly provide any inputs to achieve this