A
Arthur Cunneen
I am using SendKeys to add text to a memo field. I would
like to append new entries to values already contained in
the field. Is there anyway to send focus to the last word
in control?
(As a last resort, I can load the current contents of the
control into a variable, clear the control, then repost
the material in the variable to the control before
starting the SendKeys routine. However, this approach
causes wierd things to happen to any formating the
SendKeys entered earlier (e.g., paragraph seperations
created by SendKeys [using Chr(13) functions] seem to
duplicate on moving from the variable to the control).
like to append new entries to values already contained in
the field. Is there anyway to send focus to the last word
in control?
(As a last resort, I can load the current contents of the
control into a variable, clear the control, then repost
the material in the variable to the control before
starting the SendKeys routine. However, this approach
causes wierd things to happen to any formating the
SendKeys entered earlier (e.g., paragraph seperations
created by SendKeys [using Chr(13) functions] seem to
duplicate on moving from the variable to the control).