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.
Porfavor,me pueden indicar a que se refiere este error
-
jghernandezt
- Posts: 1
- Joined: June 30th, 2025, 6:06 pm
-
Gregory Martin
- Posts: 1948
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Porfavor,me pueden indicar a que se refiere este error
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");
vs.add("Label", "Code", "image.jpg");
// new way:
vs.add("Label", "Code", image := "image.jpg");