Clipboard
method (Graphs in DataWindows)
Description
Replaces the contents of the system clipboard with a bitmap image of
a graph. You can paste the image into other applications.
Applies to
PowerBuilder DataWindow
DataWindow control
Syntax
PowerBuilder
|
1 |
integer dwcontrol.Clipboard ( string graphcontrol ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to the DataWindow control containing the |
|
graphcontrol |
A string whose value is the name of the graph in the |
Return value
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, Clipboard returns null.
Examples
This statement copies the graph gr_employees in the DataWindow
control dw_emp_data to the clipboard:
|
1 |
dw_emp_data.Clipboard("gr_employees") |
See also
Clipboard in the the section called “Clipboard” in PowerScript Reference
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest