Forum Discussion
IRISQATeam
13 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
Related Content
- 2 years ago
- 4 years ago
- 10 months ago
Recent Discussions
- 10 hours ago
- 3 days ago