rbuser
Comments
-
Thanks Jim,
You are right. Im using a Virtual printer server, there was a networking
problem regarding port settings, I corrected it and now Im back on track.
-
That's great, I can work with that.
Thanks.
--
Charles
-
that worked great
Thank you for dealing with me.
I appreciate the help tremendously.
thanks,
Mike
-
Jim,
i can't get this to work .. i tried putting what you had in this unit with
what i got and i keep getting blank answers...it is hard to find out what i
am doing wrong without seeing the actual report in the designer. Is the… -
no it won't... but i see how you are doing what i need to do ..
i will test it out and let you know.
thanks for the help,
Mike
-
I get invalid stream format.
Was this created with D4?
That is what I am using.
thanks,
Mike
-
Thank you Jim.
I had also found that article on the NDC with google.
Bill Brittain
-
Jim,
Thanks for the response. I be leaving the RB Tee Chart package out for now
until the project calls for it. At that time I'll try to get everyone to
upgrade.
- Dan
-
-
Jim,
By setting the Width of the DBText object to zero, I was able to use your
code and not have the datafield appear on the report.
Just a note, I am using RB 6.03. So I can't comment on later versions. But
if the … -
Hello Jim,
Thank you for the reply and the suggestion.
I tried the code in my report. Unfortunately, in my case the DBText object
that lbPrintIt is based on must not be visible in my report. When I run it
with the v… -
Yes, in the following scenario:
one on the left - Region1.
Since Region 4 and Region 5 have subreports in them, I have set Region5
ShiftRelativeTo Region4. Does this impact the dissapearing data in Region 5
when I che… -
ShiftWithParent moves the region but does not adjust the height of the
region.
StretchWithParent does adjust the height of Region 2 and Region3, but when I
do it for Region1, then the subreport showing data in Region5 dissapears… -
Hi Joe,
I would check the systems printer settings. Is a standard printer assigned?
HTH,
Chris Ueberall;
-
If one uses Blob for the template field as data type in table Item, there is
error while the loading of the stored reports apparently starting from a
size of 12 KB. It is all the same whether one an existing report or into the
Blob fi… -
Hi Ed,
I won't call that a 'filter' and yes you are right using this event is mostly not performant.
Cheers,
Chris Ueberall;
-
> what is your problem with using a filter?
With the OnFilterRecord event, filters can take a long time if not all the
data is already downloaded from the server. I have also seen some datasets
that setting the 'Filter' prope… -
Wayne,
when using filters ensure that there is an index to speed it up. This should work for most databases.
If there isn't a way to get the performance you need for a single record then I would create a 'JITPipeline'.
reg… -
No problem, really. I am/was going to run some timing tests on using a
filter versus the dbpipeline begin/end record. I have noticed that some
databases take a long time to open when they are filtered.
-
Hi Wayne,
what is your problem with using a filter?
regards,
Chris Ueberall;
-
Yes.
Ed Dressel
BTW, if you want to know how (you didn't ask) look at the properties for
the pipeline with 'RageBegin' and 'RangeEnd'
-
Thanks for the tip, Chris.
Regards, Padmaja.
-
Hi Padmaja,
'TppBand' has the property 'Visible' and 'Height'. Set the first one to 'False' or the latter to '0'.
HTH,
Chris Ueberall;
-
Can you reproduce it in a small app :-)?
Ed Dressel
DX Squad
Developer Express newsgroups are for peer-to-peer support.
For direct support from Developer Express, write to support@devexpress.com
Bug reports shoul… -
Ed,
I tried that but is still the same.
I right click and selected the group to reset on to the name of the only
group I have on my report (Service Type) but still is not breaking the sub
totals.??
Is there… -
> When I run my report the ppDBCalc1 its no getting reset. The first group
is
prior
Right click over TppDBCalc and select 'ResetGroup...'. Set it to the
appropriate group to reset on.
Enjoy
Ed Dressel
Jim Bennett, thank you very much for your kindly reply.
Meanwhile I've already used some tricks, I've create a single recorset used
by my design-time DataPipeline which was created base on a SQL UNION, but
each select in UNION has the…Hi Nols,
see 'ReportBuilder.hlp' chapter 'Troubleshooting' topic 'Controlling the End-User Application'.
You must be using two different applications.
regards,
Chris Ueberall;
Ok, but why am I not getting a data tab in design mode. What I'm after is
to get the Data tab and then File | New.. | Query wizad
Regards,
Nols Smit
OK, I've installed LearRB.exe and under Tools | Environment Options on the
Library tab I've added a library path to
C:\Program Files\Borland\Delphi7\RBuilder\Lib (here I found daDBBDE.dcu)
But ... I still get the error messag…