- Thomas Stewart
- PowerBuilder
- Monday, 17 December 2018 07:15 PM UTC
We are currently migrating from PB12.5 to PB12.6 along with the PFC 12.6 that we got from GIT. One of the issues we are having is before we would call pfc_printdlg to set up the Print to File by calling:
if GetFileSaveName("Print to File", + &
is_pathname, ls_filename, "txt", + &
"Text File--Tab Delimited (*.txt), *.txt," + &
"Text File--Comma Delimited (*.csv), *.csv," + &
"HTML Table (*.htm), *.htm," + &
"Excel File (*.xls), *.xls," + &
"PSR File (*.psr), *.psr")
return
Now we are calling the native Print(true,true), but we are needing to have the same dropdown list when the user clicks Print to File. Any help would greatly be appreciated.
Thank,
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.