Default Avatar

josko

josko

About

Username
josko
Joined
Visits
0
Last Active
Roles
Members

Comments

  • First, thanks for the reply to my question. Is there any example with C/S? Using Delphi 7, FR 3.20.
  • Tried and failed. It comes to the line frxReport1.PrepareReport; and waits (loads the waiting animated form on which I have "CancelReport" button). I press "CancelReport" button with code frxReport1.Engine.StopReport; but this code execute…
  • Try this: [FormatFloat('###,###,###,##0.00##;-###,###,###,##0.00##;""', )]
  • I solved the preview languge issue. I changed files in res directory and it works fine. I still don't know how to evade opening of 2 tasks in the task bar. Original question: When I call for a report, on my taskbar there are now two tasks. …
  • I reproduced a simple demo (with DLL) to reproduce this error and I would like to send it to the guys at FastReport. How do I contact them and send them the demo? Please help.
  • I'm simply guessing here. Looks to me that something is overusing memory.Try to put this code before you call and after it. Application.ProcessMessages; If you are calling a report with that click give it Report.Free; or if you are calling …
  • Here is what I've noticed: The report with the valid data is shown. Somehow it read the password and it connected to the database. And then it showed the message "Login failed". I'm in complete mistery why is it trying to connect again, why it …