hello
I am printing "columns" of data using VPE Write
Currently when it gets to the bootom of the page I am getting a new page for each column for the 'next row' and then when it gets to the end of that it then carries on 'properly'
Now I can see each column is tripping the auto page break
But if I turn this off there does not seem to be an 'easy' way to work out when to page break ?
Do I have to do something like this ?
If ((VpeGet(hDoc, VBOTTOM)+VpeGet(hDoc, VRENDERHEIGHT))> (VpeGetPageHeight(hDoc)-VpeGet(hDoc, VBOTTOMMARGIN))) Begin
Send New_Page
End
Thanks
Andrew