Search found 4 matches

by zgf-techpurchasing
Wed Jan 16, 2019 11:41 am
Forum: PowerShell Studio
Topic: Unable to run form with error: "I/O operation has been aborted"
Replies: 2
Views: 1578

Re: Unable to run form with error: "I/O operation has been aborted"

Yep, that did the trick. I wouldn't have expected bits to go missing, but maybe something happened with the PrimalScript install?

Thanks a lot for your help, I'm all set!
by zgf-techpurchasing
Tue Jan 15, 2019 4:11 pm
Forum: PowerShell Studio
Topic: Unable to run form with error: "I/O operation has been aborted"
Replies: 2
Views: 1578

Unable to run form with error: "I/O operation has been aborted"

Hi, I am working on a .psf form in Powershell Studio and am now no longer able to run the form. In the output pane, I get the error, "Cannot instantiate PowerShell V5 object: 80040154>> Script Ended The I/O operation has been aborted because of either a thread exit or an application request&quo...
by zgf-techpurchasing
Mon Jun 20, 2011 9:23 am
Forum: PowerShell
Topic: Help with form - enabling/disabling a text field
Replies: 1
Views: 1221

Help with form - enabling/disabling a text field

That's it! Thanks a lot for your help-- I really appreciate it.
by zgf-techpurchasing
Mon Jun 20, 2011 8:07 am
Forum: PowerShell
Topic: Help with form - enabling/disabling a text field
Replies: 1
Views: 1221

Help with form - enabling/disabling a text field

Hi, I have a form where I'd like to have the initial state of a few text fields to be visible, but read-only. Then, if a checkbox is checked, I want these fields to become writeable. I see examples online using javascript, but not many with Powershell... Is there a way to do this? I've tried the fol...