Master Detail w/No Linking
I want to make a master/Detail/Detail Report. This is the point, I want to
be able to pass parameters to the master DataView from Delphi and also be
able to link the detail DataViews with the master Dataview, but as I need to
pass the parameters from delphi the linking gets lost.
Is there any way to solve this situation ?
I mean, i dont wanna pull the data for the master dataview from a stored
procedure or sql view, but be able
to write it directly from Delphi and also link it with the detail dataviews.
Is this hard to to ?
Thanks in advance.
be able to pass parameters to the master DataView from Delphi and also be
able to link the detail DataViews with the master Dataview, but as I need to
pass the parameters from delphi the linking gets lost.
Is there any way to solve this situation ?
I mean, i dont wanna pull the data for the master dataview from a stored
procedure or sql view, but be able
to write it directly from Delphi and also link it with the detail dataviews.
Is this hard to to ?
Thanks in advance.
This discussion has been closed.
Comments
editing the SQL text directly on the master dataview's SQL object, which
will break the linking capability. Here is an example of extracting the SQL
object and then modifying it using the appropriate methods to be able to
continue support for the visual master detail query dataview linking. The
example should show how to add and a criteria and a order by.
http://www.digital-metaphors.com/tips/ExtractSQLObject.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com