Inky Phil Posted October 10, 2005 Posted October 10, 2005 Hi everyone, In my older solution in 5.5 the user (via script)has a find screen one field of which is a drop down list of customer names. If a user selects 'Baxi' as a customer they find not only the records for 'Baxi' but also those for 'Baxi training' I thought I could get get round this by incuding the following line before the perform find script step Setfield(CustomerName;"=="and Customername) but that just gave me a consistent 'no records found' message Upon pausing the script before the perform find I found that this had set the CustomerName to 0 (nought) Can anybody guide me please? TIA Phil
Ender Posted October 10, 2005 Posted October 10, 2005 "and" is a boolean operator. Try: Setfield [ CustomerName ; "==" & Customername ]
Inky Phil Posted October 10, 2005 Author Posted October 10, 2005 And what's really annoying is I knew that!! Doh!!! Thanks ender Phil
Recommended Posts
This topic is 6984 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