i made a project which had a large size form in twips (in paper size, it is A3).
i make it child form and when i print using formChild.printForm it is ok and print normaly. now i wish to change my program. i wish to print it to two A4 size paper. so i use bitblt to take left part of the childForm to print in one A4 size and right part to another A4 size paper. but bitblt cannot take snapshot over 15220 (approx), my childForm's height is approx 16000. i work on a salary project and it has huge number of data, so i can not reduce my form to 15220.
please help me to overcome this problem.