Page 1 of 1

[RPG]CopyToClipboard whole texts on the formview

Posted: Thu Jan 26, 2017 1:19 pm
by MegumiSawada
Hi

LongRange application is running on LongRange windows app.
Is it possible to copy the whole texts on the formview to clipboard so user can paste them to spreadsheet?

When right clicking on the formview, "Copy to Clipboard" menu will be shown, but only one text will be copied.

Do I need to create a button to run CopyToClipboard operation and manually add texts on the formview to list parameter of CopyToClipboard operation?

I appreciate your kind advice.

Best Regards,
Megumi Sawada

Re: [RPG]CopyToClipboard whole texts on the formview

Posted: Fri Jan 27, 2017 9:43 am
by tsupartono
Megumi,
Unfortunately there is no way to copy all texts in a form to the clipboard automatically.
So yes you would need to manually place all the texts you want to copy in the CopyToClipboard operation.

Re: [RPG]CopyToClipboard whole texts on the formview

Posted: Fri Jan 27, 2017 11:14 am
by MegumiSawada
Hi Tony,

Thank you for your reply!

Best Regards,
Megumi Sawada