Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8809 from Fidel365/helpid's_1
Browse files Browse the repository at this point in the history
adding help id's-1
  • Loading branch information
N-thony authored Feb 20, 2024
2 parents eea3245 + 0e376a7 commit 9ef209e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,13 @@ Public Class dlgCalculator
ucrBase.iHelpTopicID = 598
Case "Integer"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 463
Case "Complex"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 455
Case "List"
Me.Width = iBasicWidth * 1.5
ucrBase.iHelpTopicID = 439
Case Else
Me.Width = iBasicWidth
End Select
Expand Down
1 change: 1 addition & 0 deletions instat/dlgCircular.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Public Class dlgCircular
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID = 520
ucrReceiverCircular.Selector = ucrSelectorCircular
ucrReceiverCircular.SetMeAsReceiver()

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgExportForClimpact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Public Class dlgExportForClimpact
End Sub

Private Sub InitialiseDialog()

ucrBase.iHelpTopicID = 506
ucrInputCodeMissingValues.SetParameter(New RParameter("missing_code", 6))
ucrInputCodeMissingValues.SetRDefault("-99.9")

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgExportToClimsoft.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public Class dlgExportToClimsoft
End Sub

Private Sub InitialiseDialog()

ucrBase.iHelpTopicID=476
ucrReceiverStation.SetClimaticType("station")
ucrReceiverStation.bAutoFill = True
ucrReceiverStation.Selector = ucrSelectorImportToClimsoft
Expand Down

0 comments on commit 9ef209e

Please sign in to comment.