Skip to Content
0
Former Member
Jun 02, 2008 at 05:35 PM

Offline Forms: change the number of table rows dynamically

136 Views

Hi all,

I'm creating offline interactive forms.

It calls a web service. I've already defined it as Data Connection.

The number of result lines of the web service will vary according to input data.

So I want to display the results into dynamic table on my interactive forms.

I checked "Repeat Row for Each Data Item" for my row of table.

If I set "Initial Count" as 1, it could display only the first results of the web service.

If I set "Initial Count" as 3, it could display 3 lines.

But I want to change the number of table rows dynamically.

Do I need to write any scripts?

Would you give me some advice?

Best regards,

Ikue