Skip to content

Commit

Permalink
Update instat/dlgRegularSequence.vb
Browse files Browse the repository at this point in the history
Co-authored-by: lloyddewit <[email protected]>
  • Loading branch information
conlooptechnologies and lloyddewit authored Feb 16, 2022
1 parent 1559728 commit cfeec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgRegularSequence.vb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Public Class dlgRegularSequence
End Sub

Private Sub TestOKEnabled()
If ucrSelectDataFrameRegularSequence.cboAvailableDataFrames.Text <> "" AndAlso
If Not String.IsNullOrEmpty(ucrSelectDataFrameRegularSequence.cboAvailableDataFrames.Text) AndAlso
ucrNewColumnName.IsComplete AndAlso Not ucrInputInStepsOf.IsEmpty AndAlso
Not ucrNudRepeatValues.IsEmpty Then

Expand Down

0 comments on commit cfeec4a

Please sign in to comment.