Monday 10 August 2015

Get Text box Value in Microsoft Dynamics SL


 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