Hi,
If you have a form in dialog and you script some changes to the form (enabling/disabling, visible/not visible etc), these changes will still be there after you close the dialog and then open it again.
Don’t know of this is a bug or expected behavior, but I don’t really like it. It means I have to bring the form back into it’s original state when closing the Dialog. that means a lot more coding…
From a caching point of view, I can understand this behavior a bit. Maybe a reset form function to bring a form back to it’s original state?
Paul