rbuser
Comments
-
Sorry wrong group!
-
Nico,
Not an AutoSearch, just a function instead of a field in the select
statement.
If I am adding an function expression ( such as GetInvoiceTotal(
Contracts.InvoiceNumber ), it does not seem to allow an alias at … -
Thanks Nico.
The demo you pointed to was perfect. I was using almost identical code
except for the sql assignment.
I was assigning to the SQLText.Text as a string instead of the SqlText
directly using a TStrings li… -
Hello Nico,
First of all thanks for your assistence.
Yes, I am using strictly Tpp variables which are located on the Group Footer
of the Invoice Band [Main].
My customers sends so called "collected invoice", bas… -
Hi, Nick
I found problem. It is because DevExpress grid share the same datasource
with datapipeline.
It is hard to figure out since the only first master record have the
problem.
Thanks
JF
Nard,
Is this plugin available from Digital Metaphors? I don't see an SDAC plugin
on the website.
Thanks,
David
Nico,
I'm actually using the SDAC components from CoreLab to connect to SQL
Server. I'm using Windows authentication and the login prompt is turned
off. All of the queries in my app use this connection and I am never
p…Nico,
Thanks for your reply. I figured out in the data tab of the report how to
create a query. In the data settings, I defined the connection to my SQL
server database. The problem I have now is that I am prompted for the …can ik make them persistent after this ?
I changed the sourcecode, and inserted the path into the library path, and
now it works.
But, an existing report i can't change, i has everytime to remove the filed,
save the report and than insert the field ...
if i try …thank you for the fast response.
Have i to compile the package after changing the code?
Is there somewhere a vtch file/exe or description for how i can do this?
regards
andi
I found the problem which was offcourse all my fault....
what i did was assign a new datapipeline to the report. the report already
had a visible datapipeline. the one i added was invisible. making it visible
was solving my problem …oops made a mistake in the following line
should read
i can check if it will also give me trouble if i change the
parameters at runtime of an adodataset originally created at >designtime<
and
then assigning it…Nico
I was clicking on the datapipe at runtime in the designer(sorry for not
being clear).
I don't have any problems with design time created datasets connected to the
pipeline. i can check if it will also give me trouble…Dear Nico,
Thank you very much.
I wrote some code similar your sample and fixed my problem.
Regards,
Ali Abbasi
setting
each
object
RB
or
example:if
Dear Nico,
Thank you for your help.
I wrote an application which users can change Templates of report in
runtime and users maybe use from ppDBText1 or ppDBText2 or ppDBText23?
for show Title.
And with your solution I…Dear friends,
Sorry, I do repeat my problem and I can not delete this topic and please
remove this.
Regards,
Ali
--- posted by geoForum on in Re: accesses to fields of database of RB designer Comment by rbuser June 2008Dear Nico,
I found solution for report in run time application:
MainForm.ppDBPipeline1.Visible := True;
MainForm.ppDBPipelinePictureTable.Visible := True;
MainForm.ppDBPipelineFullRecord.Visible := False;
R…Dear Nico,
Thank you for response, but I can not find solution for limit
PPDBPipeline for PPReport from:
http://www.digital-metaphors.com/support…Hi Nard,
thanks for the answer and for the example.
We tried that before. Just setting the database type caused us even more
trouble. We got messages about identifiers which couldn't be bound
(InterBase uses ali…Hi Nard!
Well, I'm sorry for my harsh tone!
The problem we're having is that we need to support multiple databases.
When we create a report using an InterBase server (and configuring the
queries in the report it…Does anyone read this list?
We're having a serious problem here, since reports generated under
Interbase won't work any more if you change something in the SQL objects
using the MS SQL server!
Our customers have the MS SQL …Hi again!
I just accessed (just opened and closed all pipelines; didn't change
anything) all pipelines on the target system and saved the report.
It now works!
Converting both reports to text files the only difference…Thanks Nico for this reply.
I am not using DADE and I do see how the TppDBipeline can be used, if I
convert from TIB_Query to TIBOQuery. Doing this has disadvantages for me in
a Delphi 6 to Delpi 2010 conversion task. I'd much…
Hi,
Not sure what was wrong... but it's working now.
All I did was uninstall and reinstall Report Builder, after
downloading the latest trial. for some reason it was 10.06 and now
it's 10.09.
Dont know if …Thank you,
I couldn't find any help on the JITPipeline because somehow it's not
integrated into my delphi help but I finally found the source help
file and the demo's, and it now works fine
Chantal
On Thu…It works now, but I don't really understand why.
My first link field was "Company Name". A string field.
The data of both the master and detail pipelines are sorted on company
name, and my first report group is company name.
My master pipeline and detail pipeline are sorted on the same 3 link
fields.
SkipWhenNoRecord is already set to False.
I've look al the examples of master/detail with sub report and I don't
see what wrong with my report.
Hi Nard, I don't have no files defined in 'requires' I always send bpls with
the my program. Will I have change my projects?. Do I need to put files in
'requires' ?
Juliano Rafael Silva Barros
Hi Nico, we use Delphi 2007 with RB 10.06 and we are loading image through
of the database with DBImage, we have a executable main and call the modules
with the method 'loadPackage()', modules are 'bpls'. The command 'is' don't
wor…