Hi
FM 5.5 Dev Win2K
I have a script something like this
Go to Layout...
Enter Find Mode
Set Field.......
Perform Find[]
If["statusfoundcurrent] > 0]
script steps to create report and preview it then return to original
layout - this works
else
Show message["No records found']
Show All Records
Go to Layout........
End If
What I was tyring to do was not have FileMaker show the standard message
when records are not found and allow them to modify the find - the script is
run by a button and does not need any entry from the user. I tried the
Error Capture step at off but may not be using it right - not sure - anyway
anyone have any ideas?
Greg