...
JavaScript |
---|
function FieldTextSet(row, column, fieldText); |
Parameters
row
Type: System..::.Int32Screen Int32
Screen row of the field.
column
Type: System..::.Int32Screen Int32
Screen column of the field.
fieldText
Type: System..::.StringText String
Text to copy into the field.
Return Value
...