Esta es una traducción automática. El mensaje original está disponible en Inglés.

AJUSTE

void SETRANGE(string FieldName, 
  object FromValue = null, 
  object ToValue = null);

Utilice esta función para establecer un filtro.

Customer:SETRANGE('Code','10000');

Establece un filtro con el valor 10000

Customer:SETRANGE('Code','10000','20000');

Establece un filtro de 10000 a 20000

Customer:SETRANGE('Code');

Borra el filtro del campo Código.