Start using Vpe 6.0 I'm want to add some text to a new page in an existing vpe.
> I open the vpe with OpenDoc()
> then I execure the ReadDoc()
> PageBreak()
> write(x1,x2,y1,y2,"text")
my original vpe was 1 page and after executing previous lines my vpe is 3 pages and the text is not added/viewable
What have I done wrong?
I added the 2 lines to transform the unit (unittransformation) mentioned in the release notes. But still when i execute a pagebreak and then write text to this new page , it is not visible.
Writing the same text on the same coordinates without a pagebreak my text is visible. I tried also to make my original vpe-file as a swapfile but also no text visible on the new page.
I searched on this forum and on the internet and I found that after a pagebreak the new page can becomes unchangeable. We have the entreprise edition installed on our machine, is this the professional edition which is alwzays referenced?