Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Permanently Lock a Field?

Greetings!

I'm having trouble with a calculated field.

It must be locked all the time to display accurate information on the application, but when we hit CLEAR, it clears the locked selection

The funny fact is that I have another field that does not get cleared on the same situation.

The difference between these fields:

I - the one that gets cleared is a calculated field, in a nested IF statement;

II - the one that does not get cleared have its calculation on the WHERE part of the LOAD statement.

Does anyone have a clue how to fix it?

Thank you in advance guys!!!

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Sounds like you have a Clear State set. Use the menu option "Reset Clear State" to remove it and have Clear return to default behavior.

-Rob

http://robwunderlich.com

View solution in original post

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Sounds like you have a Clear State set. Use the menu option "Reset Clear State" to remove it and have Clear return to default behavior.

-Rob

http://robwunderlich.com

Not applicable
Author

Worked perfectly, thank you!