AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
I see lot of people like cross-data bands (I don't). Maybe one of FR3 releases will have them.
-
It is last build with all critical fixes. Glad to see it working
-
You should add nexus db components by fsGlobalUnit.AddClass method.
-
Standard fs_ichartrtti.pas does not contain all chart methods and properties. You can use only published properties and some methods (declared in this file) in your scripts. You should add required methods/public properties either to this file or th…
-
The key phrase is "in case you've allowed this". You can access to any object in your project, but you should add it (using FastScript interface) beforehand. You may add an object to the TfrxReport.Script or fsGlobalUnit. See FS documentation for d…
-
It can't be fixed because FR3 trial is hardly compiled with standard IBX.
-
Just move the cursor over the right edge of the memo object - the button will disappear.
-
Works well for me.
-
Use up/down button to change the value. I'll fix this bug.
-
Will be added in the next FS version.
-
Please send me list of errors.
-
Compile fsx.dpk and dclfsx.dpk packages, install last one. Choose "Tools/Environment options..." menu command. Go "Library" tab and add path to ..\FS\SOURCE directory to the "Library path" string. there is no package for Kylix BCB yet, I can't …
-
Open the designer, File|Save as..., select "FR3 report" in the "file type" drop-down list.
-
Aren't you Jason Wharton? IBO engine will be added later.
-
You can't do this with trial version.
-
Use TfrxReport.PreviewPages: procedure TfrxPreviewPages.DrawPage(Index: Integer; Canvas: TCanvas; ScaleX, ScaleY, OffsetX, OffsetY: Extended); var Page: TfrxReportPage; Page := frxReport1.PreviewPages.Page; { sizes are in Page.Width, P…
-
Styles Are listed in the combo (at left in the Font toolbar).
-
FR3 don't have BCB packages yet. Be patient
-
FR can't be installed automatically in the BCB. To install, follow the instructions in the Setup.txt file: 1.7. C++Builder 6.0 Copy fs_iinterpreter.dcu, fs_iilparser.dcu, fs_iinterpreter.hpp, fs_iilparser.hpp, fs_iinterpreter.obj, fs_iilparser.…
-
Sorry, don't understand what you mean. Send me some script samples that does not work.
-
Fix the fs_iinterpreter.pas file: function TfsPropertyHelper.GetValue: Variant; var  p: PPropInfo;  Instance: TObject; begin  Result := Null;  Instance := TObject(Integer(ParentValue));  if FIsPublished then  begin   p := GetPropInf…
-
1) what issue? 2) you can convert FR2.5 reports to FR3 format. 3) FR3 trial will comes very soon. Stay in touch.
-
Fix the fs_isysrtti.pas file: function TFunctions.CallMethod5(Instance: TObject; ClassType: TClass;  const MethodName: String; var Params: Variant): Variant; var  s: String;  v: Variant; begin  if MethodName = 'LENGTH' then   Result :=…
-
It's done already. If Report.EngineOptions.SilentMode is True, no dialogs will be shown.
-
Nope
-
wrote: Well, it??s working fine, is there any problem to do that ? limitations or memory problems ? Probably not.