AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
IT IS initialized in the Delphi! Can anyone explain why example 1) is not working in the BCB (Picture == NULL), but example 2 is working??? 1) TfrxPictureView = class(TfrxView) private ? FPicture: TPicture; published ? property Picture: TPi…
-
Probably the Undo list is growing. Each action in the editor is saved to the memory stream to allow undo/redo feature.
-
To disable ADO, perform the following steps: 1. Edit the fs_ireg.pas file: - remove 'fs_iadortti' and 'TfsADORTTI' occurences 2. Edit the fs5.bpk file (edit it in any text editor, not in BCB!): - remove 'VCLADO50' occurences 3. Recompile …
-
FastScript does not know about TClientDataset. In order to work with it you should add it to fsGlobalUnit (see manual how to add a class with methods and properties)
-
Correct is: Script.Clear; Script.Lines.Assign(Memo1.Lines); Script.Parent := fsGlobalUnit; if Script.Compile then begin  Script.Variables['sText']:='123';  Script.Execute end else  ShowMessage(Script.ErrorMsg);
-
Fixed.
-
Wait for the next release (this week), we have changed the installation.
-
No, only changing a frxClass.pas source.
-
Justify can work with paragraph only. I.e. you should have a big text line which is wrapped to several lines. All these lines will be justified.
-
I hate BCB... Will try to do something with this.
-
It should be empty - empty value means default database. Do you see the list of fields?
-
FIB is supported, you san use application FIB datasets in your report. Look at newsgroups (public.binaries group) - there is some db engines here.
-
You can fix this with FR3 Std. Just replace 'TEE' with 'TEE67' in the fs7.dpk and frx7.dpk files and recompile these packages. After recompiling, put fs7.bpl and frx7.dpl from Delphi\Projects\Bpl to Windows\System32
-
You can't use FR3 precompiled units with IBX version other that standard Delphi/BCB have. In the next build we'll correct this.
-
Old behaviour is not supported anymore. You shouldn't use baWidth if you have intersecting objects.
-
"on E: Exception" is not supported.
-
FR supports any TDataSet-based DB engine.
-
It will be possible in the next build (in the next week).
-
In the next build we will include IBO wrapper. When inmorting old reports, you should turn on the "Free bands placement" option in the FR3 designer.
-
You have to use latest FR2.53 (fully upgraded, not only fr_class.pas!) to save in compoatible FR3 format. To convert your application to FR3, you have to manually recreate TfrxReport and TfrxDBDataSet components. Since FR2.x and FR3 can co-exists i…
-
What language you'd like to translate to?
-
As in FR2.x, you should manually show Form2 after frxReport1.ShowReport.
-
I cannot reproduce this, works well for me too. Can you tell step-by-step instructions?
-
Try to put the lib\printers.xml file to your exe folder.
-
To use application connection, set the TfrxDBXComponents.DefaultDatabase property.
-
I think Spanish and Brazilian-Portugese is different things?
-
You may make translation to German and get FR3 Pro for free.
-
AFAIK Oki is IBM-compatible.
-
FR2.53 has correct class names! Probably you did not full upgrade to FR2.53 (you should download all FR2.53 files, not only fr_class.pas!)
-
No, I can't. Wait for the next release (in the next week).