Master detail link is break if I used the disableControls method of the IB dataset
Master detail link is break if I used the disableControls method of the
master dataset (IBdataset) - ( I want to disable controls because a form
with the same data is visible during the report generation ...)
The report show all the record of the master data, but the links with detail
data is not refresh .
The control of the detail dataset can be disabled.
is it possible to use the same dataset to show the master detail data on a
form, and to generate the report, without the inconvenient to see the table
scan in the form ???
master dataset (IBdataset) - ( I want to disable controls because a form
with the same data is visible during the report generation ...)
The report show all the record of the master data, but the links with detail
data is not refresh .
The control of the detail dataset can be disabled.
is it possible to use the same dataset to show the master detail data on a
form, and to generate the report, without the inconvenient to see the table
scan in the form ???
This discussion has been closed.
Comments
report datapipelines can open them and traverse through the data. Since you
have two forms with the same data access components with the same name, then
set the other form's visbility to false when you run the report on the
visible form.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com