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: Locator: entry found? 2002-10-05 -- Dennis Evans > How can I check (which embed) if a locator value is found or not using
> a Locator Entry?
If I understand what you are wanting then you could use the Reset method
of the locator, after the parent call.
if (Self.Shadow = Self.FreeElement)
match was found
end
The reset of the browse is already completed, the window has not yet been
refreshed, if the shadow (what the user entered) is equal to the free
element then a match was located. If not equal the locator will still move
to the closest match.
Today is November 23, 2024, 2:22 am This article has been viewed 35215 times.
|
|