home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1995 November / PCPRO_NOV95.ISO / code / db / intrctch.txt < prev    next >
Encoding:
Text File  |  1995-09-08  |  157 b   |  9 lines

  1. with this
  2.     .SearchKey = ""
  3.     .DisplayValue = trim(.DisplayValue)
  4.     .SelStart = 0
  5.     .SelLength = len(trim(.DisplayValue))
  6.  
  7.     .UpdateControlSource
  8. endwith
  9.