Someone else has written the java code and I am trying to assist him w/ a problem. He is trying to get the enum values for a field in a string format ... unfortunately it returns the integer value instead.
So if I have this: 0 = Enum1 1= Enum2 2 = Enum3 Here is an example of the call he is currently using (I think ....) Entry.EntryItems[0].getValue().toString() He is getting the values 0,1,2 when he wants Enum1,Enum2, Enum3. We are using version 7 of the Java api. I know this has to be an easy call ... but we just can't see it. Anybody know how to do this? Thanks, Sean _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

