[Axapta-Knowledge-Village] Selecting a table

2004-11-09 Thread Morris Mendoza
How can i select a table and return a specific field and place it in a combobox? For example: I want to select the AccountNum field in the LEDGERTABLE and exclude records with HEADER,PAGE HEADER,EMPTYHEADER and TOTAL in their AccountType field. Then i want to put all these records in a

Re: [Axapta-Knowledge-Village] Selecting a table

2004-11-09 Thread Jim Jo
hi Morris, You ahve to do it on the form init method of the form if you want to add the field values to a combo box dynamically. There are methds on the combo to add the values to the combo. Not compulsarily on the init itself, or else you need to redraw the element. Hope this will help. I