Re: Copy contents of code/editor window with formatting

2022-02-07 Thread Christof Wollenhaupt
> BTW - ISX - Is that InstallShield Express? No, that's my original IntelliSense alternative for VFP 6 written at a time when we called everything soandsoX. https://bitbucket.org/cwollenhaupt/foxpert.tools.isx/src/master/

RE: Copy contents of code/editor window with formatting

2022-02-07 Thread paul.newton.hudl
-Original Message- From: ProfoxTech On Behalf Of Christof Wollenhaupt Sent: 07 February 2022 06:43 To: profoxt...@leafe.com Subject: Re: Copy contents of code/editor window with formatting Hi Paul, > 1.I want it to work with the current/open editing window in ISX I use the follow

RE: Copy contents of code/editor window with formatting

2022-02-07 Thread paul.newton.hudl
To: profoxt...@leafe.com Subject: Re: Copy contents of code/editor window with formatting I don't know about automating it but this seems to work in the edit window: Ctl_A Ctl_C -> in e.g. Word - Ctl_V - save as type .rtf On 07-Feb-22 5:19 AM, paul.newton.h...@gmail.com wrote: >

Re: Copy contents of code/editor window with formatting

2022-02-06 Thread AndyHC
I don't know about automating it but this seems to work in the edit window: Ctl_A  Ctl_C  -> in e.g. Word - Ctl_V  - save as  type .rtf On 07-Feb-22 5:19 AM, paul.newton.h...@gmail.com wrote: Hi all I am trying to copy the contents of the editing window that is currently active (i.e.

Re: Copy contents of code/editor window with formatting

2022-02-06 Thread Christof Wollenhaupt
Hi Paul, > 1.I want it to work with the current/open editing window in ISX I use the following code: *- * Get the current window and verify that it is a valid window.