Forum Discussion
IRISQATeam
14 years agoContributor
Use Empty (I used in vb) keyword within the if condition for all of optional field.
Let say if Mobile is optional, following code will do for you
If (DDT.CurrentDriver.Value("Mobile")<> Empty) Then
your code to enter set/enter mobile number
End If