03-09-2018, 02:06 PM
I failed to use RichEditSave with Wordpad RICHEDIT50W control using the following function :
Function temp07
I understand that QM help advises that "Rich edit control's class usually is RichEdit20A or RichEdit20W". I would welcome any advice on this issue. Many thanks in advance.
Function temp07
int w=win("Document - WordPad" "WordPadClass")
int c=id(59648 w) ;;editable text
outw c
_i=RichEditSave(c "C:\tmp\ried.rtf")
out _i
I understand that QM help advises that "Rich edit control's class usually is RichEdit20A or RichEdit20W". I would welcome any advice on this issue. Many thanks in advance.