ResetRow
ResetRow function hides controls and adds new rows to dataset if needed.
Syntax :
ResetRow()
Example :
Sub RunScript
Location.ResetRow(True)
End Sub
ResetRow function hides controls and adds new rows to dataset if needed.
ResetRow()
Sub RunScript
Location.ResetRow(True)
End Sub