Skip to content

Commit

Permalink
Merge pull request #12 from PeterSpiegler/master
Browse files Browse the repository at this point in the history
Get Values from Datatable as Variant Array
  • Loading branch information
unipsycho committed Jan 7, 2016
2 parents f4f1d8c + d0b4187 commit d1b2ac9
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 10 deletions.
2 changes: 1 addition & 1 deletion source/DataGrid.aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[My Computer]
My Computer = "192.168.0.104"
My Computer = "192.168.60.1"

2 changes: 1 addition & 1 deletion source/DataGrid.lvlps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ProjectWindow_Data]
ProjectExplorer.ClassicPosition[String] = "342,74,1009,554"
ProjectExplorer.ClassicPosition[String] = "191,200,1300,978"

[AB_Cache_{B16A3F3B-B893-468A-BFDE-BD82E2B17C94}]
Cache_Path[Path] Line0001 = "/C/Users/Mike/AppData/Local/Temp/AB_Cache_{B16A3F3"
Expand Down
1 change: 1 addition & 0 deletions source/DataGrid.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<Item Name="LVBoundsTypeDef.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/miscctls.llb/LVBoundsTypeDef.ctl"/>
<Item Name="BuildHelpPath.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/BuildHelpPath.vi"/>
<Item Name="GetHelpDir.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetHelpDir.vi"/>
<Item Name=".NET Object To Variant.vi" Type="VI" URL="/&lt;vilib&gt;/Platform/dotnet.llb/.NET Object To Variant.vi"/>
</Item>
<Item Name="System.Windows.Forms" Type="Document" URL="System.Windows.Forms">
<Property Name="NI.PreserveRelativePath" Type="Bool">true</Property>
Expand Down
24 changes: 21 additions & 3 deletions source/DataGridView/DataGridView.lvclass

Large diffs are not rendered by default.

Binary file added source/DataGridView/Get DataArray.vi
Binary file not shown.
Binary file modified source/DataGridView/Set Data Binding.vi
Binary file not shown.
Binary file added source/DataGridView/Set DataArray.vi
Binary file not shown.
Binary file added source/DataTable/Add Rows (String).vi
Binary file not shown.
Binary file added source/DataTable/Add Rows (Variant).vi
Binary file not shown.
Binary file modified source/DataTable/Add Rows.vi
Binary file not shown.
Binary file added source/DataTable/Clear.vi
Binary file not shown.
48 changes: 43 additions & 5 deletions source/DataTable/DataTable.lvclass

Large diffs are not rendered by default.

Binary file added source/DataTable/Get DataArray.vi
Binary file not shown.
Binary file modified source/Example Simple DataBinding.vi
Binary file not shown.

0 comments on commit d1b2ac9

Please sign in to comment.