Report's query in run time problem
I have a problem when the TppDBPipeLine's Datasource is a dateset the its
command text is set in run time.
First, when I design the report with the GUI I must choose the DataField of
each component on the report grid.
Thats ok.
But when I run the report I always get an empty one.
Am I doing something wrong?
command text is set in run time.
First, when I design the report with the GUI I must choose the DataField of
each component on the report grid.
Thats ok.
But when I run the report I always get an empty one.
Am I doing something wrong?
This discussion has been closed.
Comments
When are you setting the command text at run time? Be sure the dataset is
open after you set the SQL text. From what you describe, it seems
ReportBuilder is just not getting any data due to a connection failure
somewhere along the line.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That wasnt the problem.
Its even more stupid than that ...
Id rather not say ...
anyway its ok now
thanks.