rbuser
Comments
-
Cancel the request for help. Bad query!!
-
Thanks,
Ping Kam
-
I have already tried the DirectDraw property but that did not make any
difference. I will scrap the color on the shape.
Thanks for the help
-
The image will print if transparent is set to false. However, this image
will print through other graphics programs. Is there something else that can
be done because setting transparent to false does not look professional when
the ima… -
Just forgot to mention the BMP and JPEGS display fine on the print preview.
These images also print fine through other programs. Using Delphi 7 and
Report Builder Pro V7.03
Thanks again
-
"Nico Cizik (Digital Metaphors)" wrote in
-
Thanks,
I am controlling the visibility and it works great.
-
Have you looked at using the JITPipeline as a front for the tTreeView data?
Regards,
Chuck Van Acker
Alogent Corp.
-
Where do you find that post?
-
Nico,
I apologize for the report. I just remembered that I asked this earlier. I
went back and found your reply.
Thanks,
Larry
-
Turned out to be a problem with ADO lookup function. Changed 2nd parameter
in lookup function in procedure tRBCalendarPipeline.DoNewDate to pass
Tdatetime rather than Tdate and now it's working...
-
SWEET!
(unofficially)
-
Nico,
Will a visual grid be a feature in an upcoming version of Report Builder?
Or at least guidelines. These are really invaluable tools in developing
reports. I won't mention other reporting products that do have this
capa… -
If you are saving the report in report archive file
format, you could use compression to reduce the size
dramaticly.
greetings,
Rob
-
Hi Nico
Solved the bastered, had something to do with Fieldinstantiation on the
BDE table, removed it and solved the problem
Thanks and marry XMass
Walter
-
Thanks Nico
I changed the Group Reset to from vsGroupStart to vsGroupEnd, this works fine now.
Will
-
Check an earlier post from me where I gave a simple unit that enabled the
mousewheel scrolling.
Andrew
-
Hello.
Is ist possible to change the BIN within a report.
For example:
To print the first page to Bin #1
the second to BIN #2
the third to BIN #1 aso.
thanks Kronberger Reinhard
-
Ok - I've managed to sort this one. Having installed the Infopower richedit
addon (see Infopower directory in RebortBuiilder), I hadn't put ppWWRichEd
in the uses clause of my main form.
-
Hi Nico,
What I really need to do is to be able to slightly reduce the row height
without changing the font. I have 24 rows (one for each hour of the day)
and the last one just trickles over onto a new page - there does seem to… -
Please could I add my support for Gary's suggestion. I'm struggling with a
problem which would be solved in an instant by these enhancements.
Susie
-
Hi Nico,
Thanks for your reply.
I downloaded the example, but still can't figure out how the label is
associated with the parameter. I understand how you set parameters.
ppReport1.Parameters['SystemInfo'].Value := 'RB 7.02… -
Thanks Nico,
Is it possible to do that from RAP?
Yannis
-
xldenteAtpeba.com
-
So far nothing. Did you get my info?
-
I sent it. Thank you
-
I email yesterday morning again and still not reply. Do you have a spam
filter on emails from @usa.net that is blocking my emails?
Number
-
Thanks for the fast answer.
I "could" use the variable object but I already have a whole report built
with ppDBText components. Also, since this report will be accessed by end
users I want it to be as easy to handle than possib… -
You could try something like this.
...
var aList: TStringList;
i:integer;
...
aList:=TStringList.Create;
ppGetDeviceClasses(aList);
for i:=0 to aList.Count-1 do
if aList[i] = 'Rep… -
Hello again,
I keep working on my report and I have figure out that when the
child-report, which has one group and pictures, has only 1 column, the
property New Page when less than is working fine, but if the child-report
h…