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

Method SET_TABLE_FOR_FIRST_DISPLAY in background

ann_kinnear
Explorer
0 Likes
1,082

Hi,

does anyone know of a way to suppress page breaks when using method SET_TABLE_FOR_FIRST_DISPLAY for spool creation in background? (i.e. column headings to appear only once in spool file)

thanks,

Annie.

4 REPLIES 4
Read only

Former Member
0 Likes
714

Hi

That should depend on size of the pageyou can set a page format in the print parameters

Max

Read only

0 Likes
714

Hi Max

I've been palying around with the contents of the IS_PRINT parameter but nothing I do seems to change the format of the output - previously this parameter was not populated at all, so all defaults were used. Do you know if there is any documentation anywhere about how to populate this parameter?

thx, Annie.

Read only

0 Likes
714

Hi

IS_PRINT-PRINT_CTRL-PRI_PARAMS is based on structure PRI_PARAMS, here there are the fields LINCT, LINSZ in order to set the size of the page, or PAART for page format

Max

Read only

0 Likes
714

yep, LINCT was the one of the parameters I was playing with but changing it made no difference at all to the output - I tried just setting the LINE-COUNT on the REPORT statement and that worked fine.

thanks again Max.