I want to know if its in some way possible to display several
columns bold in a grid of a form ?
Thank you for help.
I tried this:
public void displayOption(Common _record, FormRowDisplayOption
_options)
{
AMP_ProjStructPlanLine planLine;
;
_options.affectedElementsByControl( AMP_JSPDescription.id() );
planLine = _record;
if( planLine.ParentJSPId == '' )
_options.fontBold( true );
else
_options.fontBold( false );
super(_record, _options);
}
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

