Default Avatar

waeberd

waeberd

About

Username
waeberd
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Thanks gord!
  • Excellent, thanks for pointing the directions, Gord! works fine, here's my scripting code (in case somebody's interested... :-) ): procedure BuildRadarSeries(series: TfrxSeriesItem); var   j: integer;   nAngle: integer;          …
  • Ok, I have found out the following: * FastReport expects one db-rowset per teechart-series * for radar series FastReport expects a "LABEL / ANGLE / VALUE" rowformat Consequences: * I need one query per series * if I want to use radar series…
  • chaosben wrote: » We are using VSPDFViewerX. Its an ActiveX with a huge amount of possibilities. Thank you Ben, looks good indeed!
  • I can't access the attached jpg-file.... Thanks
  • nevermind, I've purchased the psoft library now. The Fastreport wrapper runs fine, but there seems to be no support at all from psoft for the library. And I have troubles cause most of the ASCII 128 - ASCII 255 characters throw exceptions (for …
  • any news on this? The idea is to be able to have localized Field-Aliases => to have localized Report Definitions where fieldnames are displayed in the users language. It would be great not having to rewrite the query for the datasets for e…
  • AlexTZ wrote: There is no TMemo.Text property. You should include fs_iformsrtti into your uses list to access TMemo correctly. Thanks Alex, with "fs_iformsrtti" there is a reasonable error-msg explaining this instead of the stack-overflow. Ni…
  • AlexTZ wrote: You can hide the page: Page2.Visible := False and I can hide them in the Report.OnStartReport handler! Works! Thanks a lot! Daniel
  • explido_software wrote: I don't know what you are talking about. Well this is what I'm talking about: http://www.fast-report.com/en/forum/index....st=0&#entry4718 http://www.fast-report.com/en/forum/index....st=0&#entry5977 ht…
  • nevermind, I found the solution. Sort the Query and in the crosstab-definition always select the "NO SORT" option for each row. Daniel
  • barry wrote: I downloaded the C/S demo and when I run the server app and click start, nothing happens. How can I get the server app to run? probably there is a problem with the MSAccess driver. Try to open the \Database\server.mdb outside…
  • waeberd wrote: I'd like to integrate FastScript to the GREATIS FormDesigner that comes with their (fine) RuntimeFusion product. Anybody has experiences with that? Thanks, Daniel nobody? I have to decide how to integrate (any) scri…
  • any news on TRichView support?? or is everybody still busy? Thanks, Daniel P.S. Congratulations for the ENTERPRISE release! Massive, impressive stuff!!
  • wrote: This is very specific request. If you have FR3 sources you can adapt them for your needs. Sure! Just wanted to find out if this could be handy for other users and if maybe some extension is planned I will probably subclass the de…
  • gordk wrote: drag and drop from data tab of data pane was designed for just that you have 2 option choices at the bottom of which you can select either or both. this pane is not used to add fields to existing memos, to do so select the memo rcl…
  • waeberd wrote: in designer, when I drag a DB field into the designer, FR always creates a TfrxMemoView instance. Is there a way to change this? Depending on the field, I would like to create another class, in my case, some custom report comp…
  • AlexTZ wrote: Use TfrxDesigner.CloseQuery property. Thank you Alex! Couldn't find it.......
  • AlexTZ wrote: Sergey is busy now, he told me that in October he will have a free time to do it. This would be fantastic!! Do you think there are chances to get a wrapper this month? Otherwise I'll have to find some workaround! Thanks, …
  • So let me guess... For nested reports (subreports) * I have to link datasets with MASTERFIELDS and DETAILFIELDS properties * I have to do this outside from Fastreport ? Is there a way to influence this field linking in the fast-report design…
  • prmas wrote: It reads "User Manual". In it you it will find information on the construction of reports. Regards  Marcos Hey, I even read the manual! But with nested reports, I didn't find out how to link datasets! Same mechani…
  • BruceBiddle wrote: Hmm... Lets try something here "HELLO!" has anyone out there got an ODAC DB Engine for Version 3 to share with Daniel? Thanks buddy.... maybe I'll do some compare of the ODAC-FRv2 code with the new created templates..…
  • Thanks guys, maybe the ODAC guys will do some work on this... The Session/Database stuff has to be set correctly, I found the wizard and I'll have to look at it when I have more time. Let's see if there's an ODAC-engine until then So until …
  • exactly! Thanks a lot!
  • AlexTZ wrote: However, you can print it as an image. sounds good, I'll check it out! Thanks a lot!