Default Avatar

hsm

hsm

About

Username
hsm
Joined
Visits
36
Last Active
Roles
Members

Comments

  • gordk wrote: » you answered your own question you should be in the same form as the tfrxreport component. or you must store reports in a file and call load report from file method or stream etc. typical myform.frxreport1.loadfromfile('pathandfi…
  • Thanks Gordk but your suggestion to use CertificatePage := (FrmCertificates.frxReportCertificate.Pages[1]); first of all gave me an 'incompatible type TfrxReportPage and TfrxPage'. When I changed the data type of Certificate page from TfrxReportP…
  • gordk wrote: » have you loaded the report into the tfrxcomponent first I'm not sure what you mean by loading the report into the trfxcomponent. All the code I have is what I showed. I haven't saved the report to a file or anything, just ha…
  • gpi wrote: » Try to use Select from Select statement This SQL works OK in MS Access Select * from (SELECT tab1.id*3, tab1.id , tab1.name FROM tab1) order by 3 gpi wrote: » (I find it rather amazing that FR does not support sorting, especi…
  • gpi wrote: » FR can't to sort datasets Try to use (SELECT cumulativeAttendance FROM tbl_attendance AS T WHERE t.weeknumber = 14 AND t.Adno = tbl_attendance.adno ) - (SELECT cumulativeAttendance FROM tbl_attendance AS T WHERE t.weeknumber = 15 AN…
  • Anu de Deus wrote: » Yes, you can call a function defined in your Delphi unit. Put this before any call to Show or Prepare: frxReport1.OnUserFunction := CustomReportFunction; frxReport1.AddFunction('function SetDocImgRef(const s: string) :s…
  • gordk wrote: » Not the way you are trying to do it. Read the programmers manual on working with categorized variables, and the ongetvalue event as well. you can set the values of categorized variables after a report is loaded and before calling …
  • gordk wrote: » in textbox 3 write an expression using the iif function provided [iif(() > (),'Yes', 'No')] Ah, thank you, I was trying to do it all in Pascal, putting the function in the 'code' part. I also didn't appreciate I had to u…
  • michael83815 wrote: » michael83815 wrote: » The whole fqb thing seems to me a bit over rated. I'm sure there must be some sort of stand alone tool out there that will allow us to generate an sql query using QBE and then port the sql it generat…
  • michael83815 wrote: » michael83815 wrote: » michael83815 wrote: » I just bought FastReport Pro and was wondering... Is FastQueryBuilder still being updated? Is there any developer documentation? I've just bought it as well and…
  • gordk wrote: » you will also find more about it in the wizards section of the users manual. OK found it at last by following instructions in the wizard. I must say its not exactly obvious though! Its a handy tool but I couldn't see how …
  • michael83815 wrote: » I just bought FastReport Pro and was wondering... Is FastQueryBuilder still being updated? Is there any developer documentation? I've just bought it as well and cannot even see how to run it (see my other thread)…
  • gordk wrote: » first off you only need to dl the version of fastreport 4 you want either stable or pro daily build from your dl page. all others are included delete any other frx files bpls dcus. run the fr version installer.exe you downloade…