InsertObject PowerScript function
Description
Displays the standard Insert Object dialog box, allowing the
user to choose a new or existing OLE object, and inserts the selected
object in the OLE control.
Syntax
|
1 |
<span>olecontrol</span>.<span>InsertObject</span> ( ) |
|
Argument |
Description |
|---|---|
|
olecontrol |
The name of the OLE control in which |
Return Values
Integer. Returns 0 if it succeeds and one of the following
values if an error occurs:
-
1 User canceled
out of dialog box -
-9 Error
If any argument’s value is null, InsertObject returns null.
Examples
This example displays the standard Insert Object
dialog box so that the user can select an OLE object. InsertObject inserts
the selected object in the ole_1 control:
|
1 |
integer result |
|
1 |
result = ole_1.<span>InsertObject</span>() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest