|
답변 정말 감사합니다..
근데요.. 출력할 때..
TF_Print *FPrint = new TF_Print(this);
FPrint->QuickRep1->Print();
FPrint->Free();
이렇게 출력을 해요.. 단순히 출력만 할 때는 출력 페이지와는 관계없이 출력이 잘 되는데..
미리보기를 할 때요..
TF_Print *FPrint = new TF_Print(this);
FPrint->QuickRep1->Preview();
FPrint->Free();
출력 페이지가 2장 이상일 경우에 can not create file 라는 메시지가 뜨는데..
이거 어떻게 해줘야 하나요?
|