参考自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;
}

最新文章

  1. 火狐、谷歌、IE关于document.body.scrollTop和document.documentElement.scrollTop 以及值为0的问题
  2. Linux下6种优秀的邮件传输代理
  3. IIS7的集成模式下如何让自定义的HttpModule不处理静态文件(.html .css .js .jpeg等)请求
  4. JavaScript基础知识整理
  5. @properties指针说明
  6. JavaWeb学习笔记--HttpServletRequest、HttpServletResponse对象常用方法
  7. 墙上时钟时间 ,用户cpu时间 ,系统cpu时间
  8. How to Add Columns to a DataGrid through Binding and Map Its Cell Values
  9. Egret学习笔记 (Egret打飞机-1.大致思路)
  10. [Swift]LeetCode1028. 从先序遍历还原二叉树 | Recover a Tree From Preorder Traversal
  11. 前端学习-jQuery-2
  12. rabbitmq web管理
  13. 第二个Sprint冲刺第六天(燃尽图)补
  14. 浴血黑帮第一季/全集Peaky Blinders迅雷下载
  15. python List使用
  16. 图像中的artifacts
  17. Mockplus 3.2前瞻,五大特色功能让你惊喜!
  18. [Node.js]26. Level 5 : Route rendering
  19. 【spring mvc】application context中【bean】的生命周期
  20. 不再依赖A*,利用C++编写全新寻路算法

热门文章

  1. 用ssh整合时,用sessionfactory的getCurrentSession()获取不到session
  2. node平台截取图片模块——jimp
  3. java第六次作业
  4. Andrion错误解决:cannot be resolved or is not a field
  5. Hiho coder 1236 2015 北京网络赛 Score
  6. DataTable与实体类互相转换
  7. LayaAir学习笔记
  8. 【日常小记】linux中强大且常用命令:find、grep【转】
  9. Dynamics AX 2012 R2 窗体系列 - 在窗体上修改字段时所触发的方法及其顺序
  10. AC6102 开发板千兆以太网UDP传输实验