Hi,
i'm currently having a clipping issue when a string column is going over 2 pages ( or more ) on the second page there is clipping issues with the text being cut. I have moved the column around and can sometimes have it when no clipping occurs, however its very inconstant , when printed it displays fine, but when saving as PDF it is clipped again. Does anyone know if there is a way to deal with this issue?
Thank you for that information! I suspect that IM might have the same issue a PowerBuilder DataWindow as the IM Report is actually a DW. In PB, a trick that I use that might solve this is ...
In the RetrieveStart event of your DW Control, try adding ...
THIS.Modify ( 'datawindow.PushCutControlToNextPage=yes' )
The problem of course is that IM has no scripting capabilities. Though, it would be interesting to do a quick test in PB to see if this setting cures your issue.
Regards ... Chris