Search found 11 matches

by jamesearl
Wed Aug 21, 2013 6:28 pm
Forum: PowerShell Studio
Topic: Message not displaying using Get-Credential cmdlet
Replies: 1
Views: 1883

Message not displaying using Get-Credential cmdlet

I'm using the following line : Get-Credential -UserName "domain01\user01" -Message "Enter Domain" When I run the selection in the console, the -Message parameter value is displayed. When I just run the selection, the -Message parameter value does not display. Am I doing something...
by jamesearl
Tue May 14, 2013 1:26 pm
Forum: PrimalSQL
Topic: Event 17310 Generates Everytime I Connect Using PrimalSQL
Replies: 4
Views: 15992

Re: Event 17310 Generates Everytime I Connect Using PrimalSQ

Thanks for your response. I actually saw the KB article before sending my post but since my version falls under the green column, I figured maybe sapien support had a fix. I will eventually open a case with MS and see what they have. If I do get a fix from them, I will update this post with that inf...
by jamesearl
Tue May 14, 2013 11:31 am
Forum: PrimalSQL
Topic: Event 17310 Generates Everytime I Connect Using PrimalSQL
Replies: 4
Views: 15992

Re: Event 17310 Generates Everytime I Connect Using PrimalSQ

OK, I've connected via ODBC and am still getting the errors. Also, I'm also getting the following errors as well: Event Type: Error Event Source: MSSQLSERVER Event Category: Server Event ID: 8624 Date: 5/14/2013 Time: 2:25:09 PM User: NYBCS\andersja Computer: NY-ZEUSDEV-02 Description: Internal Quer...
by jamesearl
Mon May 13, 2013 8:56 am
Forum: PrimalSQL
Topic: Event 17310 Generates Everytime I Connect Using PrimalSQL
Replies: 4
Views: 15992

Event 17310 Generates Everytime I Connect Using PrimalSQL

Hello, Everytime I connect to our SQL server using PrimalSQL it generates the error event 17310 in the Application log and at one time it actually crashed our SQL server causing me to have to restart all SQL services. I'm using PrimalSQL 3.0.7 My SQL version is : Microsoft SQL Server 2008 R2 (RTM) -...
by jamesearl
Fri Oct 26, 2012 5:24 am
Forum: PowerShell Studio
Topic: Issue after update to v3.1.12
Replies: 3
Views: 2816

Issue after update to v3.1.12

Alexander, Your solution worked but I'm a little confused. In that same section (frm_Load) I set about 7 other variables (some wmi objects, some string values) along with $StartTime and they retain their values across the other functions in my script. Why do I have to set $StartTime as you have abov...
by jamesearl
Thu Oct 25, 2012 3:26 pm
Forum: PowerShell Studio
Topic: Issue after update to v3.1.12
Replies: 3
Views: 2816

Issue after update to v3.1.12

I have an issue after I upgraded v3.1.12. I don't know if it's a bug or I have to set an option in the newer version. Basically I have a timer event on the form I created that worked in v3.0.8 but does not work in v3.1.12 In the frm_Load section i have the following: $StartTime = $(get-Date).AddSeco...
by jamesearl
Thu Oct 25, 2012 2:46 pm
Forum: PowerShell Studio
Topic: Simulate a button being clicked in a form.
Replies: 4
Views: 4673

Simulate a button being clicked in a form.

Thanks you for that. That's really what I want to do :)
by jamesearl
Thu Oct 25, 2012 10:35 am
Forum: PowerShell Studio
Topic: Overlay progress bar
Replies: 2
Views: 2551

Overlay progress bar

davidc,
Sorry for my delayed response. Your solution worked perfectly :)
by jamesearl
Thu Oct 25, 2012 10:34 am
Forum: PowerShell Studio
Topic: Simulate a button being clicked in a form.
Replies: 4
Views: 4673

Simulate a button being clicked in a form.

davidc,
Thanks for the reply but it didn't work for want I needed to do. I wanted the button_click section to perform after the time ran out. I found that I just needed to perform the PerformClick() method and that worked.

Thanks again.
by jamesearl
Wed Oct 24, 2012 4:33 pm
Forum: PowerShell Studio
Topic: Simulate a button being clicked in a form.
Replies: 4
Views: 4673

Simulate a button being clicked in a form.

First I must say that I'm still learning Primal Forms. I have a form created with a 'Yes' and 'No' button. I also created a countdown timer which displays the seconds until the form auto continues. I do have the count down timer working. How do I simulate the 'Yes' button was clicked after the timer...