Skip to main content

[Migrated content. Thread originally posted on 18 May 2006]

Hi,

I would like to copy a simple text (PIC X(n)) to the windows clipboard, that I can paste later in other applications (Notepad, word...)

Is there a simple way to do it ?

Regards.

[Migrated content. Thread originally posted on 18 May 2006]

Hi,

I would like to copy a simple text (PIC X(n)) to the windows clipboard, that I can paste later in other applications (Notepad, word...)

Is there a simple way to do it ?

Regards.
On the ACUCOBOL-GT web site, in the sample programs there is a clipacu.zip file which demonstrates how to call a DLL. In this case, the DLL copies and pastes information to the Windows clipboard.