Search found 3 matches
- Fri Jan 14, 2022 5:06 pm
- Forum: PowerShell Studio
- Topic: Powershell Studio 2022 PS modules updated prompt
- Replies: 3
- Views: 4793
Powershell Studio 2022 PS modules updated prompt
To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 5.8.198 Operating ...
- Fri Jan 31, 2020 12:28 pm
- Forum: PowerShell
- Topic: Responsive Forms - Call global function from inside JobScript{}
- Replies: 3
- Views: 3074
Re: Responsive Forms - Call global function from inside JobScript{}
Thanks for the replies. I'll include the functions in the job script.
- Fri Jan 31, 2020 9:50 am
- Forum: PowerShell
- Topic: Responsive Forms - Call global function from inside JobScript{}
- Replies: 3
- Views: 3074
Responsive Forms - Call global function from inside JobScript{}
Hi All, I am having trouble calling functions declared in Globals.ps1 from inside the JobScript{} block when using the Job Tracker framework for responsive forms. I understand the Job is running in a separate run space, and has no reference to functions declared in MainForm.psf or Globals.ps1. Howev...