rbuser
Comments
-
For what I'm doing that's not really suitable. The users wnat to be able to
see the pages as they would be printed (i.e. with headers and footers).
Could the viewer code be modified to accomodate what I am after (I am
currently runing… -
I read that a patch exist about this problem
Please, Can you send it to me at frederic.wagner49@wanadoo.fr ?
wagner a écrit :
-
John,
I'm having a similar printing in landscape mode. I printing 5.5 x 8.5
postcards and I'm getting a 2 1/2 " left margin and can't seem to find
out where it is coming from. Actually it starts printing in the
middle of … -
Jim
The printer is an HP LaserJet 5. It is the default printer on my PC.
The only thing I forgot to mention is that I am printing landscape not
portrait.
How does reportbuilder determine the non-printable are w… -
I never could get a demo to create the error, but I did find a work around
for my problem. My users are allowed to select which fields they would like
to print, and I was creating DBText fields and labels in code based on their
selec… -
I have an event on the preview form create that forces the screen to show
maximized and at 100 percent, and one other event on the DBText which will
right justify if it is a number or left justify if it is a string. I
removed both ev… -
Hi John,
I don't want to depress you, but has it crossed your mind that if the report
contains groups and subgroups based on the order in which you expect the
data to be supplied from the query, allowing the end-user to change … -
Yes, It was answered to me on the Advantage NGs. This is the answer for
those interested.
SELECT a.Fullname, a.Phone, a.BirthDate, Month(a.BirthDate) as MonthDate
FROM addressbook a
GROUP By Month(a.BirthDate), a.Birthdate… -
Hi Douglas,
I think this has been answered in Advantage's NGs.
regards,
Chris Ueberall;
-
Could you give me a quick example if it is possible to do it with SQL only.
I am using Advantage Database TQuery component and I use the same component
for all reports, I just write the SQL differently. So if I can do the
calcu… -
I forgot to mention I'm using :
Delphi 3 and ReportBuilder Pro 4.05
Regards,
Simon W
Hello All,
I have a Report (with an Image) that I would like to convert to a MS Word
document.
Hi,
Thanks for your reply. But I do not want a full language translation.
I just want my Reports designed in English to change the Font to a thai
charset at runtime.So I do not want a language translation as such , but
many thanks, that works.
Hi
We pass the tables since every form, to one dll, that we use for centralize
all prints.
We pass in one array:
file://Datasource
Tablas_Listados_Confi[k].datasource:=TDataSource(form.findcomponen…Hi,
1. We use a different Pipelines that we create dinamicly and pass it by
parameter.
One Pipeline for every DataSource. We put it: visible=true for everyone.
But the data's remain not available.
2. This messag…Is there any other way to fix it?
> evalReport.ObjectByName(bandIndex, objectIndex, 'gpwsCheckbox');
if Assigned(lObject) and (lObject is TppCheckBox) then
TppCheckBox(lObject).Checked := True;
or whatever the class name is (eg. TmyCheckBox )
Sorry, I can't reproduce it. All I was doing was playing with the report
writer. Dropped on a couple buttons, report components and pipelines.
Designed, ran...great. Then decided to try the modeless and closing the
app. It av'd.? …Actually, I had two TppReport components on one form. Once I removed one
component the Access violation stopped.
Is only one ppReport component allowed per Form, Application ???
Dave Hamdon
If we buy the Professional version which comes with source, do we have
everything necessary to re-compile the runtime packages with versioning in
the interim? If so, does this go against your licensing? The reason I ask
is because w…This is awesome! Your product kicks ass! Thank you Jim!
Thank you for your help Jim! I did exactly what you said,
and it looks like it worked, even though I had a sub-band
on the Summary band.
Is this a miracle, or the region is smart enough to stretch
an…Thank you Jim!
The approach in the example worked!
Now I have another problem with that same piece of report. I can't keep it together on one page. If there is not enough
space left on the page wher…I've finally had time to create a custom print dialog - I've taken
what I hope is the easy way and have taken the standard print dialog,
added a 'preview' checkbox and saved it into my project. However,
what do I need to add to the …
Nevermind... I believe they work if a DBCheckBox component is placed on the
report, but when read using the GetFieldAs[type]() functions, they have to
be read as a string and used that way.
Thanks for sticking with this problem. This doesn't seem to want to work. Some one else must
have tried this before. Or suggested an additional property of the Designer to state the
RootKey.
Setting TppDesigner.IniStorageType to…Sorry to post this question again. But I still haven't received a response.
I tried your example and the plug in is still not being accepted. The registry
settings are still saved in HKEY_CURRENT_USER while our other application settings are
in HKEY_LOCAL_MACHINE. I tried the breakpoint again but the CreateCustomI…Can I have the patch to?