Retouching on Preview

Hello Team,

When rewrite some text (retouching) on Preview Mode, we are using :


procedure TDFR.frxReport1ClickObject(Sender: TfrxView; Button: TMouseButton;

 Shift: TShiftState; var Modified: Boolean);

begin


 if (Sender is TfrxMemoView) and (Sender.Name = 'mem_Customer') then

 begin

  TfrxMemoView(Sender).Text := InputBox('Modify...', 'Customer : ',TfrxMemoView(Sender).Text);

  Modified := True;

 end;

end;


Question :

If we complete the text after the colon : it doesn't write anything !

Why we have to rewrite the entire text, each time to see it modified ?

Thx

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.