robertonicchi
robertonicchi
About
- Username
 - robertonicchi
 - Location
 - ITALY
 - Joined
 - Visits
 - 25
 - Last Active
 - Roles
 - Members
 
Comments
- 
                The onprogress event is not executed. Anyway i think i have solved updating the progressbar in the onfirst, onnext and onprior events of the TfrxUserDataset, using a variable to keep track of the printed records. Actually the PB is not updated for e…
 - 
                solved i need to set again report.variables after the report is loaded the second time. Roberto
 - 
                Post again in the newsgroup and a test application in binaries ty
 - 
                it seems that in the script only the line form1.nxtable1.database:=form1.nxdatabase1 doesn't works other methods/property can be used ex: nxtable1.tablename:='articoli'; // nxtable1.database:=nxdatabase1; nxtable1.open; jflabe…
 - 
                GREAT !!! i see that if i do: frxreport1.script.AddForm(self); before the report is created i can refere to all the components in the form at runtime I don't have problems with standard components like the form, a Tbutton or Tlabel …
 - 
                Thank you. It works fine. For who is interested in convert FR3 reports in PDF using wPDF this is the code that works for me: procedure fr3_2_pdf(report:Tfrxreport;pdf_file:string); Var i: integer; wpdf:TWPPDFPRINTER; Pg: TfrxReportPage;…
 - 
                Fastreport 3 demo ? But where is it ? I can't find it