` Printed Icetips Article

Icetips Article



Par2: Clearing a locator field at runtime
1998-12-29 -- Dennis Evans
 
>I'm working with a browse that has an incremental locator on it.  After
>the user select the appropriate record, I want to clear the locator so
>they can start the search for the next record.  I'm using the variable
>"LocatorString" for my locator.

Use    LocatorName.Set()

If new selection is made by mouse click:

  After the parent call TakeNewSelection, for the browse

   if (keycode() = MouseLeft)
      LocatorName.Set()
   end



Printed May 3, 2024, 3:23 am
This article has been viewed/printed 35114 times.