gregorytan Posted May 5, 2009 Posted May 5, 2009 Hi I have two field one call Time Field and one call Press Field. When I click on the Press Field to select one of the press. The Time Field will show the present time. But sometime we need to modify the time, but on the calculation field we can do that, alway get "This action cannot be performed because this field is not modifiable". Does any one have a better way to do that. I attach the sample file. Thanks gregory Calculation.fp7.zip
mr_vodka Posted May 5, 2009 Posted May 5, 2009 Dont use a calc field. Create a regular time field. Then use an auto-entry option of calculated value: Case( not IsEmpty ( Press ) ; Get ( CurrentTime ) ) Make sure the 'Do not replace existing value' is unchecked.
gregorytan Posted May 5, 2009 Author Posted May 5, 2009 Hi John Thanks for help. That good well for me. Thanks gregory
Recommended Posts
This topic is 5740 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