Jump to content


m610

Member Since 09 Jun 2008
Offline Last Active Mar 10 2016 07:39 PM
-----

Posts I've Made

In Topic: Error closing form when editing a cell

10 March 2016 - 03:38 AM

My apologies for not checking back on this. Deadlines and all keep me from digging into things like this more.

 

EurekaLog helped me find a couple of memory leaks and when I took care of them the problem went away.

 

Thanks for your prompt response and offer to help.

 

Mike


In Topic: Copy/Paste to/from Excel

12 August 2015 - 06:36 PM

Thanks.

 

It looks like it is tab delminted values (not formulas). I should be able to work with that by loading it into a TStringList or something and parsing it there.

 

Any tips on how to handle the CTRL-V part? I suppose I could always use a pop-up menu.


In Topic: Copy/Paste to/from Excel

12 August 2015 - 05:09 PM

Thanks.

 

I'm familiar with the clipboard, but not with the structure/format of the Excel data. I guess it's time I learned.

 

By the way, all I need to copy/paste are the values, not the styles.


In Topic: Copy/Paste to/from Excel

12 August 2015 - 05:19 AM

I figure I should be a bit more specific.

 

1. Select a block of cells in Excel

2. CTRL-C to copy to the clipboard

3. Select the top-left cell in my TNxGrid

4. CTRL-V to copy the block of cells in teh clipboard to teh grid.

 

Thanks, Mike