OLEActivate

Description

Activates Object Linking and Embedding (OLE) for the specified object and sends the specified command verb to the OLE server application.

Syntax

PowerBuilder DataWindow control or child DataWindow

integer dwcontrol.OLEActivate ( long row, integer column, integer verb )

integer dwcontrol.OLEActivate ( long row, string column, integer verb ) 

Returns

Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is NULL, OLEActivate returns NULL.