Default Avatar

Bill E

Bill E

About

Username
Bill E
Joined
Visits
0
Last Active
Roles
Members

Comments

  • A new version was released today, 11/20, try that.
  • Also, the file stays in use after the exception rolls out. You may be missing a try/finally and closing the file.
  • Delphi shows Line 203 (I beleive, based on CPU window) in frxCmapTableClass.CmapTableClass.LoadSignedCmapSegment The AV is nil, not an address, so it might be either an unintialized variable or an already freed object from FreeAndNil() or low lev…
  • It appears that Fast Reports cannot be installed into more than one IDE. If I uninstall and then only install in XE then it works. But I am unable to install into D2007 because the installer first wants to unistall the XE installation.
  • gpi wrote: » Set permissions for full access for all users for S:\Program Files (x86)\FastReports\FastReport 5\LibD15 folder Nothing. I gave everyone in the security list Full Control then I added Everyone with Full Control then I backed u…
  • I found a solution but want to make sure it is ok: I simply did this: initialization   frxObjects.RegisterObject(TReportGenFRXReport, nil); finalization   frxObjects.Unregister(TReportGenFRXReport); Is there any problem with passing n…
  • gpi wrote: » See a demo in the attach Thank you, solves my problem perfectly. I see I can also support the Save As to BLOB. I noticed that you had no return result, I could not find any documentation and through experimenting I found th…
  • Btw if no one has a in built answer and is reading this, here is a retarded but short solution: [Uppercase(Trim() + ', ' + Trim())] [Uppercase(Trim() + IIF(Trim()='', '', #13+Trim()))] [Uppercase(Trim() + ', ' + Trim() + ' ' + Trim())]
  • Fixed. I went in Delphi and deleted invalid paths and now it works.
  • For more information, the file "does" exist here: S:\Program Files (x86)\FastReports\FastReport 5\LibD11\frxDesgn.dcu This is where I installed it. And the Path IS in my Library Win32 path in Delphi. Copy and Paste Path from Delphi = S:\Pr…
  • technisoft wrote: » In a roundabout way yes Drop a shape (or text component with Top or Bottom Frame set) onto your band. Expand to full width, set position and/or height. Drop another text component with 'Direct Deposits' onto the same band. Br…