• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






GoDevil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2008年8月18日

Hide a Grid Column From a Grid in PeopleCode
摘要: This code should be helpful if you are trying to hide a grid column using PeopleCode To hide a column in a grid (using the Grid and GridColumn objects). You no longer must loop through every row in t... 阅读全文
posted @ 2008-08-18 16:40 Kevin's Blogy 阅读(628) 评论(0) 推荐(0)
 
Delete Grid Blank Rows Entered by Users When Saving
摘要: Sometimes users click the "+" on the grid to enter data but end up clicking it more than once and getting some extra empty rows in the gird. The peopleCode to get rid of any extra empty grid rows when... 阅读全文
posted @ 2008-08-18 15:46 Kevin's Blogy 阅读(354) 评论(0) 推荐(0)