rbuser
Comments
-
Hello Nico.
I have solved the issue, but this is realy a workaround...
I have dropped a new TppReport on my form, and copied the contents of my
original report.
Then the reports have been renamed so that the new repo… -
Hello Nico.
I have not had any problems with this before, so I don't think that this can
be reproduced...
The reports are based on a separate query using DBPipeline and aDbisam
queries.
if frmRapportV… -
I tried:
procedure TSupaStudPreviewPlugin.BeforePreview;
begin
inherited BeforePreview;
Report.Icon.Assign(Form1.Icon);
end;
But this has no effect.?
-
Hi, Barry
In order to make GridPack work on RB10.06+, you need to rename all
"ppDesignTools" unit to "ppToolResources" unit in all uses clause of
GridPack source units.
Regards,
William
-
Ok, I misunderstood the purpose of the mandatory option. I will have to
rethink my approach to user definable search criteria.
Thanks,
-
Nard Moseley (Digital Metaphors) yazmis:
Yes it does preview correctly.
Can I modify these values before printing?
-
Thanks for the reply
After intensive investigation i found this:
There is an unprintable area value of the printer that can be adjusted
from the windows/printer settings. When i print to this printer using
default printer… -
Hello,
I checked with Waler and they say the some of these device types create
multiple files per report. The Report Builder doesn't seem to be able to
handle attaching multiple files when using the
"Report.EmailSet… -
Thanks, I'll take a look and let you know what I can find out.
Ian
-
Thanks Nico.
Fellipe H.
-
I am interested in the text from each element on all the pages.
More specific:
I have a report which simply produce a spreedsheet like output and I want it
in XML so that another program can process the result.
Thanks for … -
Sorry Nard
Width = 245
Height = 305
Paper Size =??? Custom o Statement
Tanks
"Eugenio Zinga" ha scritto nel messaggio
-
tanks
-
GREAT INFO! With that, I could see InfoPower was defaulting to the
msversion 3 (the old richedit) that didn't support this RTF data. When I
changed the source code within InfoPower's class that when it was created,
to default to… -
Yes, I can reproduce it regularily. Any memo control that contains a two
column table where column 1 is left justfiied and column 2 is right
justified (for money). I create these within msword and then paste into the
richtext mem… -
I thought it was a size issue as well, so I increased heights and width of
the TppRichText control to be 8" x 10" and reduced the RTF to be about 2" x
3". The rendering was just as bad. Any suggestions what to try next? I
still … -
Opps wrong jpg. Correct one is attached.
-
Hi there Nico,
that looks cool. i will try it, i can see that i was trying it the wrong
way.
Thats exactly what i want, and i will see how it goes.
Lawrence Karthauser
-
Hi there,
in 9.03 there does not seem to be a previewform.outlineviewer, with or
without a popup menu.
Can I add to the pop up menu that already exists? I was hoping that it would
not be too difficult.
Th… -
I want to be able to add calls to my code from a print preview, and i had
thought that i could add a popup menu in code to do this.
the report.previewform does have a popup menu property but it gives a gpf if
i access it. You have a… -
Hi,
I am having the same problem when using the RichView wrapper for
ReportBuilder.
Everything prints fine, except for the RichView wrapper area which is blank.
This only happens when I am using TExtraDevices P… -
Thanks for your answer. But perhaps I do anything wrong. I'm only
setting the DeviceType to dtPDFile. That's all. Is there to do something
more for working with RichView. If so, can you give me an example code.
I've searched differ… -
I have the same problem, can you say to me the solution?
Thanks
"Mojoala" ha scritto nel messaggio
-
Disregard, I found the answer.
-
ouch...if I understand you.
I have not started using D2007, but this sounds like it is going to be a
major problem.
I have numerous gray entries in the path to source code on purpose, where I
put an 'x' … -
Thanks Nico, that did the trick.
-
Okay, this is getting frustrating.
I compile and it tells me it can't find the dcu's.
I delete them all and they get put back in the uses clause and tells me it
can't find them.
TIA
-
Clarification:
I got the 11 idea from the download: rbpro11d.exe
I guess the 11d means delphi 11(2007).
Also a correction to the prior version, we were coming from version 6 of RB.
Thanks again.
added ppTypes to uses clause and problem is fixed.
Nico
It's still classic master/detail with an "orders" master and "items" detail
but instead of printing the normal "master on top" then "detail in the
middle" style of invoice
I need to begin my (GroupHeader) "master" an…