I was using this in my old programs
- Code: Select all Expand view
- @ 0,70 FORMAT GET oFGet VAR cMemo OF sDlg SIZE 270,500 PIXEL FONT oFont ON CHANGE marcbrowver()
Now I wnted to use richedit and use the sintax
- Code: Select all Expand view
- @ 0,70 RICHEDIT oFGet VAR cMemo OF sDlg SIZE 270,500 PIXEL FONT oFont ON CHANGE marcbrowver()
but I always get an error
Error FiveWin/3 Cannot create Dialog Box
Is there more I have to change to use RICHEDIT?
Thanks,
Marc