Welcome! Log In Create A New Profile

Advanced

Move letters

Posted by Alex.pcs.crosspost 
Alex.pcs.crosspost
Move letters
April 06, 2009 02:22PM
How can I move the letters page?
For example the name of a patient moves from right to left of the page.
Thank you

Message forwarded from pcsoft.us.windev
heinz kuebler
Re: Move letters
April 06, 2009 10:05PM
Hi Alex,
not sure if we mean the same, but if you want to dynamically move the printed address from the right side (as designed in the report layout) to the left side you can use the following code

IF GL_ADF = 1 THEN // fenster links
LOST_ANR..X = 25
LOST_Name..X = 25
LOST_Zusatz1..X = 25
LOST_Strasse..X = 25
LOST_Ort..X = 25
LOST_Land..X =25

END

(this fields have an x position of 100 in the report layout)

Regards, heinz
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: