i got a little problem here that i assume is really easy to solve for you^^
I got a text field(read-only) that has its value from a database (simple value “True”).
I need a field that updates its own value with a code (00 or 01) everytime the value in the other field changes (e.g. fdrom true to false or empty).
no the value that comes from db is final. i display this value in a read-only text field.
Depending on that value i need to change the value of another textfield to some other “hard coded” value that has nothing to do with a db…just to display something.