AlexTZ
AlexTZ
About
- Username
- AlexTZ
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Send me your demo, I will check on our printers.
-
Go your private area and download the FastQB separately.
-
Right-click on the memo and select "Display format..." from menu.
-
FR2.4 and FR3.0 are not unicode-enabled. Both uses the same TEdit.
-
Fixed in upcoming 3.16.
-
Sorry, I can't believe you. Please send the *.fr3, *.fp3 files to me, I'll check it.
-
It's not a FR problem. In your example that you have sent to me, remove all FR components and write the following code: procedure TForm1.ReportClick(Sender: TObject); begin while not IBQuery1.Eof do IBQuery1.Next; end; you'll get the same …
-
Please read the programmer manual about using variables.
-
You should use overlay band, or set the page.frame property.
-
TXT export is inaccurate. You may need to create dot-matrix report (File|New|dot-matrix report).
-
May depend on your printer. Mine is prining correctly.
-
Databand.RowCount = 1
-
In dot-matrix mode there is no such thing as paper sizes, font sizes etc. You just define the paper width/height, and raw text is printed to the spooler.
-
Wait for 3.16, we have fixed something.
-
You can do the same with 3.15, it has columns property too.
-
Do you use latest FR3? We have corrected this some times ago.
-
Chart1.Chart.Series[0].XXX := xxx
-
FR3.0 does not support this.
-
Please post to FR VCL forum.
-
See "URL, anchors" report in the demos\main demo.
-
You should remove all FR/FS *.bpl, *.dcp files (from delphi\projects\bpl and windows\system32), fix frxreg,inc and fs_ireg.inc files and recompile all FR/FS packages.
-
Use TfrxReport.OnBeforePrint event: if Sender.Name = 'Picture1' then TfrxPictureView(Sender).Picture.Assign(your_image)
-
Sorry, designer can't be modeless.
-
Please read the programmer manual, about passing string variables.
-
Try to use appropriate font.charset.
-
Usually text object clips the text inside it, if you don't want to clip a text, turn off this property.
-
You can create the Page2 and put the GroupHeader (startNewPage = true) MasterData (Dataset2) GroupFooter ReportSummary (startNewPage = true) <- on the second page.
-
correct is poLanscape, not land*space* and don't use []
-
I don't see the problem in your message