Re: [development-axapta] Re: How to access enum values in loop

2004-01-02 Thread jesper . joergensen
Hilsen Jesper Jrgensen Original Message processed by Tobit InfoCenter Subject: [development-axapta] Re: How to access enum values in loop (15-Sep-2003 11:32) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, Thanks for quick reply But this is not my problem. say

RE: [development-axapta] Re: How to access enum values in loop

2004-01-02 Thread Harry
-Original Message- From: prabodh_kelkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 September 2003 8:46 p.m. To: [EMAIL PROTECTED] Subject: [development-axapta] Re: How to access enum values in loop Hi, I tried following code int i = 0; while (i= enumcnt(nameofenum

RE : [development-axapta] Re: How to access enum values in loop

2004-01-02 Thread Joannick Bacon
: [development-axapta] Re: How to access enum values in loop Hi Harry, Thanks for giving me time and trying out things for me You tried to insert value in a enum field ABC. But I was trying the reverse way. I wanted to insert enum value to string field and not reverse way. At last what i did

RE: [development-axapta] Re: How to access enum values in loop

2004-01-02 Thread Preston A. Larimer
, 2003 8:20 AM To: [EMAIL PROTECTED] Subject: [development-axapta] Re: How to access enum values in loop Hi Harry, Thanks for giving me time and trying out things for me You tried to insert value in a enum field ABC. But I was trying the reverse way. I wanted to insert enum value

RE: [development-axapta] Re: How to access enum values in loop

2004-01-02 Thread Harry
: prabodh_kelkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 September 2003 8:46 p.m. To: [EMAIL PROTECTED] Subject: [development-axapta] Re: How to access enum values in loop Hi, I tried following code int i = 0; while (i= enumcnt(nameofenum)) { ABCTable.columnname = i; ABCTable.insert