앞전에 설명드린 것은 2.0 기준 (델파이) 기고요,
다음은 델4.0 방식입니다.
도움이 되시길...
with QuckReport.Page, QuckReport.PrinterSettings do
begin
TopMargin := 100;
LeftMargin := 50;
BottomMargin := 200;
FirstPage := Round(spnFromPrt.Value);
LastPage := Round(spnToPrt.Value);
if FirstPage > LastPage then
LastPage := 9999;
Copies := Round(spnCount.Value);
end;
- 찬 -
참, 델 쓰시다가 질문하실거 있으시면 chan@iosytem.co.kr 로 올려주세요!!
힘 닿는대로 설명드리져 ^___^
|