Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread gopala krishna
hurraaay..   thanks mam...   its working..   thank you..   [EMAIL PROTECTED] wrote:   otherwise, try to change the record value salesline.reservation=itemreservation::automatic; gopala krishna To: Axapta-Knowledge-Village@yahoogroups.com Sent by: cc: [EMAIL PROTECTED] Subject: Re: [Ax

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread hemamalinis
otherwise, try to change the record value salesline.reservation=itemreservation::automatic;        gopala krishna

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread hemamalinis
in which method, u write this code?        gopala krishna 

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-26 Thread gopala krishna
its not working .   [EMAIL PROTECTED] wrote:   hi, try this one. salesline_combo.setEditText(enum2str(itemreservation::automatic)); regs, Hema. S gopala krishna To: axapta-knowledge-village@yahoogroups.com Sent by: cc: [EMAIL PROTECTED] Subject: [Axapta-Knowledge-Village] combobox.s

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-25 Thread Mallikarjun Gudidevuni
Hi,   This will work      str cVal;     cVal = salesline_combo.getText(salesline_combo.selection());     box::info(cVal);          gopala krishna <[EMAIL PROTECTED]> wrote:   hi,   for the combobox if i associate like this   datasource->salesline datafield  ->reservation   and i want to

RE: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-25 Thread Harry Deshpande
Hi If u have a datasource and a datafield associated then change the value on the record Regards Harry This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm"

Re: [Axapta-Knowledge-Village] combobox.selection() not working

2006-04-25 Thread hemamalinis
hi, try this one. salesline_combo.setEditText(enum2str(itemreservation::automatic)); regs, Hema. S        gopala krishna