Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8888 from Fidel365/Circular_too…
Browse files Browse the repository at this point in the history
…ltips

Improvements on the circular keyboard in the calculator and adding a link to numeric convert.
  • Loading branch information
N-thony authored Mar 25, 2024
2 parents 726173e + 799de89 commit 3d0d912
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 248 deletions.
4 changes: 1 addition & 3 deletions instat/frmConvertToNumeric.vb
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +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.TableOfContents)
'Replace with specific page once written
'Help.ShowHelp(Me.Parent, frmMain.strStaticPath & "\" & frmMain.strHelpFilePath, HelpNavigator.TopicId, iHelpTopicID.ToString())
Help.ShowHelp(Me.Parent, frmMain.strStaticPath & "\" & frmMain.strHelpFilePath, HelpNavigator.TopicId, "614")
End Sub

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

0 comments on commit 3d0d912

Please sign in to comment.