Hi Kevin,
There is an embed point called
BeforeEmptyMessage
which you could use to add more conditional messages.
Usually, for a failed locator search you'll see 2 messages,
the first is from the Options tab and defaults to
'Enter a search term in the locator'
The second is on the general tab 'Message if Empty'
so between them you can put whatever you like. For example;
If loc:LocatorValue <> ''
packet = clip(packet) & '<tr><13,10><td>No records exist with your search text.</td></tr>'&CRLF
do AddPacket
End
Actually for reasons I can't quite explain the above _overwrites_ the first message, which is what you asked for. I'll have to follow it a bit closer to figure out why it overwrites it though.
Cheers
Bruce