rbuser
Comments
-
report.device = 1 means dvscreen
Carsten Eider formulierte Mittwoch :
--
Hint: We altered the sources!Hint: We altered the sources!
-
Nard
I used the replacement ppWWRichEd.pas that you emailed me and i confirm that
it has worked. Thanks very much.
Regards
Tim
-
Nard
The problem is the ppWWRichEd unit. Removing that from my uses clause fixed
the problem. I will contact Roy Woll at Woll2Woll and let him know of the
problem.
Thanks for pointing me in the right direction.
Nard
Yes i am using the InfoPower plug-in. I will remove that first and see if
that makes any difference. By the way the problem is the same with both
TRichEdit and TDBRichEdit.
Regards
Tim
<…Thanks Nico.
I'll run through the tests, and modify the program to run with standard
printers (this is for a high-end colour label printer, the page size is
pretty weird).
I'll try the modified version on a standard l…On 2016-02-04 10:34 PM, Carsten Eider wrote:
I also face the same problem in 17.02 for 10.1 Berlin. Is there a
solution so far?
--
Best regards,
Chau Chee Yang
Hi Nico,
my answers:
1.) Grouphead[0]:Ident,Grouphead[1]:Ident,Summary
2.) Yes
3.) TPPSubreport?
4.) Yes
I will send an exported pdf and the rtm-file to support@......
Tia Carsten
Nico …Hi Nico,
Thanks, works perfect
Regards,
Hüseyin
Hi Nico,
Thanks for your mail. I might do things wrong, but i've tried following:
lcSaveDecimalSeparator := ppFormatSettings.DecimalSeparator;
lsCurrencyString := ppFormatSettings.CurrencyString;
ppFormat…Am 10.02.2016 um 16:06 schrieb Nico Cizik (Digital Metaphors):
Hello Nico,
That was my guess when i saw that error!
I think i will tell our admins to restore the font directory on that machine
from a…Hi Olaf,
we solved it by writing/reading each value seperately.
Lots of work, but easy to do!
Cheers Carsten
Olaf hatte die Idee :
--
Hint: We altered the sources!Hint: We altered the sour…Hello Nard,
thank You for the proposed solution, I shall try this and I hope it
will work!
Many thanks and best regards,
Goran
Hi Nard,
your hints are very worthful.
What is the difference between a Layerfile .ltm and a report .rtm?
Thanks
Carsten
Nard Moseley (Digital Metaphors) schrieb am 16.02.2016 :
--Hi Nard,
your idea for different pagelayers sounds good as it satifies our
request for independent headers and footers. Our customers should be
able to select in a set of headers and footers.
Here are some more ques…On 18/02/2016 17:38, Nico Cizik (Digital Metaphors) wrote:
That's great. Thanks.
Andy Leiper
Nico Cizik (Digital Metaphors) wrote:
Nico,
From what I can see, it would seem that in the Band.BeforePrint, I
would need to:
- remove components from cells not wanted
- remove or columns, as required
Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks. We are on RB15.02. I am guessing that we need a later version
for these behaviors, as I have not found in this version any support
for hiding columns.
Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks! That makes more sense. I have a subreport in which I have a
ppDBText component and a ppTableGrid in the title band. The name of the
Summary will go in the pp…Nico Cizik (Digital Metaphors) wrote:
Thanks, Nico. Not sure I understand fully your suggestion.
Are you saying that I would have a separate subreport for each
variation, each with its own layout? Or that I would ha…On 23/02/2016 16:35, Nico Cizik (Digital Metaphors) wrote:
Thanks for letting me know, Nico.
If the order comes in before you release this next version, I shall
probably use the component from in GS1 datamatrix barcodes Comment by rbuser February 2016Nico Cizik (Digital Metaphors) wrote:
Thanks, I discovered a bit later I had overlooked it.
Bill
Hi!
Thank you! I will try this.
Gruß aus den Bergen
Günter
Hi Nico,
Thanks for your reply.
I did try using a TppPageBreak component, but for some reason I was
getting some access violations occur part way through the report. I
wasn't able to figure out why - the…Sorry - I should have added I'm using Reportbuilder 15.05 on Delphi XE2
Hi Nico
That example works perfectly for me! Thank you very much!
Best Regards
Adam.
Hi Nico,
Thanks very much for your reply...
The OnPageReceive event and your code seems to work well.
The only problem I'm having is that it's skipping any text that's in
RichText components.
I was j…Thanks, Nico,
That was a "DUH!" moment. I didn't even think of the Position property
for the preview form. Say what?
Cheers!
On 30/03/2016 23:17, Nico Cizik (Digital Metaphors) wrote:
Following on from this, possibly the "only" clunky (for me) thing in RB
compared to Crystal Reports is the handling of lines and boxes. If
you've used CR it's so much …Thanks Nico,
Works great! When programming in Delphi, I do most all on the data side.
Forgot to mention this is in RAP for my end users, no opportunity to
manipulate the data side. On one particular report I still have thisHi Nard,
thank you. I used the second one, but had to modify it like this:
var
lParentReport: TppReport;
lChildReport: TppChildReport;
begin
lParentReport := TppReport(Report.ParentReport);
lChi…