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") <= 0 then
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,