10-02-2009, 09:59 PM
not exactly "jumping to a line number" but it does get me to the highlighted text!!!!
Function SwapSelectedForSubmittedText
By "selecting it" it brings the focus there - I can unselect it (to see the highlighting) by giving a 'L left arrow key.
Is there a way to jump there without actually "selecting" it...kind of like:
SELFLAG_TAKEFOCUS
Stuart
Function SwapSelectedForSubmittedText
SendMessage(reportcid EM_SETSEL AllTextPrecedingSelectionLength AllTextPrecedingSelectionLength+SelectedTextLength);; i+length)By "selecting it" it brings the focus there - I can unselect it (to see the highlighting) by giving a 'L left arrow key.
Is there a way to jump there without actually "selecting" it...kind of like:
SELFLAG_TAKEFOCUS
Stuart
