trichview.com

trichview.support




Re: Drag and Drop file into the table...


Return to index


Author

Message

Camphausen

Posted: 12/10/2002 15:48:59


Please don't get angry with me, but it still doesn't work, in the way you

have proposed.

..

if rv.GetCurrentItemEx(TRVTableItemInfo, currve, item) then begin

   table := TRVTableItemInfo(item);

   rve    := table.GetEditedCell(Row,Col);

   if rve<>nil then begin

      rve.TopLevelEditor.SelectAll;

      rve.InsertText('test'+IntToStr(sn));

      inc(sn);

      rv.format;

   end;


the function GetEditedCell neither returns the right editor

nor the right column and row


bye from ckc





Powered by ABC Amber Outlook Express Converter