‎2007 Sep 28 2:00 PM
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
‎2007 Sep 28 2:17 PM
Hello Anilm:
I think should be to create the same dimmensions between DATA table and MAIN_WINDOW,
I hope soved your question
DLC
‎2007 Sep 28 2:23 PM
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,
‎2007 Sep 28 2:37 PM
‎2007 Sep 28 2:52 PM
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.