GeorgiosPatsos
GeorgiosPatsos
About
- Username
- GeorgiosPatsos
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
We solved the problem: wrong Code: TfrReport* frReport = new TfrReport(NULL); right Code TfrReport* frReport = new TfrReport(Application); The component is not correctly initialized, when parameter is NULL.
-
thanks
-
wrote: function TFunctions.CallMethod(Instance: TObject; ClassType: TClass; const MethodName: String; var Params: Variant): Variant; begin if ClassType = TStrings then begin if MethodName = 'OBJECTS.GET' then Result := Integer(TStrings(Ins…
-
Thanks for the answer: Gord: which demo do you mean? I found the demo: Non-Breaked Master sets. My code is seems to be correct. The properties are set correct. But the found demo does not work with streched bands. Pehaps its a bug in Fastr…
-
Oh, thats great! Thank you!
-
Thank you!