Alisun Posted May 15, 2006 Posted May 15, 2006 I must have accidentally enabled a security feature - I cannot type in the fields in any of my layouts. This message pops up: "Action cannot be performed because this field is not modifiable" I do I undo this? Please help!! Thanks! Alisun
LaRetta Posted May 15, 2006 Posted May 15, 2006 First, by any chance did you copy this file to CD? Because Windows will change it's file attribute to read only. Check that first. Have you been in privileges? And do you have a backup just in case? This doesn't sound like a usual privilege message. It usually tells you don't have access although I never get these messages because I can access it all.
Alisun Posted May 15, 2006 Author Posted May 15, 2006 Yes, I *did* save the file on a CD. Did that cause the problem? How do I remove the read-only?
LaRetta Posted May 15, 2006 Posted May 15, 2006 Close the file. Right-click and select Properties. At the bottom uncheck 'read-only' on Attributes. Windows, in their (undescribed) type of wisdom, tries to protect us from ourselves. If you store a file on CD, zip it first. Otherwise this will always happen.
Alisun Posted May 15, 2006 Author Posted May 15, 2006 Thanks for your wisdom, LaRetta! That "mostly" worked. There's one field though, that I need to edit that is still saying that is still saying that it is not modifiable. How do I remeove read-only from an individual field?
LaRetta Posted May 15, 2006 Posted May 15, 2006 Well I don't know. That should have worked. Did you close the file before you changed the attribute? Maybe that one field CAN'T be modified. Is it a calculation?
Alisun Posted May 15, 2006 Author Posted May 15, 2006 *Yes* it is a calculation. Here it is: Final Diagnosis= Case ( finaldiag="1"; "Serous"; finaldiag="2";"Endometroid"; finaldiag="3";"Mucinous"; finaldiag="4"; "Clear Cell"; finaldiag="5";"Undiff. Adenocarcinoma"; finaldiag="6"; "Mixed"; finaldiag="7";"MMMT") This calculation looks "innocent" to me... Could this calc have turned the field into Read-Only?? Alisun
LaRetta Posted May 15, 2006 Posted May 15, 2006 Alisun, is it an auto-enter (by calculation) or a calculation field? You can't type into a calculation. BTW, that calc might work more efficiently as: Final Diagnosis= Choose ( finaldiag - 1 ; "Serous" ; "Endometroid" ; "Mucinous" ; "Clear Cell" ; "Undiff. Adenocarcinoma" ; "Mixed" ; MMMT" ) Sorry, Forums keeps dumping me... :wink:
Alisun Posted May 16, 2006 Author Posted May 16, 2006 Aha! Having a calcuation is the problem. A BIG problem. I created it by choosing the field type as "calculation", then I put in the above formula. So, there's no way to add or edit information in the field? Right now I have 168 records (patients), with the field Final Diagnosis, but soon I will have hundreds that need their final diagnosis filled in... The only rememdy I can think of at the moment is to start from scratch with a new, non-calculated Final Diagnosis field, and type in all 168 by hand... Are there any alternatives ? THANKS!! Alisun
LaRetta Posted May 16, 2006 Posted May 16, 2006 (edited) Final Diagnosis contains the data right? It shouldn't be a problem then. But if this was once a standard field with data, it is probably still there. Do you see data in the field? It was probably an indexed calc and your data is fine. Try changing it back to standard text. Then go to Options and Auto-Enter and select 'Calculation'. Your calculation should still be there. Say OK in the calc box then uncheck 'Do Not Replace Replace Existing Values' in the Auto-Enter tab. Does your data display now? If not, you can set the field with the data again by using the calculation I suggested. If you need help, let us know! UPDATE: Whoa! This calc is called Final Diagnosis! Well you're still okay - it should contain numbers. But you want a DIFFERENT calc to display the text results. Edited May 16, 2006 by Guest
Alisun Posted May 18, 2006 Author Posted May 18, 2006 LaRetta, you are brilliant! I was out of the office for two days, but I just re-read your message. I changed my calc field back to standard text. It worked! I can modify the field now. Boy, was that simple. Thank you again! Alisun :thanks:
Recommended Posts
This topic is 6763 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