Recalling: I placed a global validation and I got an notice error. I took it out and the error disapeared. In another survey the same validation produced no error. The problem was in another question. When I changed that one, everything was fine. The question with problem:
# Name [ID] Relevance [Validation] (Default) Text [Help] (Tip)
G-0 Secção IA - Identificação da empresa
[GID 3] 1
Q-4 *ueRespTelef
[QID 122]
Numerical input [N] 1
(VALIDATION: ((ueRespTelef.NAOK >= (0)) and (is_empty(ueRespTelef.NAOK) || ueRespTelef.NAOK <= (999999999)))) 1.4. Telefone
(TIP:
if((is_empty(0) && is_empty(999999999)), '', if(is_empty(999999999), sprintf('Each answer must be at least %s', fixnum(0)), if(is_empty(0), sprintf('Each answer must be at most %s', fixnum(999999999)), if((0) == (999999999), sprintf('Each answer must be %s', fixnum(0)), sprintf('Each answer must be between %s and %s', fixnum(0), fixnum(999999999))))))
)
Question Attribute Value
hide_tip 1
max_num_value_n 999999999
min_num_value_n 0
num_value_int_only 1
text_input_width 15
Thanks TMSWhite