Salesforce

EditGet (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

EditGet (Magic xpa 3.x)

Returns the control value in edit mode.

Syntax:

EditGet ( )

Parameters:

None

Returns:

The edited value of the field from which the last handler was invoked.

Note:

The EditGet function returns the value of the edited control according to the variable's attribute.

In controls other than Edit control, which cannot be edited, the value will be the current value of the control or variable.

If the EditGet function is evaluated in the flow when the Magic xpa engine is not parked on any control (such as in the Task, Record or Control logic units), the function returns NULL.

If the handler invoked on a control is set on a Force Record Exit event the EditGet will return NULL.

You can also use this function to return the new value of a variable from within a Control Modify event.

Exceptions:

This function is not supported for Push Button controls. Use the LastClicked function instead for Push Button controls.

See also:

EditSet

How Do I Retrieve the Newly Entered Data of an Edit Control, Rich Edit Control, and Multi Choice List Box While Remaining on the Control?

The Online and Rich Client Samples projects (program LG14 and RLG14)

Reference
Attachment 
Attachment