Skip to content

Commit

Permalink
Setting of an autofill for both tmax and tmin receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wycklife committed Aug 24, 2020
1 parent 545eb45 commit ec5a170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions instat/dlgClimaticCheckDataTemperature.vb
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,11 @@ Public Class dlgClimaticCheckDataTemperature
StrTmaxCol = frmMain.clsRLink.GetClimaticColumnOfType(StrDataFrame, "tmax_label")
StrTminCol = frmMain.clsRLink.GetClimaticColumnOfType(StrDataFrame, "tmin_label")

If StrTmaxCol <> "" AndAlso StrTminCol <> "" Then
ucrReceiverElement1.Add(StrTmaxCol, StrDataFrame)
ucrReceiverElement2.Add(StrTminCol, StrDataFrame)
End If

End Sub

Private Sub ucrReceiverStation_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverStation.ControlValueChanged
Expand Down

0 comments on commit ec5a170

Please sign in to comment.