keepingbusy
Programmer
I am trying to force the cursor to the end of the text in an edit window and in particular, down to the next line as in a carriage return.
Code:
* mytext is a memo field
mf1="MY NAME"
on key label f5 replace mytext with trim(mf1)+":"+ ;
chr(13)+chr(13)
Any suggestions please guys?
VFP9
Thank you
Lee