AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
You can't do anything, only decrease the picture's resolution.
-
See User manual, "Aliases" topic.
-
Will be included in 3.04.
-
See implementation of the TStrings.Objects property (fs_iclassesrtti.pas): AddIndexProperty('Objects', 'Integer', 'TObject', CallMethod); function TFunctions.CallMethod(Instance: TObject; ClassType: TClass; const MethodName: String; var Params:…
-
Probably you have old sources. FR3.03 contains the Lines.Text := TfrxCustomMemoView(Obj).WrapText(True);
-
See the "Non Visual reportig" topic below.
-
It's a Delphi behavior. You should close all projects, check the items in the Component|Install packages menu, close this dialog, create the new application and close it. Now Delphi remembers the packages.
-
Just set the DetailQuery.Master property to MasterQuery. DetailQuery Params should have names same as MasterQuery master fields.
-
Please send demo to tz@fast-report.com
-
It's impossible. You should use bands and objects.
-
The answer was: Many people complaining about different view of rich object in the screen and in the printer. So I've used metafile to draw the rich. Now it looks the same, but there may be intercharacter spacing problems. Decide what you need: the…
-
This property is deleted. Open each form that contains FR components, ignore all errors, and save it.
-
Change the fs_iconst.pas file: {******************************************} {                      } {       FastScript v1.7        } {         Resources     …
-
Answered in the fast-report.com support system.
-
The template used in the "New DB engine" wizard was from IBX. You should adapt some lines of code to work with DBISAM.
-
You can use the code to create report layout. This is described in the programmer's manual. You can print, export or preview that report.
-
It will be empty, however, it is actually connected. Do you able to see the list of tables when choosing table.tablename property, isn't it?
-
TfrxPreview does not show any buttons. You have to write own toolbar and call TfrxPreview methods.
-
Will be fixed in 3.03.
-
Include TfrxDialogControls component into your application.
-
Hmmm... Don't you see the "Export" button on the preview toolbar?
-
Please read the documentation! User manual, "The aggregate function call features" topic.
-
Now you can't use separate dlls (they may be big because needs "forms" unit). I'll provide multi-language solution later.
-
tz@fast-report.com
-
I can't say what's wrong. Do you have a demo that I can compile and test?
-
You can't.
-
Will be fixed in FR3.03.
-
headers can't be printed if corresponding databand is empty.
-
tz@fast-report.com
-
What is frModelDS? TfrxDBDataset or what?