MDI like UI and multiple preview
Hi,
I've created a MDI GUI using tabs. The user can process multiple reports of the same type but with different data. When the second report is previewed, it contains the same data of the first. My preview window uses a private TfrxReport object so, everytime a preview is opened a new TfrxReport object is used. I think the problem is with the UseGLobalDataSetList function in frxClass as reported by someone else (https://www.fast-report.com/en/forum/lofiversion/index.php/t3718.html). I tried to set UseGlobalDatasetList to false but now I get the error "... dataset was not found". I can't find documentation about the UseGlobalDatasetList property.
Someone can help me?
I've created a MDI GUI using tabs. The user can process multiple reports of the same type but with different data. When the second report is previewed, it contains the same data of the first. My preview window uses a private TfrxReport object so, everytime a preview is opened a new TfrxReport object is used. I think the problem is with the UseGLobalDataSetList function in frxClass as reported by someone else (https://www.fast-report.com/en/forum/lofiversion/index.php/t3718.html). I tried to set UseGlobalDatasetList to false but now I get the error "... dataset was not found". I can't find documentation about the UseGlobalDatasetList property.
Someone can help me?