Skip to content

Commit

Permalink
Adding help ids for columns pop out and adjusting the store scalr che…
Browse files Browse the repository at this point in the history
…ckbox
  • Loading branch information
Fidel365 committed Jun 26, 2024
1 parent 4025aec commit 3df36bf
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 586 deletions.
1 change: 1 addition & 0 deletions instat/dlgEdit.vb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Public Class dlgEdit
Private Sub InitialiseDialog()
Dim dctLogical As New Dictionary(Of String, String)

ucrBase.iHelpTopicID = 699
ucrSelectValues.SetParameter(New RParameter("data_name", 0))
ucrSelectValues.SetParameterIsString()
ucrSelectValues.ucrAvailableDataFrames.Enabled = False
Expand Down
2 changes: 1 addition & 1 deletion instat/frmConvertToNumeric.vb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Public Class frmConvertToNumeric
End Sub

Private Sub cmdHelp_Click(sender As Object, e As EventArgs) Handles cmdHelp.Click
Help.ShowHelp(Me.Parent, frmMain.strStaticPath & "\" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "614")
Help.ShowHelp(Me.Parent, frmMain.strStaticPath & "\" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "701")
End Sub

Private Sub cmdInspectValues_Click(sender As Object, e As EventArgs) Handles cmdInspectValues.Click
Expand Down
Loading

0 comments on commit 3df36bf

Please sign in to comment.