Using Win XP – PBCC 5.01 – CuteWriter
The below works just fine, well almost
FUNCTION PBMAIN
XPRINT ATTACH "CutePDF Writer","MyFile.pdf"
XPRINT "Hello"
XPRINT CLOSE
END FUNCTION
The Desktop is displayed with a ‘Save As’ window, click ‘Save’ and ‘MyFile.Pdf’ is written.
I want to skip the Desktop-Save As-Click
Just write ‘MyFile.Pdf’
Push/suggest/hint/.. me to solve this problem.
Thanks for your assistance just like you always have in the past
Jack
The below works just fine, well almost
FUNCTION PBMAIN
XPRINT ATTACH "CutePDF Writer","MyFile.pdf"
XPRINT "Hello"
XPRINT CLOSE
END FUNCTION
The Desktop is displayed with a ‘Save As’ window, click ‘Save’ and ‘MyFile.Pdf’ is written.
I want to skip the Desktop-Save As-Click
Just write ‘MyFile.Pdf’
Push/suggest/hint/.. me to solve this problem.
Thanks for your assistance just like you always have in the past
Jack
Comment