摘要: 1) MSHFLEXGRID的重要属性.MSHFLEXGRID的属性非常多,其实绝大部分的属性和网格的显示的外观有关.在MSDN里,这些属性足以将人搞得眼花缭乱的了(我相信你没有耐性一个一个地翻查).下面列出常用的属性,方法事件及其简要说明.以便查阅. 属性 类型 说明AllowBigSelecto 阅读全文
posted @ 2021-10-04 10:00 aBung 阅读(595) 评论(0) 推荐(0) 编辑
摘要: VB脚本的电子签名和审计追踪 VB脚本的InsertAuditEntryNew函数 函数原型: InsertAuditEntryNew(strOldValue, strNewValue, strOpComments, iComment) 参数: 参数 描述 strOldValue 旧值 strNew 阅读全文
posted @ 2021-09-30 21:36 aBung 阅读(595) 评论(1) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-01-15 12:48 aBung 阅读(190) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Data.SqlClient; using System.Configurati 阅读全文
posted @ 2021-01-14 18:39 aBung 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1、 如何解决单击记录整行选中的问题 View->OptionsBehavior->EditorShowMode 设置为:Click 2、 如何新增一条记录 (1)、gridView.AddNewRow() (2)、实现 gridView_InitNewRow 事件 3、如何解决 GridContr 阅读全文
posted @ 2021-01-14 18:21 aBung 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 是否禁止所有列排序: GridView -> OptionsCustomization -> AllowSort 是否禁止当前列排序: Columns -> Column options ->AllowSort 阅读全文
posted @ 2021-01-14 17:07 aBung 阅读(1894) 评论(0) 推荐(1) 编辑
摘要: /// <summary> /// 表示每行生成的时候随绘制这一行数据的时候触发 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void gridView1_CustomDr 阅读全文
posted @ 2021-01-14 17:05 aBung 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 设置GridControl 里面的 gridview 属性 找到OptionSelection 将EnableAppearanceFocusedCell 属性设置False 就可以了 此方式同样适用于treeList 阅读全文
posted @ 2021-01-14 17:03 aBung 阅读(433) 评论(0) 推荐(0) 编辑
摘要: PrintDbGrideh1.BeforeGridText.Clear;//添加 PrintDbGrideh1.BeforeGridText.Add( '订单 '); PrintDBGridEh1.PageFooter.CenterText.Text:='第 &[Page] 页/共 &[Pages] 页'; PrinterPreview.Orientation:= poLandscape; ... 阅读全文
posted @ 2016-08-31 16:19 aBung 阅读(735) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-18 14:58 aBung 阅读(5) 评论(0) 推荐(0) 编辑