rbuser
Comments
-
To: Nard Moseley
CC: Tom Jacobs (Exact Software)
CC: ElevateSoft Support (FYI only)
I took the trouble to try the sample app out in the configuration as you
described.
Clean install of Delphi, RBuilder, and DBIS… -
I have two separate VM's setup for Delphi development (just to resolve
these issues). One for 9.03, the the other for 11.06
I build the sample on 9.03 and it works.
I build the sample on 11.06 it doesn't.
The… -
I've sent the sample.
-
11.06 didn't fix. The app uses dbIsam. OK if my sample includes that?
-
Nico Cizik (Digital Metaphors) wrote:
After a week of research (and rebuilding RBuilder to support more
efficient debug) I've discovered the problem.
The problem is in daMagicSQL, TdaMagicSQL.UpdateSQLFieldNames
Thx for the information Abel, looks interesting.
I will test it
Abel F. de Angelis schrieb:
Hello Benjamin
I use a component called TExtraDevices for that.
www.waler.com
I has a small problem on version 3.0.0.when exporting to Excel,
but see the devices forum for the work around.
Anyway, you…Hello Nard, as you can see, I just started a new thread about this
issue(Parameter search expression bug). Finally I founded this way of
editing the "values" property by this way. But there is a bug about date &
datetime format…Hello Nard, my question is about the parameters with multiple values with
search operator like soBetween or soInList.
I upgraded from ReportBuilder 10.07. I am using Interbase 7.5 with a
TIBOQuery (IBObjects 4.8), a TDataSource, a TppDBPipeline, and a TppReport.
After further testing of other reports, I can only break the one report
(although…Sounds good. Thanks Nard
Thanks Nard,
Can I still get a version of Report Builder that works with Delphi 5 ?
No problem Nico. You are welcome.
Francis
Hello there,
While waiting, I can confirm you this issue only raises a exception when the
parameter is dtDate, dtTime, dtDatetime and the value has a time part like
'25/10/2009 20:30:00'
Regards,
Francis<…Also if I select dtDate the value property has hour minutes and secords as
default value (which I think it's not correct)
Regards,
Francis
thank u nNco.
I'll take a look.
Andre L. Mota
Hi Nico.
Are you sure the 'Printers' property exists in ArchiveReader.PrinterSetup ?
here rbuilder 7.01 version.
No, I made a mistake. I did not resolve anything.
I try to explain:
I have a main pipeline (A_Pipeline) with some summary data attached to the
main detail band of my report.
I have a detail pipeline (B_Pipeline) with some descri…I resolved the problem.
It was the report's PassSetting property that was set to psTwoPass, but it
must be psOnePass on reports with drilldown. Isn't it?
Note that in 11.04 this report worked fine.
Thank you,
Ma…At the moment my solution is to write
TppIniStoragePlugIn.SetStorageName(mypath+'\RBUILDER.INI');
when the program start, so the variable is initialize correctly
Stefano Coluccia ha scritto:
Hello Chris,
Building on KevinZ's suggestion you can also use an outer join to join the
date table to the detail.
select datetable.masterdate, detail.column1, detail.column2, etc
from datetable left outer detai…And I need only one master row per date.
So if i selected 9/1/2009 to 9/15/2009 my master pipeline needs to have
exactly:
9/1/2009
9/2/2009
9/3/2009
9/4/2009
9/5/2009
9/6/2009
9/7/2009
9…Edward Dressel [Team DM] wrote:
well what I've done so far is just make a list variable full of the
dates then tied a JITPipeline to it. Seems to be okay.
> Oh, yes i know how to do that. I was assuming RB had a built in solution
the DADE uses the database funcionality and has it's limitations. Does the
DADE support stored procs? (I know it didn't several years ago)--if so,…Oh, yes i know how to do that. I was assuming RB had a built in
solution for this type of thing though. Is there none?
Well, not really, with Oracle you can use the CONNECT BY statement which is
not available in MSSQL, and I'm guessing Firebird.
A generic approach would be to create a "date" table. You could write a
quick program to populate …Well its firebird. But any example will help me get the gist of what
you mean.
Can you give an example of such a union?
You could use a UNION to acheive the missing rows.