edmiRemoteSetTableInstanceColumnsValue
EdmiError edmiRemoteSetTableInstanceColumnsValue (SdaiServerContext serverContextId, SdaiInstance tableInstanceId, SdaiInteger rowNumber, SdaiInteger columns, SdaiInteger columnNumbers[], SdaiSelect columnValues[], SdaiInteger *rowNumberUpdated, SdaiInvocationId *edmiInvocationId);
This function sets the column values of the given EDMtableInstance.
Arguments
Type | Name | Comment |
SdaiServerContext | serverContextId | Remote Server Context |
SdaiInstance | tableInstanceId |
|
SdaiInteger | rowNumber | RowNumber = 0 means append new row. First rowNumber is 1 (not zero) |
SdaiInteger | columns | Number of columns to update |
SdaiInteger | columnNumbers | Columns to update. First columnNumber is 1 (not zero) |
SdaiSelect | columnValues | Columns value, order is according to order in columnNumbers |
SdaiInteger | rowNumberUpdated | RowNumber of updated column |
SdaiInvocationId | edmiInvocationId | When the edmiInvocationId is specified, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Example
<Missing example>
See also
Filter by label
There are no items with the selected labels at this time.