rbuser
Comments
-
Okay, that makes sense. Thanks.
-
Hey Nico,
I do just that, but my only DataSource options are: Random, Function,
Dataset and Single Record.
Why is it missing? I have ver. 9.02. From my deisgner, I use the dbChart
component with the server symbol behind i… -
Thanks Nico,
-
Hi Nico
You pointed me in the right direction and I found an old copy of the
library. Deleted it and now it works fine.
Thanks
Stan
-
you can get it from the IBO yahoo newsgroup. You have to log in and click on
'Files' then download.
HTH,
Ed Dressel
Team DM
-
There is a custom IBO pipeline around somewhere (though I use IBO). I've
never used it--but know a few who have. Let me see if I can find it--or you
might post over in Borlands newsgroup. (I don't think it would be to hard to
write… -
I tryed to trace my report, in event Report.BeforePrint shows
report.AutoSearchFields[0].value always correct, but the values is objects
TppDb... incorrect. The labels is correct too.
I think that any property of TppReport needs to … -
Hi,
I use Report Builder 7.04 and Delphi 7, I don?t want that load the template
always. I try two cases and one case isn?t OK.
My class:
Type
TTeste = class(TObject)
private
FLayout: TppReport;… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
Unfortunately RB 7 is not an option for us. Major development on the
application in question here has been halted since we are busy migrating
all our reports to a web base… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
I don't have any event code that the reports share. When you say
"...when both reports are loaded at the same time." do you mean
concurrently? They can't run concurrently,… -
Hi,
I have connected the subreport detail band to datapipeline,
but subreport still print first record only
--
If I put subreport on the main detail band then "first record of second
file" gets printed on each record o… -
Hi,
I have check and set PrintHeight of both subreport and summary band to
phDynamic
Also have tried toggle visibility.
Both method do not work, ....why ?
-
Does support header/footer supported in version 10... ?
-----------
-
Sorry,
Record exist and selected but field contain null,
therefore TppDbtext contain null as well.
How to print zero when the column/field contain null
-
-
Hi Mr. Nico,
I?m using the Example unit that?s in the "\RBuilder\Demos\4. EndUser
Databases\InterBase\3. IB Express\..." directory. I saw the "Template"
property of the ppReport, but i don?t know how i can use it. There?s a
I have Subtotal which will accumulate detail amount.
Before the Subtotal is printed, I want to add 3 field value from other other
dbpipeline.
Setting:
Drop Subtotal on ppSummaryBand1, and set DataType to dtCurrency
I s…Hello Nard.
Can you give the list of the packages that I can put in 'build with
run-time packages'? I don't want to send packages that the license
forbids to do so. All my DLL are called from Delphi applications.
Th…Hi,
From what I understand each dll try to register the ReportBuilder
Components it needs to work properly. Try using getClass() to
test if a dll has already register a class.
Initialization
If Not Assigne…Hi Nico,
Thank you for the reply, and I'm sorry I wasn't able to make myself clear.
Here is the data that I want to display (hopefully this will explain in more
detail what I'd like to have in the report):
Record str…Hi Nico,
Besides of using AMD-based mainboard and AMD CPU instead of Intel MB+CPU no
differences...same OS, same ver. of: BDS, RB,TeeChart etc.
I've tried dropping a DBTeeChart component onto a form but was unable to
acce…I figured it out:
data.ds_AS_ASANA_PRT.Dataset.Close;
data.ds_AS_ASANA_PRT.Dataset.Open;
This refreshes det datastore(dataset?) which the pipeline is connected to.
At last....only 2 workdays down the drain for those 2…"Nard Moseley \(Digital Metaphors\)"
Lon Layton wrote in news:46925c25@mail.:
I am having this same issue. I've even gone to the extreme of adding
daDBISAM.pas directly to the project but no dice. I can temporarily fix
the problem by recompiling rbISAM10…I figured out the problem. The field length was set to 10. When I changed it
to 50, it worked fine.
Why didn't it work when FieldLength was 10? It was printing 12 characters
before it wrapped. The other fields have FieldLengths …Thank you.
I'm using Delphi 7.0, RB 10.04, Windows XP Pro SP2, Interbase 6.1,
IBExpress.
Any tips?
I'm sorry, it doesn't gives EConvert Error yet.
x := TdaSQLBuilder.Create(ppReport1.DataPipeLine.SQL);
x.SearchCriteria.Add('duty_table','duty_date','>=', DateToStr(Aug/01/07))
After I ran
x.ApplyUpdates;
if the detailField has null value, what would happen?
I am using RB7.03