Notifications
Announcements
No record found.
Hello, i'm looking for a way to name the output file in the Print To File Parameter Window. Do you a way to do this? Dynamics SL7
Thanks
Charles
*This post is locked for comments
Hi Charles,
If you are in the screen where you want to print to a file, chose Printer Options. Select print to file and then the Setup tab. Here you can assign the file name, location and file type. Also, you can select to have the file auto opened with associated .application
This is the code to export a report to a file.
Call ApplSetParmValue(PRMSECTION_VBRDT, "", "03CKI/RUN")
Call ApplSetParmValue(PRMSECTION_VBRDT, "", "03CKI/FORMAT")
Call ApplSetParmValue(PRMSECTION_VBRDT, "", "apcheck.curycheckamt>0/WHERE")
Call ApplSetParmValue(PRMSECTION_VBRDT, "", "c:\COPIES.pdf/EXPFILENAME")
Call ApplSetParmValue(PRMSECTION_VBRDT, "", "0/EXPFORMAT")
Call CallApplicWait("ROI", "")
0/EXPFORMAT = PDF format
A/EXPFORMAT = RTF Format
B/EXPFORMAT = CSV Format
w/EXPFORMAT = DOC Format
X/EXPFORMAT = XML Format
Juan Carlos Navarro RamÃrez | Developer | Apps Mexico | ( + 52 (33) 3954-8269 | jnavarro@appsmexico.mx
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.