Hello,
I have a report using VPE 3.5 that has a few lines which are a bit
too long to print on one line of the document. The VPE will
automatically wrap the text to the next line, but I can't seem to
tell how to get the horizontal value of where the line stopped.
For Example, say I have the line
"This is a sample line of text which is too long to fit."
This line is too long to fit on one line of my document, so VPE will
print it as
"This is a sample line of text which is too long to
fit."
I need to continue printing where the VPE left off, on the same line,
but because I don't know where the previous line stopped at, I end up
printing over the "fit." part of the above. Is there a way to find
out where the VPE stopped printing horizontally on the page? I've
tried nRenderWidth but that doesn't seem to help. Any tips would be
appreciated, thanks!