Add child form to wizzard style form script

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 1 year and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
JosefBarta
Posts: 2
Last visit: Thu Mar 09, 2023 12:09 am

Add child form to wizzard style form script

Post 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?
User avatar
brittneyr
Site Admin
Posts: 1654
Last visit: Wed Mar 27, 2024 1:54 pm
Answers: 39
Been upvoted: 30 times

Re: Add child form to wizzard style form script

Post 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 1062 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/
Brittney
SAPIEN Technologies, Inc.
JosefBarta
Posts: 2
Last visit: Thu Mar 09, 2023 12:09 am

Re: Add child form to wizzard style form script

Post by JosefBarta »

This is very helpful..........than you so much <3
This topic is 1 year and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.