Lola Posted September 25, 2017 Posted September 25, 2017 Hello All, Below is my script for my webdirect layout ; I want to include a dialog saying "No record Found" if a user is searching and nothing is found. Freeze Window Set Error Capture [ On ] Allow User Abort [ Off ] Perform Quick Find [ Preferences::gSearchField ] If [ Get(LastError) ] Perform Find [ Restore ] Else Sort Records [ Restore ; No dialog ] Go to Record/Request/Page [ First ] End If Go to Field [ Preferences::gSearchField] Thank you. LoLa
Lee Smith Posted September 25, 2017 Posted September 25, 2017 I think what you are searching for is the set error capture example 2. https://fmhelp.filemaker.com/help/16/fmp/en/index.html#page/FMP_Help%2Fset-error-capture.html%23wwconnect_header
Recommended Posts
This topic is 2888 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now