Noonshade Posted February 8, 2012 Posted February 8, 2012 Hi there, I would like some assistance with the drop down list I have created. Basically what I want to be able to do is (as an example) is to have the user select a choice from the drop down list, and then this record is then stored and updated in their file. Then return to the layout with that updated choice. This would also - upon the user coming back into the file - restore their preferences / settings that have been stored for them. Yet when I am doing this - it is changing it for all records. I have tried to be explicit by making it change based on searching for the record afterwards so that it only updates that 1 record. Am I missing something? I have attached the file I am working with to recreate the idea. The layout is Tree and the script trigger fires off the script Update Color. User Values.zip
imoree Posted February 8, 2012 Posted February 8, 2012 You are using A Global Variable COLOR; Globals are 1 value for all records. Change to non global.
Recommended Posts
This topic is 4672 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