EndMerge

Description

Indicates the merge mode stops and requests will be submitted immediately.

Applies to

PowerServerLabel object

Syntax

objectname.EndMerge ( )

Argument

Description

objectname

The name of the PowerServerLabel object.


Return value

Integer.

Returns 1 if it succeeds and -1 if an error occurs.

Usage

The EndMerge function must be used together with the StartMerge function, which means, StartMerge and EndMerge must be used in pairs. The StartMerge/EndMerge pair should not contain any other StartMerge/EndMerge function.

Examples

gnv_PowerServerLabel.StartMerge()
Open cur_dwstyle;
lds_1.Retrieve(ll_id)
dw_1.Retireve(ll_id)
SELECTBLOB qa_img INTO :lbb_temp FROM TableBlob WHERE id=3;
gnv_PowerServerLabel.EndMerge()

See also

StartMerge