avin_ln
31st May 2014, 12:19
Hello everyone,

I am new to BDE. when i am executing my method the enum value returned by xml is enum code in string format. so how must i identfy through coding which enum value is this

for example i have enum value whinh.oorg.project.man

BDE returns project.man

so how should i resolve it

sachinbaan
3rd June 2014, 11:10
hi,

Simple way is you can write "case" , if you have limited number of enum.