Skip to content

Commit

Permalink
columnMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Mar 16, 2022
1 parent 3c38681 commit 27e1418
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
Binary file modified instat/translations/rInstatTranslations.db
Binary file not shown.
112 changes: 56 additions & 56 deletions instat/ucrColumnMetadata.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions instat/ucrColumnMetadata.vb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Public Class ucrColumnMetadata
dlgDuplicateColumns.ShowDialog()
End Sub

Private Sub mnuColumnFilter_Click(sender As Object, e As EventArgs) Handles mnuColumnFilter.Click
Private Sub mnuColumnFilter_Click(sender As Object, e As EventArgs) Handles mnuColumnFilterRows.Click
dlgRestrict.bIsSubsetDialog = False
dlgRestrict.strDefaultDataframe = _grid.CurrentWorksheet.Name
dlgRestrict.ShowDialog()
Expand Down Expand Up @@ -447,7 +447,7 @@ Public Class ucrColumnMetadata
dlgAddComment.ShowDialog()
End Sub

Private Sub mnuColumnContextColumnSelection_Click(sender As Object, e As EventArgs) Handles mnuColumnContextColumnSelection.Click
Private Sub mnuColumnContextColumnSelection_Click(sender As Object, e As EventArgs) Handles mnuColumnContextSelectColumns.Click
dlgSelect.SetDefaultDataFrame(_grid.CurrentWorksheet.Name)
dlgSelect.ShowDialog()
End Sub
Expand Down

0 comments on commit 27e1418

Please sign in to comment.