Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smart form problem

Former Member
0 Likes
591

there is porblem in my smart form,

if there are more than 24 line item to display it is giving this error message

"No table is currently processed, table end is not possible" (SSFComposer175)

can any one explane what i should do,

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
529

Hello Anilm:

I think should be to create the same dimmensions between DATA table and MAIN_WINDOW,

I hope soved your question

DLC

Read only

0 Likes
529

do you mean by the 'minimum table height' i have given it , i set it to 5cm, and also try by increasing it also , it is not helping,

thanks for the quick response,

Read only

0 Likes
529

Your smartform has the second page?

Read only

0 Likes
529

yes it has second page , this is a catalog(client is a jewllery maker) , i have a internal table with all the data, now from this internal table i am grouping all the lines which have the same heading, them printing each heading & its corresponding values in a page,

like this

page1..

<u>time less love</u>

1250-230---2555

2250-230---2555

3250-230---2555

page2..

<u>my dreams</u>

1250-230---2555

2250-230---2555

3250-230---2555

page3..

<u>twril</u>

1250-230---2555

2250-230---2555

3250-230---2555

here if the table has more number of line it will print those lines in the next pages, with same heading.