Page 1 of 1

Porfavor,me pueden indicar a que se refiere este error

Posted: July 3rd, 2025, 12:40 pm
by jghernandezt
Estoy generando un programa de captura en la versión 8.0 y creando un valueset dinamico, con dominio alfanumerico y me genera este error al generarlo "DEPRECATION(A_MESES_PESCA_ALTA, 7184): Look at the valueset.add helps to see how to used named arguments to specify an image filename. This way of specifying it will be removed in a future version of CSPro."

Quisiera saber su sugnificado y como solucionarlo.

Re: Porfavor,me pueden indicar a que se refiere este error

Posted: July 3rd, 2025, 1:50 pm
by Gregory Martin
Here is how you can specify the image file path:
// old way:
vs.add("Label", "Code", "image.jpg");

// new way:
vs.add("Label", "Code", image := "image.jpg");