Show modal JQDialog (unit2) over IWForm1 (unit1)

Hi,
I have a base IWForm1 which needs over 20 modal JQDialogs.
I don't want them all inside 1 unit.
I don't want over 20 frames inside my base form.
Each dialog should lay in a different unit.
On button click this dialog should be shown modal.
The base form IWForm1 should be blocked.
After release of the modal dialog I want to work again with IWForm1.
Is there an easy example how to do this?
Kind regards
I have a base IWForm1 which needs over 20 modal JQDialogs.
I don't want them all inside 1 unit.
I don't want over 20 frames inside my base form.
Each dialog should lay in a different unit.
On button click this dialog should be shown modal.
The base form IWForm1 should be blocked.
After release of the modal dialog I want to work again with IWForm1.
Is there an easy example how to do this?
Kind regards