Default Avatar

bytecook

bytecook

About

Username
bytecook
Joined
Visits
0
Last Active
Roles
Members

Comments

  • hi franktron, 1. which runtime error did you receive? 2. why do you want to use tables? - queries are much more flexible and you save memory regards, peter
    in MYSQL DAC Comment by bytecook March 2004
  • Well, I've bought and used qr several years ago, even before it was included in delphi, it was not flexible enough (I need an end user report engine in most of our apps) to fulfill my needs, so I've started using fr some days ago. I'm quite impr…
    in QR vs RF Comment by bytecook March 2004
  • Ok, forget it I create them now on the fly when preparing my queries, regarding the datadictionary regards, Peter
  • Hi mbana, I have had nearly the same problem... one very quick'n dirty method is the one below: --- procedure ExcludeFormDatasets(aForm : TForm; aReport : TfrReport); var i : integer; s : string; begin aReport.Dictionary.DisabledData…