Using Editor Widget

Posted by goo on 11-Jul-2019 11:28

11.7.5

I wonder if it is possible to fill the editor widget using a longchar or clob without having to save it to a file?

something like editor-1:read-file() but using a longchar to feed it.

//Geir Otto

Posted by Torben on 24-Jul-2019 09:04

DEFINE VARIABLE EDITOR-1 AS LONGCHAR  ...

EDITOR-1 = longcharvariable.

DISPLAY EDITOR-1 WITH FRAME Dialog-Frame.

All Replies

Posted by Torben on 24-Jul-2019 09:04

DEFINE VARIABLE EDITOR-1 AS LONGCHAR  ...

EDITOR-1 = longcharvariable.

DISPLAY EDITOR-1 WITH FRAME Dialog-Frame.

Posted by goo on 24-Jul-2019 10:25

Thanks !!

This thread is closed