Use the clipboardTag(s): Powerscript
Extract data from the clipboard
String ls_value ls_value = Clipboard()
Clipboard("Hello")
string ls_data = dw_1.object.column_name[row_number] ::Clipboard(ls_data)
To store bitmap into the clipboard, you need to use some Windows API. See this article
See this related howto
See also this related howto
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com