Thanks for the reply. I want to be able to check if any dialogs are open of any name. I already have a function similar to what you have send but I don't want to have to run it for all the different dialog names. Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to make a function that checks to see if there are any open dialogs on a given clients.
I think VisuDialogs.VisuDlgUtil_IsDialogOpen does this for a given dialog name, but is it possible to do this for any dialog.
Appretiate any help
Cheers
Callum
Thanks for the reply. I want to be able to check if any dialogs are open of any name. I already have a function similar to what you have send but I don't want to have to run it for all the different dialog names. Thanks
You need to create a function around this function to check the dialogs you use in your program.
That's the way i have done it.
Okay, Thanks for the help