I'm trying to use an inverted livebindigs, that is, I have a boolean field that comes from the database and I have to make a button visible when it comes false.
I'm putting in customformat
ifthen( owner.fieldbyname('tem_movimentacao').asboolean,false,true );
but an exception is thrown "EvalError in lpfVisible: Could not find ifthen."