Problem with Print User Page Size
Hello:
First I'm sorry for my English, I speak Spanish.
My Problem is with Print Form User Page Size, the Size Form is 76 mm x 179,90 mm and the problem is before print form this advance page. This is code for Print:
//Print Cheque
frChe.LoadFromFile('D:\COMERCIAL\frfCheque1.frf');
if frChe.PrepareReport then
frChe.PrintPreparedReport('',1,False,frAll);
Thank you
RedFoxI
First I'm sorry for my English, I speak Spanish.
My Problem is with Print Form User Page Size, the Size Form is 76 mm x 179,90 mm and the problem is before print form this advance page. This is code for Print:
//Print Cheque
frChe.LoadFromFile('D:\COMERCIAL\frfCheque1.frf');
if frChe.PrepareReport then
frChe.PrintPreparedReport('',1,False,frAll);
Thank you
RedFoxI
Comments
Thank you
RedFoxI