I use
- Code: Select all Expand view
- @ 0,70 RICHEDIT oFGet VAR cMemo OF sDlg SIZE 270,500 PIXEL FONT oFont ON CHANGE marcbrowver()
I was thinking that variable 'cMemo' was holding the text of the edit, but it's empty.
How can I get the contents of the RICHEDIT-field?
I wanted to store this in a memo-field.
Thanks,
Marc