Jump to content

Search / FInd


Rosalie

This topic is 3392 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi Everyone,

Its me, Rosalie, very new to the forum and filemaker.
I am having trouble to make my search working,
I have two tables, Dashboard and Product,
In my Dashboard I have a a Global field SEARCH, Product I have A text Field Category FILTER with pop up values
 
The search field is trigger by a script below (OnObjectSave)
 
Script
 
Set Error Capture [On]
Set Variable [Filter; Value:""]
Set Field [Product::Category Filter; ""]
Freeze window
Perform Quick Fine [Dashboard::Search]
If[Get (LastError) = 0
Halt Script
Else If [Get (LAstError) = 400
Show All Records
Go to Recor/Request/Page[First]
Else If [Get (LAstError) = 401
Go to Recor/Request/Page[First]
Omit Multiple Records [No dialog; Get (Foundcount)]
End If
 
Can you please help me modify or add my script to make it work. I want t use this script in web direct.
Thank yu so much.
 
Rosalie
Edited by Lee Smith
I edited this post because it had a background that made it diff to read
Link to comment
Share on other sites

This topic is 3392 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.