I tried Fast Report and I tyhink is not usefull for Us because the user final cannot build report himself and he need allways our job
Could Make a small lesson how we can use Fast Report
Because I tried all the day and I not Understood how make a simply report ( List od Articles)
thanks

when I press on Preview of Print the page was white and with no report!!!
I made this prg to open fastreport designer and set the work area
Could Make a small lesson how we can use Fast Report
Because I tried all the day and I not Understood how make a simply report ( List od Articles)
thanks

when I press on Preview of Print the page was white and with no report!!!
I made this prg to open fastreport designer and set the work area
#include "FastRepH.ch"
PROCEDURE main
DataDir := CurDrive() +":\"+ CurDir() + '\DATA\'
ResDir := CurDrive() +":\"+ CurDir() + '\LANGRES\'
USE ARTICOLI
FrPrn := frReportManager():new()
FrPrn:LoadLangRes(ResDir +"Italian.xml")
FrPrn:SetIcon(2)
FrPrn:SetTitle("test silvio")
FrPrn:SetWorkArea("ARTICOLI", 1 )
FrPrn:DesignReport()
FrPrn:DestroyFR()
QUIT
RETURNSince from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com