Just another small issue: When referencing the ‘rft’ property of a RichEdit control the undo queue is reset.
Just try the following
'fmForm'ŒWI'New' 'Form'ª'fmForm.red1'ŒWI'New' 'RichEdit'
Now type some text into the RichEdit control and test for the undo queue:
0 0½'fmForm.red1'ŒWI'text' ª'fmForm.red1'ŒWI'canundo'
1
0 0½'fmForm.red1'ŒWI'rtf' ª'fmForm.red1'ŒWI'canundo'
0
While referencing the text property does not affect the undo queue, referencing the rtf property will reset the queue