Page 1 of 1

Add child form to wizzard style form script

Posted: Tue Sep 27, 2022 9:48 am
by JosefBarta
Hello guys. Is there any chance to add child form to non-project wizzard style form sript? I made application, but now i need to add something like popup form with listview of existing active directory groups...any ideas?

Re: Add child form to wizzard style form script

Posted: Tue Sep 27, 2022 12:59 pm
by brittneyr
You can create your form or psf file, export it to a ps1, and then dot source the exported file. Then you should be able to call the reference function for the form. This may get annoying as anytime you make changes to the form, you would need to export to a ps1 again.

I recommend creating a new project and adding your existing files to the project:
SPS_ProjectPaneAddExisting.png
SPS_ProjectPaneAddExisting.png (11.79 KiB) Viewed 1064 times
For more information, you may find the following articles helpful:
https://www.sapien.com/blog/2022/01/04/ ... ll-studio/
https://www.sapien.com/blog/2022/03/15/ ... roduction/
https://www.sapien.com/blog/2022/08/03/ ... -projects/

Re: Add child form to wizzard style form script

Posted: Wed Sep 28, 2022 11:21 am
by JosefBarta
This is very helpful..........than you so much <3