According to my sdk-help, I can use .value to retrieve the contents of an edittext (excerpt published below). However as of sp1, my code started crashing horribly ('general failure' and next the sap-ui interface crashed). In the end using .string instead of .value solved this.
- Not a question, just thought I might save others some frustration...
- If anyone knows of more of these caveats, please tell us!
"SAP Business One SDK - UI API Release 6.5
Value Property (EditText)Description
Returns the string by fixed format.
(get from Slava specific formats)
Property type
Read-write property
Syntax (Visual Basic)
Public Property Value() As String
See Also
EditText Object"
Add a comment