PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Enumerations and Combinations
Enumerations and Combinations
Iniciado por guest, 20,oct. 2015 23:57 - 2 respuestas
Publicado el 20,octubre 2015 - 23:57
Can enumerations and combinations be declared in the Analysis? I see the choice for Type in describing the items of a data file, but when I select it I get an error: "No enumeration or combination was associated with the item."

I see in the Help that enums/combins can be declared in several places, but nothing about putting them in the analysis.
Publicado el 26,octubre 2015 - 13:58
Hi Art,

Yes it can be defined, we have many. You can do so in two ways: when you declare a new database field as enumeration (or combi) you can create it right there using the drop-down menu where you select the enumeration you want.

The other way is to go in the "analysis explorer", if I can say so (where the project explorer is displayed) and fin the folder for "Types". Right-click on it and select to create a new enum./combi.

Best regards,
Alexandre Leclerc
Publicado el 27,octubre 2015 - 04:11
Thanks Alexandre, finally figured it out thanks to your guidance. Much appreciated.

Art