Excellent. Thank you Kevin. I was hoping there was a simple explanation.
Michael
audleman (AT) quasika (DOT) net wrote:
Quote:
Your problem lies in using Perform Find[Restore]
Instead you need to use
Enter Find Mode[]
SetField[CRASH_LINK::CRASH_ID: $$crash_id]
Perform Find[]
The 'Restore' function of Perform Find doesn't work the way you're
thinking. The only thing you can put in there is static text, such as
"> 5". It's basically useless, in other words.
This will solve your second problem, that of the dialog box always
coming up. Your find is invalid the way it's programmed, so you are in
fact always getting an empty found set.
Kevin |