rbuser
Comments
-
Hi Nico,
Hmm. That's also the way I tested. I'll have a look at it later today or
tomorrow.
Kind regards,
Jeroen.
Op 26-11-2012 18:49, Nico Cizik (Digital Metaphors) schreef:
-
Long time ago i posted this question and forget it, but the problem is still
unsolved... i was using another report solution for new developments; but
i have an app with many reports made with Report Builder.
So....
Hello Nico,
I tried this, but it didn't work:
tmpPage := TppPage.Create(nil);
try
tmpPage.PrinterSetup.Assign(AReport.PrinterSetup);
ADevice.ReceivePage(tmpPage);
final…> This was not an known issue with RB 11.08. Which components are you
Variable.
We haven't tried yet. It is difficult to reproduce in our full
environment. I wanted to see if there was a known issue before I
We tackled the problem using dade.
On the before print event we set duplex to None:
Report.Printersetup.Duplex:= dpNone;
Kind Regards
Ruud
Ruud Bernards schreef op 12-1-2016 om 13:49:
Nard Moseley (Digital Metaphors) schreef op 3-12-2012 om 21:43:
Hi Nard,
is there a workaround for this setting of Duplex type problem in version
RB 14.06?
What triggers this? Only at 1 customer we experience this.Hi,
I have RB 14.07. There is different behavior between versions before RB
14.06 and after RB 14.05...
Versions < 14.06: Duplex = dpNone works regardless of printer settings
Versions >= 14.06: Duplex = dpNone works like d…Hi,
I tested old versions - till version 14.05 was all OK.
Wrong behavior is from version 14.06...
Regards
Roman Krupicka
?Sorry just to add to this, I still need the option to send via MAPI
depending on the system setup, so I almost need an onEmail Event that
will determine which protocol to use on the email button click.
--- posted …Hi Nico,
Tried it on the production printer (instead of cheap test printer) - it
works the way it should.
Many thanks!
EdB
Hi Nico,
Huh, didn't even notice the difference (Engine.Page) in our code.
Unfortunately, it didn't make a difference with the printer I'm using
for testing.
I threw labels in header and footer, and did OnGetTex…Hi Nico,
Actually, that's the first thing I tried...
procedure TForm1.ppReport1StartPage(Sender: TObject);
begin
mmo1.Lines.Add(Format('start page:%d',[ppReport1.AbsolutePageNo]));
if (ppReport1.AbsolutePage…
Thanks for that reply.
Regards,
Peter Evans
Thanks - was hoping that there was a better way then the two reports.
Craig
On Tue, 11 Dec 2012 07:24:17 -0700, "Nico Cizik (Digital Metaphors)"
yes, directly from rb is readable.
i'll send you soon an example!
thanks
Sembra che Nico Cizik (Digital Metaphors) abbia detto :
hi,
we use rb 14.07 on delphi xe. and yes, we use internal rb component.
barcode are not too big, 4.5cm x 2cm at maximum. maybe can be this the
problem?
now i tried with external font that writes barcode and embeddin…Hi Nico,
we don't work in Delphi IDE, we work directly in Report Builder.
But RB told us, that the function Report1.Engine.PrintPosRect isn't known.
Have you any idea?
Hi, Nico...
The problem is with 'Double' DB fields.
With 'Extended' type fields the round is 'correct'.
I have to think if it is better to change DBPipeLine DataType from Double to
Extended, or simply modify "ppDispl…Hi, Nico...
AFAIK, 15.225 must be 15.23, not 15.22. At least in Spain and other Europe
countries.
Is it possible to change this behaviour without changing original RBuilder
source code? If not, I have to manually up…For some reason, it seems that turning the autosize property to true
fixed the csv file problem (I think). Any idea why, just curious?
Edit: i have solved my second problem from groups property (checked start a
new page) but actually i want to add that property to my delphi code (i want
user to select if he wants a pagebreak or not if "malztipi" column changes).
Hi
You are correct in your understanding, the document was 'printed' to a
printer driver installed on the machine.
Obviously CutePDF has got its z order wrong and is printing the body of the
report behind the Page L…Hello,
the list of changes for version 16.01 says:
"DisplayFormat, Use FormatCurr when format contains CurrencyString"
Does that mean, that no workaround is needed anymore to solve the issue
described below? How woul…Hi Nico
Thanks, working agai.
Eric
i've report builder standard 10.07 and delphi 7
customer (main report) (have only detail band)
group (in the main report) that breaks on each customer.ID and on this
group start a new page (NewPage=True)
in cust…hi Nico and thanks for your help!
creating a group in the master printer prints two blank pages .. one at
the beginning and one at the end of the group.
how can i do do not print the blank pages?
Where can I fin…Update: It looks like the patch for the problem reported in the thread
"Labels with white color text" fixes this problem too.
Nard and Nico,
many thanks for your excellent support all the time.
Merry Christmas and Happy New Year.
Norbert
--- posted by geoForum on http:/…Put a Region between the two memos and adjust the ShiftRelativeTo(s)
accordingly