Search found 4 matches

by Ben Conrad
Mon Aug 15, 2011 4:28 am
Forum: PrimalForms
Topic: How to use DataGrid?
Replies: 2
Views: 2341

How to use DataGrid?

Thanks,

Using

Code: Select all

$myObj = "" | Select-Object Col1  # create custom object
$myObj.Col1 = 'this is a test'
Load-DataGridView $datagridview1 $myObj
Worked, I also realized that supplying $myObj.col1 was not appropriate, just $myObj.

Ben
by Ben Conrad
Thu Aug 11, 2011 4:11 am
Forum: PrimalForms
Topic: How to use DataGrid?
Replies: 2
Views: 2341

How to use DataGrid?

I'd like to pass custom objects into a datagrid, not really sure what how to use this:$btnClick={ #TODO: Place custom script here $myObj = "" | Select-Object Col1 # create custom object $myObj.Col1 = 'this is a test' Load-DataGridView $datagrid1 $myObj.Col1 }ERROR: Load-DataGridView : Cann...
by Ben Conrad
Tue Aug 09, 2011 4:02 pm
Forum: PrimalForms
Topic: So where is the Documentation?
Replies: 9
Views: 5947

So where is the Documentation?

Any news on the status of the PrimalForms 2011 Docs and user guides?
by Ben Conrad
Tue May 03, 2011 4:04 am
Forum: PrimalForms
Topic: So where is the Documentation?
Replies: 9
Views: 5947

So where is the Documentation?

Hey Support, Didn't the 2009 version have a .PDF with some basic how-to instructions? Can you post that to the forum?Ben