Hi,
I want to print the text
This is a consolidated invoice detailing all customers you are paying for. Please review the summary of accounts below and confirm the amount you are paying for each customer by filling in the "Amount Paid column. In addition, provide the total amount of your payment at the end of the schedule on the Total line.
Please send this summary along with your check to the bank to ensure proper allocation of your funds. If you are wiring your payment please forward this document to ikogan@yahoo.com.
above the main window.I tried by giving the text in header window and changing the upper margin of title and main window.In print program i have
ypos1 = ypos1+ '1.7'.
ypos2 = ypos2 + '1.7'.
ycount = ypos1.
if ycount > '26'.end of first page
ypos1 = '0'.
ypos2 = '1.7'.
if ycount> '36' for other pages
In my declaration also ypos1 value is '0'and ypos2 is '1.7'.
because of this the main window value is coming till the end of first page.i want to move some records in next page instead of displaying till the page end.
so i made ycount > '22'.
now the last 2 records of main window r coming in the first page itself without box and in second page the box is not coming properly.how to move the 2 records to next page.There is no new page in the print program.
Only if i give ycount > '26'it is displaying properly.
letter l is the page format and the main window upper margin is
22.78 which is the maximum of letter format ,width 105 ln height 2.3 ln ,left margin 2.00 ch earlier the upper margin was 19.50 rest same.
for title upper is 20.78 ln width 105 ln
in form also iam giving ýpos1 and ypos2 instead of giving values.
help me to solve this
It is very very urgent.......
Rgds,
Rama