Two type of syntax available for getting text box values
1.Get value by Control Name(text box name)
Dim myVariable As String
myVariable = GetObjectValue("controlName")
2.Get value by table buffer values
Dim Siteid As String
Call GetBufferValue("bintran.user1", Siteid)
No comments:
Post a Comment