AX2012修改properties字体
Posted cnaxuser
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AX2012修改properties字体相关的知识,希望对你有一定的参考价值。
参考自http://www.ithao123.cn/wenku/list_310_2.html
static void GD_Eric_ChangeUserinfoFont(Args _args)
{
UserInfo curUserInfo;
container curCon;
;
ttsBegin;
select firstOnly forUpdate curUserInfo where curUserInfo.id == curUserId();
if(curUserInfo)
{
curUserInfo.propertyFontName = "Tahoma";
curUserInfo.formFontName = "Tahoma";
curUserInfo.reportFontName = "Tahoma";
curUserInfo.doUpdate();
curCon = ["Proper:"+curUserInfo.propertyFontName,curUserInfo.formFontSize,"Report:"+curUserInfo.reportFontName,curUserInfo.reportFontSize];
info(con2Str(curCon));
}
ttsCommit;
}
以上是关于AX2012修改properties字体的主要内容,如果未能解决你的问题,请参考以下文章
Dynamics AX 2012 R2 窗体系列 - 在窗体上修改字段时所触发的方法及其顺序
eclipse 3.7 INDIGO 字体缺失:没有Courier New字体,所以不能更改jFace文件夹中Windows7的property文件。