mseehuber
mseehuber
About
- Username
- mseehuber
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Build your own "Report" Explorer. My application save the hierarchy in an Database table with the Reportfilename and optional Name and Description. For the visual frontend, i use the virtualtreeview component.
-
Problem located : Unit : frxClass.pas function TfrxReport.DoGetValue(const Expr: String; var Value: Variant): Boolean; ... GetDataSetAndField(Expr, ds, fld); if (ds <> nil) and (fld <> '') then begin Value := ds.Value[fld]; i…
-
To check, if this is an bug, i used an kbmemtable and copied all record into it. And, which surprise, with this memory table the report works. So there is definitly an bug with TADODatasets and retrieving values from fields.
-
No Answer is also an answer. Maybe is this an big Bug or does anyone use an TBetterAODDataset or TADODataset resultset with an TFrxDBDataSet without any Problems.
-
Thanks Den, it's to easy. Mike