There are three ways to import the values of a select list, the value, the order number, and the value of the label.
I need to know how the tag value is imported ???
Lista:
0;Rojo;1
1;amarillo;2
2;verde;3
Para seleccionar el primer registro:
Para importar el nº de orden:= 0 ff_getElementByName('Color').SELECINDEX;
Para importar el valor: = 1 ff_getElementByName('Color').value
Para importar el nombre etiqueta = "Rojo": ff_getElementByName('Color').?????