Search found 13 matches

by kghammonddc
Tue Jun 25, 2013 6:43 am
Forum: ChangeVue
Topic: ChangeVue / PowerShell Studio crashing - CSV
Replies: 1
Views: 16524

ChangeVue / PowerShell Studio crashing - CSV

Hello,

We are trying to add some CSV files to our project. When we try to check them in via ChangeVue or through PowerShell Studio, the program crashs or just hangs on trying to check in the csv file(s). Everything else checks in just fine.
by kghammonddc
Thu Jun 20, 2013 10:03 am
Forum: PowerShell Studio
Topic: How to display error output from a form.
Replies: 1
Views: 1992

How to display error output from a form.

I have been experimenting with different ideas for displaying output. It seems that if the platform selected is Windows, all console output gets displayed in popup windows. Although this is kind of nice and quick and dirty, it is not flexible enough and a bit cumbersome to try doing output this way....
by kghammonddc
Fri Jun 14, 2013 11:38 am
Forum: PrimalScript
Topic: Cannot uninstall PrimalScript 2012 - My Documents Error
Replies: 3
Views: 5520

Re: Cannot uninstall PrimalScript 2012 - My Documents Error

We tried using Revo Uninstaller Pro's forced uninstall to get remove PrimalScript 2012 but that didn't seem to work.

We then used the Microsoft Installer Cleanup Utility.

That seemed to remove enough of Primal Script 2012 to get the new version to install.

Thank you,
Kevin
by kghammonddc
Fri Jun 14, 2013 11:18 am
Forum: PrimalScript
Topic: Cannot uninstall PrimalScript 2012 - My Documents Error
Replies: 3
Views: 5520

Re: Cannot uninstall PrimalScript 2012 - My Documents Error

How do we go about deleting the installation manually?
by kghammonddc
Fri Jun 14, 2013 10:55 am
Forum: PrimalScript
Topic: Cannot uninstall PrimalScript 2012 - My Documents Error
Replies: 3
Views: 5520

Cannot uninstall PrimalScript 2012 - My Documents Error

I am trying to install the upgrade to PrimalScript 2012 and PowerShell Studio 2012. During the uninstall of the old version I get an error regarding the My Documents path. The error message states: "The folder path 'My Documents' contains an invalid character." The My Documents directory i...
by kghammonddc
Fri Apr 13, 2012 3:01 am
Forum: PrimalForms
Topic: Exchange PSSnapin
Replies: 2
Views: 3435

Exchange PSSnapin

I think we figured this out. We are developing on 64 bit Windows 7. I had the platform selected to be 32 bit, so I assume it was trying to load the 32 bit snapins. I switched it to 64 bit and now the snapins work and I see them in the panel. If we are compiling this to an exe, does this mean that wh...
by kghammonddc
Fri Apr 13, 2012 2:41 am
Forum: PrimalForms
Topic: Exchange PSSnapin
Replies: 2
Views: 3435

Exchange PSSnapin

Hello, We are trying to figure out the best way to load the Exchange PowerShell snapins. Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin -ErrorAction SilentlyContinue I tried adding this at the top of startup.pfs, but I can't seem to use any of the Exchange PowerShell commands and the Ex...
by kghammonddc
Tue Feb 14, 2012 4:52 am
Forum: PrimalForms
Topic: ChangeVue version
Replies: 5
Views: 5178

ChangeVue version

The latest version that comes with PrimalScript Studio, ChangeVue 2011.

Thank you,
Kevin
by kghammonddc
Tue Feb 14, 2012 3:56 am
Forum: PrimalForms
Topic: ChangeVue version
Replies: 5
Views: 5178

ChangeVue version

The file checked into ChangeVue.

Thank You,
Kevin
by kghammonddc
Tue Feb 14, 2012 3:17 am
Forum: PrimalForms
Topic: SubForm ComboBox variable not being set
Replies: 3
Views: 4645

SubForm ComboBox variable not being set

Thanks for the tip. We ended up creating globals to get around this issue. Also we ran into a problem trying to set the index of a listbox or combobox when the listbox's source is a collection. We ended up writing a function to do this. Since you have the Load-ListBox function you may want to do som...