Popup-window with toolbar

Hello,
I want to create a form in a popup-window but I need the record-edit/print… functions depending on the user permissions. Is it possible to open a form in a window including the toolbar configured with the Navigation-Configurator? Something like svy_mod_showFormInDialog but with the program instead of the normal form. Otherwise I have to create my on toolbar and put it directly on that form.

Many thanks beforehand.

The lookUpWindows make this function for you, see in the documentation of the framework, in the pdf it’s explain

Yes, I have tried it but if I call lookUpWindows with params.mode = “show” I have only the edit-button but I need all buttons which I set in the configurator. Where can I find an updated documentation? I have only an old one.