Grid - Registered Users - Helpdesk
Selection.CutToClipboard issue (minor)
Thread Starter: Manos Aggelakis Started: 12/5/2007 12:14 PM UTC
Replies: 3
Selection.CutToClipboard issue (minor)

Hi Nicholas,

Please, load the attached pfg.ini file into a profgrid sheet.
If you apply the Selection.CutToClipboard method on certain cells (eg. A4),
you will notice that the color of the cell turns black.
I can't find any reason why this happens.
If you can, please give me an answer.

Best regards
Manos

This message includes the following attachments:

Re: Selection.CutToClipboard issue (minor)
Hi Manos,

You've attached an empty file.


-Nicholas
Re: Selection.CutToClipboard issue (minor)
pfg.ini is reuploaded

This message includes the following attachments:

Re: Selection.CutToClipboard issue (minor)
Hi Manos,

Thank you for reporting the issue.

Please add the following line at the beginning of TProfGridCell.CleanupOnCut:

 FFlags := 0;


-Nicholas