rbuser
Comments
-
Nico,
Thanks. I like the approach that is used in
www.digital-metaphors.com/tips/RemoveLineFromLastDetail.zip and it works
very well. However I only want to be able to show a value when it is the
last one in the group. C… -
How can I get this example to work using a tppdbPipeline?
Ken
-
-
Gothcha!!
Sorry Nard. You sent me a Patch for the ppBarCode2DDrawCmd, and I unzipped
this in one of my other projects .. also in the path, and it was picking
these files up. I've removed them, and they are only in there defaul… -
Thanks Nard.
When you search Computer on Vista, doesn't search everywhere, and missed
that one in PUBLIC!
I then installed it OK, and still getting the error .. so something still
hanging around somewhere?
Apolgies I started panicking due to be away from home in Madeira (small
island off portugal) and my programs could not compile anymore having to get
a new feature to a client... It was no problem of Reportbuilder but only the
compo…Bump
Thanks Nard.
Tested and working.
Regards
Adrian Wreyford
Nard Moseley (Digital Metaphors) wrote:
Yes we set the windowstate to wsMaximized and the zoomsetting to
zs100Percent but I have one user where it's spanning multiple screens
and getting an error trying to do so. Trying to fig…Hi Nard,
Beautiful - Spot on!
Thanks very much!
Adam.
i have the same problem
Walter Schrewe schrieb:
I just tested a application, compiled with RB 10.08, where all shortcuts
in the designer work perfectly well. The rest of the environment (3rd
party components, Delphi 2006 prof.) is identical.
Nard Moseley (Digital Metaphors) schrieb:
the only ones I could think of are the TB2000-Components (the same you
use). Interestingly enough the shortcuts work in the RAP Code editor.
Hello Nard,
Nard Moseley (Digital Metaphors) schrieb:
that is exactly what I did, but in my environment it does definitely not
work. After a CTRL-C on a (focused) control the corresponding menu item
stay grayed out.…Hi Nard,
I would like to thank you for your assistance, with your help I had it
working in no time.
Nard,
I would like to support Tim in his observation.
Please see my entry in the list 2008/10/16
Perhaps your installer could have a suffix with version stamp or release
date, then we can compare to see what is the latest …Nico,
Putting togeher a demo will be difficult but I will try. I would correct one
thing in your response - the lookahead total is wrong for all groups except
the last Minor. Note that it grows incrementally with the new group…Hi Nico,
I am using Delphi 7 / ReportBuilder 7.04
Your guess is correct (and all calculation are incorrect except for the last
Minor Footer entry). What is happening is that the lookahead value only
incl…Nico,
I still get the same values. The problem is only related to the first Minor
Group Footer which always is the same value. All other Minor Group Footer
calculations are correct.
Hi, Nico,
Thanks for your reply.
What I want is to seperate the invoice printing module from the
application to dll, so I could customize it without modificating the
application.
Yes, I took a look into …Hello,
I was looking at some other posts and found the answer. I do the
following and all is fine:
uses
ppFilDev, ppDevice;
ppUnRegisterDevice(TppTextFileDevice);
Thanks,
Ian
Thanks Nico, that worked fine. I'll now make a backup of this report so I
don't have to go through this again.
…Hi Nico,
Yes, it is in ppJvInspector.pas line 3562 procedure procedure
TppJvInspectorPainter.Paint. The offending line is
Canvas.FillRect(Rect);
Hope this helps.
Ken
done
J-Pierre
Sure, TextSearchPreview.UI <--> TextSearchSettings <--> SearchEngine not My
UI, thats just my point
and ControlsToSettings TextSearchPreview.UI -> SearchEngine again not My UI
I want my UI <--> TextSearchSe…Nard,
I have solved the "little square boxes" mystery. The boxes are actually the
CR/LF characters.
The solution is to replace the following from your example:
lDrawText.WrappedText.Insert(0,#13#10);
Clarification: the little square boxes are above the text in the memo.
Nard,
That works great on my machine but for some reason I just get little square
boxes on the print preview on any machine that not running Vista.
Any idea what could be causing that?
Thanks,
Danny
<…Nard,
Wow! Thanks! I'll give that a try.
Danny
I must be doing something wrong. Should there be a different character in
the ()?
procedure DBText4OnPrint;
begin
Uppercase (S);
end;