cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Increasing the number of records

rama_m
Explorer
0 Kudos

Hi gurus,

               I have a requirement to design an adobeform. 1.The adobe form should be designed in Landscape. 2. The adobeform contains three tables for every employee in each page and the pages should be increases and replicated based on the number of employees. please give me a solution for this. The below given is a sample. The number of days will be extended based on the month.

Sr no

Name

Designation

Fathers name

Role

salary

Days

1

2

3

4

5

6

shift

Presence

Days worked

Days lost

Holidays

Festivals

Days to be paid

remarks

Thanks in advance.

Best Regards,

Rama Krishna Rao.

Accepted Solutions (0)

Answers (1)

Answers (1)

sandeep_katoch
Contributor
0 Kudos

Hi Rama,

For increasing the no. pages or making your content flow based on the data you will can use subforms with type flowed.

Secondly for adding the rows and columns dynamically you can use

instanceManager.addInstance().

There can be one more approach in this wherein you can make all 31 days in month and can hide days based on month.

For making your form in landscape mode while creating the form in ald choose landscape instead of portrait.

Rgds,

Sandeep Katoch

rama_m
Explorer
0 Kudos

Thank you very much sandeep....I will try it and get back to you soon...