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

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

2004-01-02 Thread prabodh_kelkar
and the text is displayed when browsing the table. regards harry -Original Message- From: prabodh_kelkar [mailto:[EMAIL PROTECTED] Sent: Monday, 15 September 2003 10:43 p.m. To: [EMAIL PROTECTED] Subject: [development-axapta] Re: How to access enum values in loop Hi All, Thanks for reply

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

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

2004-01-02 Thread 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

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

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

2004-01-02 Thread juepeterberlin
: [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(); i++ } But if u assign i to ABCTable.columnname, then, in the table the value of i