Forum Discussion
prakash_vasudev
13 years agoContributor
Tanya,
SetText method documentation says "The SetText action sets the contents of an edit control, that is, replaces the previous contents with the specified text."
In case if we already have a text in the edit control it will completly replaced by the new text and we may be loosing the earlier text. This might not be of help to us. We are using keys method so that we can enter text on the control without loosing earlier.
SetText method documentation says "The SetText action sets the contents of an edit control, that is, replaces the previous contents with the specified text."
In case if we already have a text in the edit control it will completly replaced by the new text and we may be loosing the earlier text. This might not be of help to us. We are using keys method so that we can enter text on the control without loosing earlier.