GetFieldUnicode
Find the syntax, use, parameters, return values, and an example for the GetFieldUnicode macro command in Connexion client.
| Syntax | BOOL = CS.GetFieldUnicode (sFieldTag, nFieldInst, sFieldData) |
|---|---|
| Use to | This command works like GetField, but also returns Unicode data in Numeric Character Reference (NCR) form. |
| Parameters |
|
| Return values | TRUE if the action is successful, or FALSE if not. |
| Example | Sub Main() Dim CS As Object Dim nLen As Integer Set CS = GetObject(“Connex.Client”) CS.AddFieldLine1, sFieldData |
| What this example does |
|
