Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 8:32 am This article has been viewed 35203 times.
|
|