Antonio Linares wrote:You can talk freely here
AngelSalom wrote:Thanks Silvio, I have downloaded the evaluation and I am testing it quite successfully. But there are some operations that I can not make it work, that's why I asked.
SGS wrote:Hello, I used Spirin's fastreport library. More with his death I had to upgrade to FASTREPORT (x a i le...). The change was not transparent, had to make several adjustments in the original code, I had the support in the time of the -. Nowadays I use the FR perfectly. I live with some bugs.
In time, FASTREPORT is fantastic, it would be very important that Mr. Antonio Linares represents this wonderful generator of reports.
#include "hbclass.ch"
#include "frh.ch"
CLASS TFastReport FROM XFastReport
VAR cFRLicense INIT ""
VAR cXALicense INIT ""
END CLASS
Function Main()
Local oFr
REQUEST DBFCDX
USE .\DATA\CUSTOMER SHARED VIA "DBFCDX" NEW
WITH OBJECT oFr := TFastReport():New()
:AddDbf( "CUSTOMER", { "Customer->*" } )
:Create()
:cFilename := ".\Reports\test.fr3"
:DesignReport()
:End()
END WITH
CLOSE ALL
Return (nil)
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Marc Venken and 115 guests