When a user activates memoedit() the entire get is highlighted. I want to turn the highlight off. If it is not off 1 key stroke blows the data out. How can turn the highlight off?
Thank you
Harvey
Harvey
When a user activates memoedit() the entire get is highlighted. I want to turn the highlight off. If it is not off 1 key stroke blows the data out. How can turn the highlight off?
hag wrote: How can turn the highlight off?
  Â
#define EM_SETSEL Â Â Â Â Â Â Â 177
ACTIVATE DIALOG oDlg;
     on init PostMessage(oMemo:hWnd, EM_SETSEL, 0, 0)Thank you both for the info. Worked: oDlg:bStart = { || oGet:GoBottom() }
BTW is there any place to search for solutions etc. I often wonder where many of you come up with this info?
This forum sure does help.
hag wrote:I often wonder where many of you come up with this info?