Default Avatar

nash

nash

About

Username
nash
Joined
Visits
3
Last Active
Roles
Members

Comments

  • here is my code on designer procedure Memo105OnBeforePrint(Sender: TfrxComponent); begin try       Memo105.text:=formatfloat('#0.00', (StrToFloat(<tVar1>)+StrToFloat(<tVar1>) )  ))  except end; end; Note: make sure you have correct ope…
  • nash wrote: » Hello, I have a report and has 3 variables , just like [var1] = 10 [var2] = 1.4 [var3] = 5.5 I like to add them together within report itself not within Delphi. The function SUM([var1],[var2],[var3]) doesn't work [MyResu…
  • flogger123 wrote: » Haven't heard of it so far. Migrating a database is a huge pain. One of the basics is you must be familiar with the DB that you will be migrating to. Hello, I surprised you didn???t hear about Absolute Database (BDE rep…
  • gpi wrote: » Attach your "old" report template Here is the old one, Also try to create one report with password (compiled version 4.10) then open it with new version and see if works. May be something changed in zip and encrypt unit. …
  • nash wrote: » After I upgraded to latest version 4.11.2, I can???t open my reports, I???m getting invalid file format Thanks This error when you open old report created with previous version, Now try this if you have old EmbedDesigner ,…
  • Mick.pl wrote: » SUM() is an agregate function and you can use it only within any summary band and its events. Have a look at demos - how to use agregate functions. If - as you write - you need to add two VARIABLES then try such a construction: …
  • Anu de Deus wrote: » The fs14 package is very likely to be the FastScripts one. Just as a wild guess, try this: download the fastscripts components separatetly (you can find it in the downloads page in the FR website) and install it separately, w…
  • nash wrote: » I have this and works find, but I think I have memory leak var theFirspage : TfrxReportPage; begin theFirspage := TfrxReportPage(myreport.Pages[1]); theFirspage.BackPicture.Bitmap:=TBitmap.create; theFirspage.BackPicture.Bitm…
  • nash wrote: » nash wrote: » Hello, I have a report and link as OnPreviewClick, I want to view a form and get sender value. How to do this. Thanks Thanks for reply, I mean any winform within the application, for example when I …
  • nash wrote: » Hello, I have a report and link as OnPreviewClick, I want to view a form and get sender value. How to do this. Thanks Thanks for reply, I mean any winform within the application, for example when I click on drilldown…
  • gpi wrote: » Try to change resources in frxrcDesgn.xml and change language with recompile.exe Thanks
  • gpi wrote: » I download zip file without any problem Try to download from here: http://rapidshare.com/files/425820232/test.zip Thank you, Worked
  • gpi wrote: » See a test project in attach This code works OK:     frxReport1.ReportOptions.HiddenPassword := 'test';      frxReport1.LoadFromFile('test.fr3');      frxReport1.ShowReport(); Thank you, but nothing in the zi…
  • nash wrote: » Hello, I have password protected report, I would like to pass the password runtime, I don't want to show the password dialog to my users Meanwhile, I would like to protect /encrypt the report. Thank you Sorry didn't wo…
  • nash wrote: » Hello, I have 4 reports as .fr3, all reports uses variables (fillout on run time), some users print 2 reports and other 4 reports. I like to add all selected reports or or more reports in to one view and print all of then one aft…
  • Thank you so much for both of you. the second one helped a lot, will save me a lot of time [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Some of the forms doesn't need any…