Last modified on 23 February 2015, at 15:28

EditOLEValue (Activity)

Revision as of 15:28, 23 February 2015 by KNO (Talk | contribs) (Created page with "The EditOLEValue activity provides access to a single column value of a row within an OLE compliant data source. It is typically nested within a [[Activity:CreateOLERow (Activ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The EditOLEValue activity provides access to a single column value of a row within an OLE compliant data source. It is typically nested within a CreateOLERow or EditOLERow.

[edit]

Description

Edit OLE Value
Name EditOLEValue
Purpose Edit a column value of a single OLE row
Category UBIK Data Exchange
Returns True if successful
Version 2.4.1+

Arguments

Argument Type Direction Purpose
CreatedValue Object Out not used
DataRow DataRow In Row to be edited
DataType DbType In Name of activity
DisplayName String In Name of activity
Result Boolean Out Set to true for primary key columns; otherwise false
Result Boolean Out True if successful, false if failed
Value String In Column value (required)

Usage

This activity is used to edit a column value of a single OLE row.

Example

Excel document - Add a new row

UI Activity EditOLERow Excel.png UI Activity EditOLERow Arguments Excel.png

Excel document - Update an existing row

File:UI Activity EditOLERow Excel 02.png File:UI Activity EditOLERow Arguments Excel 02.png

See also