Search found 89 matches

by boyddt_co
Mon Nov 21, 2011 6:34 am
Forum: PrimalForms
Topic: Powershell cannot be instantiated
Replies: 21
Views: 20849

Powershell cannot be instantiated

Done, same error.
by boyddt_co
Mon Nov 21, 2011 5:12 am
Forum: PrimalForms
Topic: Powershell cannot be instantiated
Replies: 21
Views: 20849

Powershell cannot be instantiated

PrimalForms 2009 v1.1.17.0Windows Server 2008 R2 StandardPowershellMajor Minor Build Revision----- ----- ----- --------2 0 -1 -1Platform: WIN32 WindowsI've tried Run in STA Mode also
by boyddt_co
Mon Nov 21, 2011 4:07 am
Forum: PrimalForms
Topic: Powershell cannot be instantiated
Replies: 21
Views: 20849

Powershell cannot be instantiated

I'm running the executable from the same machine that I'm coding on.
by boyddt_co
Mon Nov 21, 2011 3:44 am
Forum: PrimalForms
Topic: Powershell cannot be instantiated
Replies: 21
Views: 20849

Powershell cannot be instantiated

I've got a very simple powershell form that runs within PrimalForm 2009. When I package it though it throws the errror "powershell cannot be instantiated". I am adding quest.activeroles.admanagement and I'm not sure if I need to do something special for that.Any ideas?David
by boyddt_co
Mon Nov 21, 2011 3:41 am
Forum: PrimalForms
Topic: Premature form close
Replies: 4
Views: 4561

Premature form close

Thanx, I'll look into it.David
by boyddt_co
Mon Nov 21, 2011 3:18 am
Forum: PrimalForms
Topic: Premature form close
Replies: 4
Views: 4561

Premature form close

David, the button's DialogResult was set to 'cancel' and setting it to none solved the problem. The next question is what do the different options do. If I set it to 'abort' would the script just quit even if there is code on the back side?David
by boyddt_co
Fri Nov 18, 2011 7:05 am
Forum: PrimalForms
Topic: Premature form close
Replies: 4
Views: 4561

Premature form close

I have a simple form that closes when the script is done. I would like to keep it open so that the users have the option seeing the output - I have a richtextbox that I populate with the status of the script - and to give the option of creating another set of folders. How can I do that?David
by boyddt_co
Wed Oct 12, 2011 2:52 am
Forum: PrimalForms
Topic: statusbar text update question
Replies: 4
Views: 5048

statusbar text update question

Thank you for your help.
by boyddt_co
Fri Sep 30, 2011 2:33 am
Forum: PrimalForms
Topic: statusbar text update question
Replies: 4
Views: 5048

statusbar text update question

The equal sign is actually in the code, typo on my part. Any other ideas?
by boyddt_co
Thu Sep 29, 2011 10:00 am
Forum: PrimalForms
Topic: statusbar text update question
Replies: 4
Views: 5048

statusbar text update question

I have a simple form that queries AD. one combo box (SITE) has the different OU's and the other one (USERS) is populated when a site is choosen. I have a statusbar whose text I'm trying to update but never does. I've tried to$statusbar.text "Finding Users"$statusbar.update$statusbar.refres...