home *** CD-ROM | disk | FTP | other *** search
- * When the control gets the focus, we need to highlight the whole
- * text of the current value, and reset the SearchKey property
- if this.SelectOnEntry and type("this.value") = "C"
- this.SelStart = 0
- this.SelLength = len(trim(this.DisplayValue))
- endif
-
- this.SearchKey = ""
-