Search found 11 matches

by jshew
Sun Oct 06, 2013 12:43 pm
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Thanks for your help so far. I really appreciate your time and suggestions (which I plan to implement). However, I still don't see a way to push the DataGridView changes back to SQL Server.

Am I missing something?
by jshew
Thu Oct 03, 2013 5:18 pm
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Thanks, I am checking it out.
by jshew
Wed Oct 02, 2013 3:29 pm
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Thank you. :-)
by jshew
Wed Oct 02, 2013 3:13 pm
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Looks like the site accepts .pff files now. Here is a second copy in case the first one got corrupted.
by jshew
Wed Oct 02, 2013 2:49 pm
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Sorry, I don't understand. It is named dgv_Status in the .pff. It is the big box just above the buttons.
by jshew
Wed Oct 02, 2013 10:49 am
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Please let me know if this works or not.

Thanks.
by jshew
Wed Oct 02, 2013 10:43 am
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Cannot upload pff: The extension pff is not allowed.

What can I rename the file to so that the web site will allow me to upload it?
by jshew
Wed Oct 02, 2013 9:54 am
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Re: Looking for Help with DataGridView

Here is the .pff file
by jshew
Wed Oct 02, 2013 5:14 am
Forum: PowerShell GUIs
Topic: Looking for Help with DataGridView
Replies: 20
Views: 11243

Looking for Help with DataGridView

I am looking for help using PowerShell with a DataGridView control. The PrimalForms CE code below assumes that you have a database named "issue" with two tables defined in it. (See below for the SQL table definitions.) This code attempts do to the following: A) Read a parent row from SQL S...
by jshew
Tue Sep 17, 2013 5:10 pm
Forum: Productivity Pack Support
Topic: Need Help with PrimalForms CE Tab Control
Replies: 5
Views: 12520

Re: Need Help with PrimalForms CE Tab Control

Sorry, I tried that before posting. Commenting out the ":" (in one or both of two places) causes additional errors. However, I can comment out the following, and the panel displays without error:

Code: Select all

#$handler_TabPage:_Click= 
#{
##TODO: Place custom script here
#
#}