Description
Indicates the merge mode stops and requests will be submitted immediately.
This function takes effect only when the application is deployed via the PowerServer project (it will be ignored when the application is deployed via the PowerClient project or the Application project).
Applies to
Syntax
objectname.EndMerge ( )
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