home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 74 / IOPROG_74.ISO / ioProg.exe / ioProg.DXR / Internal_103_ScriptCerca.ls < prev    next >
Encoding:
Text File  |  2003-09-30  |  109 b   |  7 lines

  1. global rsCerca, dbHandle, textSearch
  2.  
  3. on mouseUp me
  4.   textSearch = member("testoCerca").text
  5.   go(#next)
  6. end
  7.