Thank Linares,
I await your tests.
FWH 13:09 Default Printer
Re: FWH 13:09 Default Printer
What's the official solution to this? I'm facing the same issue after linking in FWH19.06
Here's a sample prg
Here's steps to see what I mean
1. From within app select a different printer than windows default printer (for example let's say it goes to a pdf writer)
2. Print report <will go to pdf writer>. Close preview
3. Print report again <will now go back to windows default printer>
Older FWH version would still output the printout to the pdf printer as long as the user doesn't exit the app
TIA
Here's a sample prg
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd MENU AppMenu()
ACTIVATE WINDOW oWnd
return nil
//----------------------------------------------------------------------------//
function AppMenu()
LOCAL oMenu
MENU oMenu
MENUITEM "Print Report" ACTION PrnRpt()
MENUITEM "Printer Setup" ACTION PrinterSetup()
ENDMENU
RETURN oMenu
//----------------------------------------------------------------------
static function PrnRpt()
local oPrn, oWnd
PRINT oPrn NAME "This is a test" PREVIEW
PAGE
oPrn:Say( 20, 20, "This is a printersetup() test" )
ENDPAGE
ENDPRINT
return nil
Here's steps to see what I mean
1. From within app select a different printer than windows default printer (for example let's say it goes to a pdf writer)
2. Print report <will go to pdf writer>. Close preview
3. Print report again <will now go back to windows default printer>
Older FWH version would still output the printout to the pdf printer as long as the user doesn't exit the app
TIA
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour