[RPG]CopyToClipboard whole texts on the formview

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]CopyToClipboard whole texts on the formview

Post 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
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: [RPG]CopyToClipboard whole texts on the formview

Post 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.
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: [RPG]CopyToClipboard whole texts on the formview

Post by MegumiSawada »

Hi Tony,

Thank you for your reply!

Best Regards,
Megumi Sawada
Post Reply