I have created a dialog box with some check box inside.
I don't why but I can't alignm them as I want.
My code is:
DialogField ref;
ref = dlg.addField(typeId(NoYesId));
ref.label("Reference");
ref.alignment(2);
And I have an error message saying that the FormBuildCheckBoxControl
object don't have the 'alignment' method.
Any ideas?
Vince
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.

