Default Avatar

iolaltd

iolaltd

About

Username
iolaltd
Joined
Visits
0
Last Active
Roles
Members

Comments

  • As easy that. WOW! Thank you. Andy
  • I have just upgraded to fr3_17_2_bcb6s.exe but the problem still arises. Any chance of any support here please? Andy
  • Thanks gordk This is probably a stupid question but where's the Binaries news group? Andy
  • OOh! That sounds interesting I'll take a look at that. Is Engine a global object or do I need to declare it? Thanks Alex, Andy
  • Just as a follow up to this, it happened to me today too. I was editing a report, I exited the screen, went back in and everything was black. I didn't change any of the options! Thank heavens this post was here though cause it would have stop…
  • Agreed. Having looked into this I can confirm that this is the case. After developing for 12+ years I can't believe I haven't encountered it before. Apologies for wasting posting space Andy
  • OK, looks like I'm talking to myself again I've sussed this out and I'm not sure if it constitutes a bug or not! It could (and probably will) be pushed into the "Intended Behaviour" pile. Basically, I load a report using the following, …
  • Except it doesn't work... I'm having a conversation with myself. Anybody else who's listening please feel free to join in I'm also getting an AV when I Load a report, save to pdf, exit, re load the report and use the following code, (…
  • Sorry, frxPDFExport1->Filename = ""; Andy
  • Brilliant. Thanks Terry. Andy
  • Thanks gordk but how does that work with a 3 column sub-report on a 1 column page? The 3 column sub-report only seems to print item in column 1. Andy
  • Sorry, Sods law : "add a question to a newsgroup and then 10 minutes later you will sort it out yourself" I also needed to add, frxLabel->Width=...; and multiply the values out using the pre-declared "fr1cm" so, frxLabel = new T…
  • I don't think so Alex because I could see the Properties window but it was blank (white) with no properties actually appearing in there. Andy
  • OK, I managed to solve this after a very stressful morning. I had been experiencing a windows "your registry maximum size is not large enough" error within windows. I had increased the allowed size but the "empty" object inspector bug was still pr…
  • This is actually a show stopper for me. I think there is a memory leak or something in the object inspector because not only is the object Properties/Events window blank, it also causes lots of other problems if more than one FastReport window is o…
  • AAh! Thank you. Fron that I assume that I would also be able to populate the entire table with one ->AddValue call? I'll give that a try! Andy