Jump to content

Find script does not work


kfok

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

Recommended Posts

I wrote a find script for two number fields: Min Number and Max

Number. I want to do a search to show records that have value ranging

from the minmum to the maximum.

Set Error Capture (On)

Go to Layout ["Find"]

Pause/Resume Script []

Enter Find Mode []

Set Field ["Min Number", "">=" & gMinNumber"]

Set Field ["Max Number", ""<=" & gMaxNumber"]

Perform Find []

When I enter numbers into the gMinNumber and gMaxNumber fields, it

returns the results normally. But when one of the field is entered

nothing, it shows all the records in the find results.

Does anyone know how to I fix the problem?

Link to comment
Share on other sites

This topic is 7244 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.