Page 2 of 2
Re: how to put a table in the clipboard
Posted: Thu Nov 13, 2014 6:14 am
by mol
esgici wrote:mol wrote:You can separate cells by chr(9) and end rows with chr(13)+chr(10)
Such a prepared string you should paste to clipboard:
System.Clipboard := cClipboard
Hi Mol
As far as I know you are an expert on working with Excel files
My question is : which method is the best for import / export Excel files ?
Better : would you give a SSW sample ?
Thanks in advance

I don't feel like an Excel expert

I'm only blind man walking through M$ bush
I'll try to prepare such a sample with Excel and LibreOffice Calc.
Re: how to put a table in the clipboard
Posted: Thu Nov 13, 2014 11:07 am
by esgici
mol wrote:
I don't feel like an Excel expert

I'm only blind man walking through M$ bush
As previously mentioned, you know better than me, then you are my teacher
mol wrote:I'll try to prepare such a sample with Excel and LibreOffice Calc.
Thanks
I'll wait eagerly.
Please English; identifiers ( variable, field, func/proc ) names and comments.
Regards
Re: how to put a table in the clipboard
Posted: Sat Nov 15, 2014 4:30 pm
by esgici
mol wrote:...
I'll try to prepare such a sample with Excel and LibreOffice Calc.
esgici wrote:I'll wait eagerly.
Still waiting ...
TIA
Re: how to put a table in the clipboard
Posted: Sun Nov 16, 2014 7:38 am
by mol
Sorry for delay, but I have very small time to use computer at the weekend .
I'm watching new posts via tablet only.
I was fightint with excel at friday, too, so, I'm fresh in this matter

Re: how to put a table in the clipboard
Posted: Sun Nov 16, 2014 11:19 am
by esgici
mol wrote:Sorry for delay, but I have very small time to use computer at the weekend .
I'm watching new posts via tablet only.
I was fightint with excel at friday, too, so, I'm fresh in this matter

OK friend, no problem
TIA
how to put a table in the clipboard
Posted: Mon Feb 23, 2015 11:32 pm
by Pablo César
dragancesu wrote:I saw a program ok but I need something different
..
HMG in the windows world, and as I understand Clipboard is a powerful system, other programs to use so I thought I take this opportunity
Often faced with the problem of data transmission
Hi Dragan,
I've just remember about you asking something for data transfer. And I found recently these internal HMG functions:
GetData() and
SendData( cDest , Data )
These are located at C:\hmg.3.4.0\SOURCE\h_controlmisc.prg
One example you can find in this topic:
viewtopic.php?p=40056#p40056 (already adapted to HMG).
I hope to be helpful for you.