Hi ho - here we go :
static void TRA_Job_Dialog_2A(Args _args) { Dialog dlg; DialogField df; FormStringControl fc; int n;
dlg = new Dialog("Example TRA_Job_Dialog_2A"); df = dlg.addField(TypeId(CustAccount), "Account Number", "Account Number Help");
fc=df.fieldControl(); fc.colorScheme(FormColorScheme::RGB); fc.backgroundColor(WinAPI::RGB2int(120,0,120)); // change this to any color you like ;-D dlg.run(); }
HAVE FUN, Tobias
Von: dgaethofs
[mailto:[EMAIL PROTECTED]
Sharing the knowledge on Axapta.
Yahoo! Groups Links
|