FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Richedit in dialog
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Richedit in dialog
Posted: Sat Mar 28, 2009 01:49 PM
Hi,

I was using this in my old programs
Code (fw): Select all Collapse
@ 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 (fw): Select all Collapse
@ 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
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Richedit in dialog
Posted: Sat Mar 28, 2009 04:13 PM

Please ignore the message

I forgot to load 'riched20.dll' :oops:

Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion