Raybaudi Posted October 21, 2006 Posted October 21, 2006 Hi all It's possible to check a field ( formatted as check box ) in a record in list view so that, if i'll check the same field in another record, that first field re-evaluates to uncheck itself ? That is easy with a script, but with AutoEnter calc and relationship ?
Søren Dyhr Posted October 21, 2006 Posted October 21, 2006 There is something wrong with the metaphors here, the behaviour is the one belonging to a radio button, not a checkbox! --sd
comment Posted October 21, 2006 Posted October 21, 2006 A stored calculation will NOT re-evaluate upon modification of a related record.
Raybaudi Posted October 21, 2006 Author Posted October 21, 2006 ...the behaviour is the one belonging to a radio button, not a checkbox! Yes, Soren, the same behaviour belonging to a radio button. A stored calculation will NOT re-evaluate upon modification of a related record. So, do you think that it's impossible ? ( I'm quite of your opinion )
comment Posted October 21, 2006 Posted October 21, 2006 It is impossible the way you have decribed it. But the question is why should it be that way? After all, the field is supposed to hold only ONE piece of information for ANY number of records in the table. Shouldn't such field be a global field, holding the ID of the selected record? Then, using a "private" value list for each record, and an auto-entered calculation, you can take care of the display. PrivateVL.fp7.zip
Raybaudi Posted October 21, 2006 Author Posted October 21, 2006 Perfect ! I had lost my hope... Many thanks, comment.
Raybaudi Posted October 21, 2006 Author Posted October 21, 2006 Hi comment your simple calc: GetAsNumber ( RightValues ( gSelectedID ; 1 ) ) is a real "brainwave"
Recommended Posts
This topic is 6669 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