displaying cascaded dialogs
Hi,
if i make a first dialog where a user can choose a value , how is it possible to display a second dialog with parameters depending on the values choosen in the first dialog ? or even a third dialog depending on the choices made in the second one ? According to the choices made in the second dialog, how can i valid or cancel the whole operation to continue or stop the report ? for instance in the first dialog i ask to choose an order , in the second dialog i display the order plus details and ask if it is rellay this one who should be processed to go ahead. if not i stop the report , if yes i go on..
Thanks for your advices !
if i make a first dialog where a user can choose a value , how is it possible to display a second dialog with parameters depending on the values choosen in the first dialog ? or even a third dialog depending on the choices made in the second one ? According to the choices made in the second dialog, how can i valid or cancel the whole operation to continue or stop the report ? for instance in the first dialog i ask to choose an order , in the second dialog i display the order plus details and ask if it is rellay this one who should be processed to go ahead. if not i stop the report , if yes i go on..
Thanks for your advices !
Comments
This is not a built-in functionality of ReportBuilder and would need to be handled manually.
I suggest using the OnAutoSearchDialogClose event to retrieve the selected value(s) from the parameter or autosearch field and then display your own custom dialog with further questions.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com