Jump to: navigation, search

Difference between revisions of "Activity:EditOLERow (Activity)"


(Excel document)
 
Line 31: Line 31:
 
===Excel document===
 
===Excel document===
 
{{Hint|Use an if-statement to filter on the appropriate record set.}}
 
{{Hint|Use an if-statement to filter on the appropriate record set.}}
[[File:UI_Activity_EditOLERow_Excel.png]]
+
[[File:UI_Activity_EditOLERow_Excel.png|border|EditOLERow ]]
[[File:UI_Activity_EditOLERow_Arguments_Excel.png]]
+
[[File:UI_Activity_EditOLERow_Arguments_Excel.png|border|EditOLERow Arguments]]
  
 
<headertabs />
 
<headertabs />

Latest revision as of 15:47, 23 February 2015

The EditOLERow activity provides access to a single row within an OLE compliant data source. It is typically nested within a CreateOLETableScope.

[edit]

Description

Edit OLE Row
Name EditOLERow
Purpose Edit a single row via OLE
Category UBIK Data Exchange
Returns True if successful
Version 2.4.1+

Arguments

Argument Type Direction Purpose
DataRow DataRow Out Row to be edited
DisplayName String In Name of activity
Result Boolean Out True if successful, false if failed

Usage

This activity is used to edit a single row within a valid OLE table scope.

Example

Excel document

IC Hint square.pngUse an if-statement to filter on the appropriate record set.

EditOLERow EditOLERow Arguments

See also