In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

ANN: FastReport for [x]Harbour (FRH) news.

Foro público de Xailer en español
Spirin Sergey
Mensajes: 25
Registrado: Jue Ene 24, 2008 6:43 pm

ANN: FastReport for [x]Harbour (FRH) news.

Mensaje por Spirin Sergey »

Sorry for English,
Hello, all,
Since version 4.7.xx, In FRH is added frequently asked functionality -
multiple not-modal preview mode based on different reports. For this one
following methods are added:
:AddReport() - adds new report and makes it "selected" (active). Return
number of new report.
:SelectReport(nReport) - selects existing report.
:RemoveReport(nReport) - removes existing report.
:ClearReports() - clear all reports except report with number 0.
:PreviewOptions:SetModal(lModal) - makes selected report preview modal or
not modal.
:PreviewOptions:SetRemoveReportOnClose(lRemove) is added. If lRemove = .t.
then report will be removed (destroyed) at preview closing. It does not work
for report with number 0.
Report with number 0 always exists. Example of using:
FrPrn:AddReport()
FrPrn:LoadFromFile("1.fr3")
FrPrn:PreviewOptions:SetMaximized(.f.)
FrPrn:PreviewOptions:SetBounds(120, 120, 800, 600)
FrPrn:PreviewOptions:SetModal(.f.)
FrPrn:ShowReport()
---
Let's remind that FRH is a report generator for giving [x]Harbour
applications the ability to generate professional reports quickly and
efficiently. Fully compatible with any Harbour or xHarbour -based systems in
Win32, like FiveWin, Xailer, MiniGUI etc. For more information, look:
http://www.paritetsoft.ru/frh.htm
---
Spirin Sergey.
"Paritet Soft" Company.
FRH sales: http://www.paritetsoft.ru/frh.htm
FRAX sales: http://www.hotsoft.ru/ALASKA/frax_eng.htm
Responder