Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#9038 from Fidel365/helplinksand…
Browse files Browse the repository at this point in the history
…scalar

Adding help ids for "Edit cell" and "convert to numeric" pop outs dialog's in the column right-click menu, and adjusting the store scalar checkbox in calculattor
  • Loading branch information
N-thony authored Jun 27, 2024
2 parents 4025aec + 3df36bf commit 38a8628
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 38a8628

Please sign in to comment.