How do I add radiobuttons to a dialog that determine the content of a
dropdownbox, when selecting a radio-option?
What's needed?
Create a new class that extends from RunBase
Override these methods:
- dialog
- getFromDialog
- pack
- unpack
- validate
- main
Eventually the dialog is build up in the dialog method.
It could look like this:
DialogField1 = dialog.addField(typeid(radioChoice1));
DialogField2 = dialog.addField(typeid(radioChoice2));
DialogField3 = dialog.addField(typeid(radioChoice3));
Now the dropdownboxes really are some base enums.
Can somebody help me how to solve this? So that when one radiobutton
is chosen the corresponding base enum is loaded...
Or is there some tutorial_dialog is overlooked?
Thanks in advance,
/b
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

