meteor Posted November 23, 2000 Posted November 23, 2000 Hi Chuck, I can't solve the "modification date problem" that we have discussed last time. As the field named "marked" is a numberic field, how can i attach a script to it? If i do that, it will become a button but not a field. After i click it (button now), the script run but the value is not shown. Finally, i can't achieve what we have discussed to achieve last time. (Maybe your method is fine but i don't understand....) Please feel free to help me. Thanks!
Chuck Posted November 23, 2000 Posted November 23, 2000 A field can be a button. It still stores information (whether the record is marked or unmarked), but when the user clicks on it, it will run a script. Make sure that the field is set to not allow entry, otherwise a user can tab into it and change the value (theoretically) without running the script. Make sure that the marked field is a number field and that it is set to display as a check box, and that the value list it's attached to has only one value: 1. This will make it so that when the marked field has a value of 1, it will show an "X" in the check box, and when it has a value of zero (which it will be set to when it already has a value of 1 and the script sets it's value to not Marked). If all these things are true, let me know, and we'll see what else the problem might be. Another way to troubleshoot the script is to place another copy of the marked field on the layout, this time set to a standard field whose value you can read directly. Then see how this field changes when the script is run. Chuck
meteor Posted November 24, 2000 Author Posted November 24, 2000 Hello Chuck, I have send my FMP5file to your email. Check it.~
meteor Posted November 27, 2000 Author Posted November 27, 2000 Hi Chuck, The email returned. It said your email address has error, ican't send my file to you.
Chuck Posted November 27, 2000 Posted November 27, 2000 Use this address instead: [email protected] Chuck
Recommended Posts
This topic is 9014 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