Skip to content

Commit

Permalink
Merge pull request #5946 from Wycklife/QCTemp
Browse files Browse the repository at this point in the history
Autofilling the minimum and maximum temperature Receivers in the Climatic Check Data Temperature dialog
  • Loading branch information
lloyddewit authored Aug 26, 2020
2 parents f392542 + 34de7f2 commit 881ec1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions instat/dlgClimaticCheckDataTemperature.vb
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ Public Class dlgClimaticCheckDataTemperature
ucrReceiverElement1.SetParameter(New RParameter("x", 0, bNewIncludeArgumentName:=False))
ucrReceiverElement1.SetParameterIsString()
ucrReceiverElement1.bWithQuotes = False
ucrReceiverElement1.SetClimaticType("temp_max")
ucrReceiverElement1.bAutoFill = True
ucrReceiverElement1.SetMeAsReceiver()

ucrReceiverElement2.Selector = ucrSelectorTemperature
ucrReceiverElement2.SetParameter(New RParameter("x", 1, bNewIncludeArgumentName:=False))
ucrReceiverElement2.SetParameterIsString()
ucrReceiverElement2.SetClimaticType("temp_min")
ucrReceiverElement2.bAutoFill = True
ucrReceiverElement2.bWithQuotes = False

'Checkboxes for options
Expand Down

0 comments on commit 881ec1e

Please sign in to comment.