Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-28 Thread Sonny Wibawa Adi
Hi Manfred Ursprung, There is an example of using dynamic values in combobox. It's in Tools | Options..., there you can right click | Setup and see at tab Development, Startup project field. Part of code at lookupProject method is:     controlStartupProject.clear();     controlStartupProj

Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-28 Thread akash malohatra
Hi Manfred, Please look at this form DocuOptionTable and codes written in this form( this is a Document  management related Form -> Basic ->setup->Document management ->Document Types -> Options). I think this will help you and exactly solve your problem. Regards Akash --- Amit Jain <[EMA

Re: [development-axapta] Selectionlist ffor ComboBox

2004-09-28 Thread Amit Jain
Hi Manfred, I don't know why you want to use combo box for this. If you use some tmp table , you can achieve this very easily. I am writting a code, just a job which put the fields (with their properties) in a container. If you use the tmp table you can create a lookup method and set the pe

[development-axapta] Selectionlist ffor ComboBox

2004-09-28 Thread smeagul2303
Hi, I have a question regarding handling of ComboBox: By default I (or the System) chooses a Combox for displaying Enums. Another mechanism is to use lookup forms. But how do I fill Combobox with a list of choices which are not enums or informations comming from a table? In my special case I