rbuser
Comments
-
Hi Nico,
thanks for your reply.
The "issue" is actually not that important. Would have been good, if there
was a solution, but well.
Thanks anywayin TextSearch and TRichView wrapper Comment by rbuser July 2010
-
Sorry, wrong newsgroup...
But the question is still valid.
-
sorry this topic is for DADE, I wrote here
"Edgar Britez" escribi? en el mensaje
-
I am looking to bring a value from a Delphi component/variable to display on
a report as output. A value might be the Text property of a component or a
variable calculated in Delphi code prior to launching the report.
-
On 4/5/2011 3:46 PM, Nard Moseley (Digital Metaphors) wrote:
I am sorry, wrong group, I meant to post in DADE.... will repost there
now...
--
Regards,
Branden Johnson
Integrity Software Design
-
I think I found my problem after getting the following e-mail from the
Tech Support guys at Digital Metaphors
*****************************
Miguel,
ReportBuilder 11 introduced enhancements to the SQL so that :ParamNa… -
Nico,
I am using an ADOQuery (executes a stored proc with parameters), a
TppDBPipeline and a TppReport.(ADOQUERY-->PipeLine-->Report)
- My Delphi GUI populates the parameters for the ADOQuery
- Opens the ADOQuery… -
UPDATE:
I just checked what RB7 used to do and it does something very similar to
RB12, the difference is that RB7 executes the stored procedure but fills
the parameters with NULL and RB12 does nothing with the parameters
… -
Nico,
Everything works correctly without Report Builder, it used to work
with Report Builder 7 and no other changes have been done.
Thanks
Miguel
-
Thanks Nico.
Yes, I thought about creating a query that spans the two databases with
a join and use that...So, that appears to be the best solution based
upon your advice.
Thanks again,
John
-
?HI Nico
The user will select the master data this is then loaded in the master pipe.
The master data is an object the has a list of children so as the master
data record is changed the detail pipe is populated with the li… -
Ok Thank you
In my opinion it was easier for end users as shown in RB7 but thanks for
answering so fast
Ignacio
El 23/02/2012 11:51, Nico Cizik (Digital Metaphors) escribió:
-
Just wondering how it's going... I am not sure if you received my email...
-
I have sent you an email. Please contact me if there is any help I can
provide. Did the keyword 'contains' give you no problems when you tried
it out?
-
Let me know if you need more info.
Thank you for looking into this.
-
We use:
-SQLServer 2008 R2
-Embarcadero Delphi XE (we upgraded a few months ago from Delphi 7, but
I am not sure if it related)
-for connectivity we use a TADOConnection, I believe
-
?Hi Nico,
Thank you for the fast reply.
I was viewing the MagicSQL generated.
Only after i 'control clicked', closed the form, and then went back to the
magicSQL was i able to see join in the sql query.
After pr… -
Thanks for the suggestions....solved the problem.
-
In article <4fb3c4da$1@mail.>, Nard Moseley (Digital Metaphors) wrote:
That would be great. I have some small changes always at your code and
something I always do is that I only make Pipelines visible on the own form
an… -
Thanks Nico,
I was trying to change a database in the Sub Report dependent upon
values traversed in the main detail.
I will rethink along the lines of individual Reports linked together.
Mike
___________________… -
Hi Nard,
If i set the datapipeline.visibility to false. The user wont be able to
choose it in the designer anymore.
Creating datapipeline fields statically is not an easy option either. We
have lots of forms with mu… -
Hi Nard,
Thanks for looking in to this. Our application works kind alike. In fact
this example was the inspiration years ago.
It never was a problem in reportbuilder 9.04 and several version prior
to that, due to th… -
Hi Nico
I took the Delphi XE2\Demos\3. EndUser\1. Report Explorer\Enduser
program and added extra tables and pipelines.
The tables are not active and the pipelines have opendatasource=false.
The open and close pipelineeve… -
Which demo uses datasets and datapipelines?
-
In Delphi7 we use an older version. 9.03
the difference is in ppDBPipe.pas TppDBPipeline.GetFieldDataType
9.03 : calls Opendataset
function TppDBPipeline.GetFieldDataType(aFieldName: String): TppDataType;
begin… -
Hi,
We are using the latest version 14.06 and are already using
OnBeforeOpenDatapipelines and OnAfterOpenDatapipelines.
The problem is that these events fire although opendataset is set to
false. TppDBPipeline.GetFi… -
L.S.
In addition to this in some situations the reportExplorer or reportviewer
freezes.
In the datapipeline afteropenevent i open a form like this:
line 1 frmselmedroosterweken :=tfrmselMedRoosterweken.create(self)… -
Oh,
I am using Delphi XE3, RB 14.08, Firebird 2.5
---
Olaf
Am 23.02.2013 17:07, schrieb Olaf:
-
Il 15/12/2013 18:30, Mauro Catellani ha scritto:
Hi Nico,
sorry , unfortunately I tried the wrong report.
Also with the 15:02, the problem remains that had encountered.
As soon as possible to prepare a sample with some data… -
Il 06/11/2013 16:14, Nico Cizik (Digital Metaphors) ha scritto:
Hi Nico,
after you have received the email about the availability of Release
15.02, i installed and tried this.
It seems that reported problem "Navigating the…