
Is this forum still active?
I need to select a specific printer that is not Windows default for one specific report. Is there a way to do that?
Regards, Nenad
::Super NOT NEEDED.CLASS frReportManager FROM TFastReport
Código: Seleccionar todo
oFr := FrReportManager():New()
oFr:SetProperty("DESIGNER", "DefaultFont.Charset", 238)
oFr:SetFormatSettings(frxThousandSeparator, ".")
...
Código: Seleccionar todo
::Create()
::LoadFromFile (::cScript)
::Init()
::ShowReport()