Default Avatar

collectivefriction

collectivefriction

About

Username
collectivefriction
Joined
Visits
0
Last Active
Roles
Members

Comments

  • And a further problem, sorry Both the examples below give a script error when I PrepareReport frxReport1->AddFunction("function String MyFunc(int d)", "My Functions", "returns a value"); I also tried the line below frxReport1->AddF…
  • Having more problems - this is really a C issue than a FR issue though I want to code a user function as per the custom functions chapter - I have the following code but when I compile I get [bcc32 Error] Unit1.cpp(11787): E2247 '_fastcall ope…
  • Thanks guys - this is todays task now that I have the loading image issue resolved.
  • I think that has done the job. Cheers
  • I odnt know if this is relevant but I thought I would try saving a report rather than displaying it. So I added a frxPDFExport component to my application when I compile I get error reading frxPDFExport1.Quality Property, Quality does not exist …
  • only one tfrxcomponent - as I said ealier, and at your suggestion, I restarted and kept the report very basic. just one masterdata one frxmemoview and one frxpictureview. If I can get the basics working then I'll work on the more difficult bits
  • gordk wrote: » are you saving the report design file as a .fr3 or storing it in the dfm? I haven't saved the report as yet just closed the designer and run my program. Slight development though. I created a new project and connected to t…
  • gordk wrote: » What windows system are you running under and are you delphi or c Win 7 x64 using embarcadero builder C++ Xe3 with Devart UniDac components connected to a DevExpress grid
  • Thanks gordk Sort of making progress - Now when I preview the report I see text field and temp.jpg once for each record as expected. But when i run the report frxReport1->ShowReport(); I see my text field (once for each record) but no…
  • OK started again and this is my steps Place TfrxReport1 on form Place TfrxDBDataset on form Set frxReport1 dataset property to frxDBdataset1 (I later delete this) Set Dataset property of TfrxDBdataset to a TUniQuery Open frxReport1 Add frx…
  • Mick.pl wrote: » Mick.pl wrote: » ... This seems to make me think it is related to how I have connected the different FR objects to my data. I did my test with a very (!) simple report - one of demos with master and detail. And my Pictur…
  • Thanks - if I can get the graphics to show - then this will be next on the list
  • wrote: That comma was inside a string constant - I think no compiler can recognize that. True [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I used the same pascal …
  • You are right - re the ,/. I am so used to a compiler picking up errors and generating exceptions But changing it to a . didn't make any difference [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0…
  • Cheers all TfrxPictureView is on the child band Masterdata2 (there is no masterdata1) is connected to frxDBDataSet1 which is connected to a UniDac query. The textual data (connected to the dataset) on both the child band and the masterband …
  • Thanks Still having a problem - expect i am being dull The script i have for a child band is as follws (tried this in the obp event for the picture as well. The picture exists at that location, my report shows (all db fields are OK) but the…
  • OK slightly different slant on my question. Once I have achieved the above, i.e. for each band a differnet picture is dynamically craeted, saved to disk and then loaded and displayed in the report. I then need to allow my users to create their…
  • Thanks for the link Mick. I am just holding off upgrading until I am happy that the standard/pro version can do what I want. I might just need to bite the bullet and buy/code and see if the solution works well enough.
  • thanks again all. I am still a little uncertain as to how this will work. I have looked at the example suggested and the manual at the pages suggested and it doesn't seem to show anything to do with scripting or at least there is nothing in th…
  • Thanks for the answers - I had email notification turned on on the last thread and I never received notification of your last post until after I started this thread. I had looked at the manual pages and they were quite sparse and didnt help. I do…
  • Thanks for the replies - I'll try and look at implementing something a bit later. Just one clarification which might make a difference [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smil…