Iainmck Posted August 6, 2003 Posted August 6, 2003 Hi I have a situation where I want to set a field in a record to that of a value held in a cookie. I would normally do this using edit & currentrecid however as the value held in the cookie has been obtained through a series of steps using separate databases currentrecid is no longer Pertinent. I do however have an additional cookie, which holds a value unique to the record I wish to update. Is it possible to use this rather than currentrecid? Iain
Garry Claridge Posted August 6, 2003 Posted August 6, 2003 You may have to do a "-find" first with the unique value, then "-edit" with a returned "CurrentRecID". You can automate this with a little bit of Javascript. All the best. Garry
Steve T. Posted August 6, 2003 Posted August 6, 2003 Hi, lain! I've always thought CurrentRecID was required for an -edit. Please post if you find out otherwise. I'm not sure if you could use an inline action for your solution, but inlines can work for separate db's. --ST
Recommended Posts
This topic is 7856 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