Jump to content
Server Maintenance This Week. ×

Find exact match


sysiphe

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

Recommended Posts

Hi,

I've a layout in which a pop-up menu resides, displaying field values taken from table A. When one chooses an item in the menu, one has to click on a "Search" button to display a new layout in which records of table A a displayed, based on the value selected in the menu. The script launched when one clicks the button is:

Perform Find[]

Goto Layout["abc" (prout)]

It works correctly for the vast majority of the records, but when one selects, say, the value "x z" in the menu, clicking "search" displays not only "x z", but also "xy z", "xyy z", etc.

This is not my goal, I'd like that only "x z" be displayed. Has anyone an idea on how to do it? I'm a newbie :'(

Thanks for any assistance

Link to comment
Share on other sites

Thanks for your reply but, how do I do that? In my example, I put the quotes to emphasize the fact that in "x z", there was a space between the `x' and the `z'. The actual value is

x z

and not

"x z". The fact is that when I display the "result layout" for

x z

the record

xy z

is also displayed.

Link to comment
Share on other sites

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