Search found 16 matches

by james.bernard
Mon Mar 29, 2021 8:58 am
Forum: PowerShell GUIs
Topic: Updating Datagrid
Replies: 8
Views: 2284

Re: Updating Datagrid

That was exactly what I needed to see, got it working as I needed in my form. Thank you for the help, J.
by james.bernard
Mon Mar 29, 2021 7:21 am
Forum: PowerShell GUIs
Topic: Updating Datagrid
Replies: 8
Views: 2284

Re: Updating Datagrid

Thank you for the reply, but I do not think your link posted.
by james.bernard
Fri Mar 26, 2021 11:48 am
Forum: PowerShell GUIs
Topic: Updating Datagrid
Replies: 8
Views: 2284

Re: Updating Datagrid

So when I run the code I submitted I get the results in the Data Grid that I was hoping but theyre overwritten. When I run the code you supplied, it updates the Data Grid but has none of the info (see attachments).
by james.bernard
Thu Mar 25, 2021 2:51 pm
Forum: PowerShell GUIs
Topic: Updating Datagrid
Replies: 8
Views: 2284

Updating Datagrid

Hey all, been working on adding in a data grid to my form in PowerShell Studio 2020. I have it added to my form, and am trying to update the datagrid every time a certain action is run. It is adding the Custom Objects like I want, but it is not updating them, but rather overwriting whats in there al...
by james.bernard
Fri Jan 08, 2021 11:55 am
Forum: PowerShell GUIs
Topic: GUI Questions
Replies: 2
Views: 1163

GUI Questions

Product, version and build: 5.7.174.0 32 or 64 bit version of product: 64 Operating system: Win 10 32 or 64 bit OS: 64 Hey all, first thanks for the assistance with Job Tracker, I got it working after actually doing what ya'll said :). I have 2 hopefully quick questions. 1) I am trying out the Dark ...
by james.bernard
Sat Aug 15, 2020 12:24 pm
Forum: PowerShell GUIs
Topic: Need Help with Job Tracker
Replies: 11
Views: 4584

Re: Need Help with Job Tracker

Here you go.
by james.bernard
Fri Aug 14, 2020 2:03 pm
Forum: PowerShell GUIs
Topic: Need Help with Job Tracker
Replies: 11
Views: 4584

Re: Need Help with Job Tracker

I am using 5.1
by james.bernard
Fri Aug 14, 2020 1:24 pm
Forum: PowerShell GUIs
Topic: Need Help with Job Tracker
Replies: 11
Views: 4584

Re: Need Help with Job Tracker

Thanks for the reply. I added that in and the results are the same. I added in a line to clear the outputbox (outside of the scriptblock) before the results are added in, but even that does not happen, and the button never goes back to enabled, signaling that the completed script portion has been re...
by james.bernard
Thu Aug 13, 2020 4:06 pm
Forum: PowerShell GUIs
Topic: Need Help with Job Tracker
Replies: 11
Views: 4584

Re: Need Help with Job Tracker

So I did move the computername variable and added in a message so I can see that it is pulling the PC name (I created a small form to test all this in) It runs and outputs the "Trying to ping $computername" into $outputBox2 but then just hangs and doesn't ever output the results and the St...
by james.bernard
Wed Aug 12, 2020 12:45 pm
Forum: PowerShell GUIs
Topic: Need Help with Job Tracker
Replies: 11
Views: 4584

Re: Need Help with Job Tracker

Appreciate the reply. So I guess thats where I am getting lost. What exactly needs to be in the ArgumentList? Is it any variables I have in the scriptblock? I am not running any arguments on this, currently, unless I am misunderstanding what is being asked.