May 5, 200916 yr 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
May 5, 200916 yr 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.
Create an account or sign in to comment