Hello to All Is there a way to emulate a "line wrap" event during the input of a long text on a table row after certain number of characters edited? Or how to emulate a CTRL+Enter when a certain number of chars is reached? Now, as we know, windev give us the possibility to insert long text on a row and if it is declared as "autosizeable" with the "auto line wrap" parameter set to on, inserting a long text is automatically written on the next line on the same row and so on. I need to execute an "automatic line wrap" after certain number of chars in a row..(counting the chars) Is it possible?? Thanks in advance Dirk