
pele
pele
About
- Username
- pele
- Joined
- Visits
- 10
- Last Active
- Roles
- Members
Comments
-
fReport.Terminated := true makes "Privileged instruction" error
-
But OnEndDoc event is executed after prepare all pages ! I want to break process preparing pages !
-
still waiting for a response. any ideas?
-
Sistematica wrote: » Uses the property, which indicates that PrintMode print multiple copies on a single page Where is the property ? PrintMode are : Default, Split, Scale, Join.
-
But I, when I use Report.Engine.StopReport method I get EPrivilege class error (Privileged instruction) I want to stop preparing report and show prepared pages (if they are)
-
Your sample works fine for me, but my sample doesn't. You use db1.mdb file, I use SQL Query to MSSQL database. Maybe this is the reason ?
-
It doesn't help. Any other suggestions ?
-
when I set ADOQuery2.Master ADOQuery1 I got an error: operation is not available when the object is closed. P.S. AdoQuery1 is open.
-
i posted a sample source code to binaries news group with topic "blank pages"... please have a look at it. thank you in advance P.S. I'm using Delphi XE and FR 4.10.8 version
-
I have many reports designed for one window in my program and some of them are dynamically created. And some have options, others are not, or have other options. Therefore, I do not want to put many different options on the window, because they ar…
-
gordk wrote: » instead of calling show report when building from code temporarily use a call to design report so you can see what text has been added to the memo. After I use a call Design report i see the text has been added : [SUM(,M…
-
It is possible to upload an example to another server, because here nobody can download it ?!
-
But how to this without removing NOT selected rows from dataset ? I have to print selected rows and just skip/jump/no print other
-
But how to do it with my program? I have many files FR3 and I can not change this at any! I tried to use the OnBeforePrint event of frxReport component: wrote: if xDBGrid1.Columns[0].IsCheckBoxValue(False) then xDBGrid1.DataSource.DataSet.…
-
Please, I'm waiting for the answer !
-
I have little another problem How to sum values but not all the columns, for example, only 2 and 3 columns. Or sum all columns, and then subtract value from 1 column. Unfortunately, I do not know where is the column, which I do not want to co…
-
I use FR ver. 4.6.5 and Delphi 7 and ADOQuery, but I tried a version of 4.8.29 and is the same. Please try something like that: ADOQuery component: if DS_cplm.Active then DS_cplm.Close;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â …
-
var head : TfrxHeader;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Memo: TfrxMemoView; Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â procedu…
-
But from second dialog window I can't print to any printer chosen from combobox. From first window I can. How to enforce open only first window ?