sysiphe Posted February 21, 2005 Posted February 21, 2005 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
Ender Posted February 21, 2005 Posted February 21, 2005 Well, try searching for "x z", with the quotes.
sysiphe Posted February 21, 2005 Author Posted February 21, 2005 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.
Recommended Posts
This topic is 7214 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