rbuser
Comments
-
Thanks for the replys. Well, we have found that if we add the same SQL
criteria we assigned to the master data view to the linked data views, that
corrects the performance problem. The slowdown was from the sub-data views
queryin… -
In article <430a304d$1@dm500.>, briank@mtcpro.com says...
This may be WAY off in left field, but...
A similar thing happens to me with CDS/SQLConnections where "keep
connection" is false and the last table is closed… -
>I got a blank page at the last page of my report after all the data have
With me, this was the result of either BottomOffset on the bottommost
subreport (or region/group/component of whatever sort), or a footer used
for sp… -
Nico,
Followed #2 and it worked. Thanks for the help!
Eric
-
Thanks Nico. I will try making the change as you state in #2. As far as #1
goes, I am not changing the value. In that instance I do not want any break
to occur. That works just like I want. It is when I switch to the DBText
that I wan… -
In article <430a691e$1@dm500.>, stewarte@repsilverstate.com says...
I've never used btCustomField - any time I've coded a break I just used
btDataField amd specified an actual data field name, have you tried
that?
… -
Hi Nico,
I sent the code to you.
Thanks.
Murat
-
hello red,
If you use the db field for the header it's ofcourse lower and upper case!
Uoy may also use the same field as you use to break on ( the upper(xx))
field to display in the group header. Then all the values are in uppe… -
Thanks but that doesnt work.
The report still has the group headers in lower and upper case. And hence
they are seperated.
Any other ideas?
Thanks
Red
===========
-
Hello,
Why don't you select "UPPER(fieldname) as GROUPFIELD" and use GROUPFIELD
to do the grouping?
Eric
-
In article ,
redmond.shannon@sasims.com says...
Try this first:
procedure Group2OnGetBreakValue(var BreakValue: String);
begin
BreakValue:= UpperCase(BreakValue);
end;
EdB
-
Hi,
(To group the upper and lower case together)
So I have entered this code. What needs to go after the ":="?
And was I right to enter "DBText13.FieldValue"? This is the field that I
need to change to uppercase
Thanks, it's because we use our own preview window that is does not work.
Eric
Could you not select the MONTH value from the date in your query?
Just a suggestion, i don't know which database you use.
Eric
Thanks a lot, but I solved it settings te OnGetBreakValue event of the
group and everything went fine too..
Best Regards
Nard Moseley (Digital Metaphors) escreveu:
I found how it can be done! By setting the style to 'Repeated Captions'
it does just what I wanted.
Bora Aydemir
In article <4313287a$1@dm500.>, "Nico Cizik \(Digital Metaphors\)"
In article , edwardb@sgci.com
says...
Answer to this one - yes. If you "Print to file: Printer File" the
DeviceType is 'Printer' and PrintToFile=true.
Here's a summary of logic so far:
Form private vars:<…In article <430f1bf0$1@dm500.>, "Nico Cizik \(Digital Metaphors\)"
In article <430f1bf0$1@dm500.>, "Nico Cizik \(Digital Metaphors\)"
In article <430e5419@dm500.>, nospam@nospam.net says...
Assuming you mean you want the image to fill a pre-set sized ppDBImage:
set AutoSize to false, MaintainAspectRatio to true, stretch to true.
DirectDraw ca…OK, I figured it out. It's because I've assigned the OnGetRichText event.
Ok I've done that and I still can't get it to work.
1. I made sure ppWWRichEd was in my main form's uses clause.
2. If I view Install Packages I can see ReportBuilder wwRichEdit support
If I hook a TppDBText up to the memodata f…Hi,
Look in:
C:\Program Files\Borland\Delphi7\RBuilder\InfoPower folder and read
"readme.doc"
Eric
> Only report components that descend from TppStretchable have the ability
to
I'm sorry but that doesn't make sence.
For reports who can't be changed by the end user it's ok but reports which
could be changed…
Thanks a lot Nico for your support,
i check another time my application to verifiy if there are memory problems
when i load
from interbase the records that are printed.
Massimo.
Excuse me Nico,
the Development Team of ReportBuilder have done some tests to check if this
problem exists on the last version (for example a simple report that print
5000 pages) ?
Don't you belive that this is a important …Thanks Nico for the answer.
The trial version of ReportBuilder 9 can be installed on Delphi 5 even if
the version 6 of ReportBuilder is already installed ?
If yes, then i can uninstall the trial version to reactivate Repor…Hi Nico,
I had no luck reproducing the problem, so I started systematically
gutting my report into a small enough example to give to you. When I
finally had it down to a shadow of its former self, the full blown
version …> Sorry about the time zones.
Not your fault :-)
I've been trying to reproduce in a small example but no luck thus far.
I'll try again tomorrow (Friday).