Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 2:23 am This article has been viewed 35206 times.
|
|