上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页
2015年10月28日
摘要: HKCU\Software\WHF SoftWare\Report Machine\RMReport\Form\RMDesignerForm\ 设计器-工具-选项的设置 HKCU\Software\WHF SoftWare0\Report Machine\Form\TRMEditorForm 文本编 阅读全文
posted @ 2015-10-28 22:11 宝兰 阅读(328) 评论(0) 推荐(0)
摘要: http://www.tc5u.com/cpp/xg-1730729.htm用DBGridEh吧,只要设置属性alopAppendEh为false即可最简单将DBGrid的option属性中goEditing设置为false,禁止DBGrid编辑将datasource指向的table或query改r... 阅读全文
posted @ 2015-10-28 19:24 宝兰 阅读(435) 评论(0) 推荐(0)
2015年10月27日
摘要: 如果变量名称相同,报表里引用时,使用的是数据字典里的变量值。 阅读全文
posted @ 2015-10-27 20:55 宝兰 阅读(311) 评论(0) 推荐(0)
2015年10月16日
摘要: 第一次New几个字段后,右键菜单CreateDataSet后来需要再New几个字段.右键菜单,先 ClearData(不这样,会报 打开的数据集不能执行 这个New字段的操作),然后在 字段编辑器里,再New 几个字段(默认的字段类型变成 计算,而不是数据)再CreateDataSet,报xxx: ... 阅读全文
posted @ 2015-10-16 16:45 宝兰 阅读(220) 评论(0) 推荐(0)
2015年10月13日
摘要: procedure TRMReport.ShowPreparedReport; var s: string; lPreviewForm: TRMPreviewForm; begin RMCurReport := Self; Flag_PrintBackGroundPicture := True; if (not FThreadPrepareReport) and (EndPa... 阅读全文
posted @ 2015-10-13 11:06 宝兰 阅读(540) 评论(0) 推荐(0)
2015年10月11日
摘要: ShowMessage(SO('\u4F18\u8D28\u670D\u52A112').AsString); 正确 得到 优质服务12 ShowMessage(so('999\u7535\u5546\u8D38\u6613\u96C6\u56E2').AsString); 这个 错误,只... 阅读全文
posted @ 2015-10-11 15:58 宝兰 阅读(179) 评论(0) 推荐(0)
2015年9月27日
摘要: http://www.cnblogs.com/mumble/archive/2011/05/25/2056462.html ShowMessage( Format('this is %.0f',[ toFloat('1.1234') ]) ) ; ShowMessage( Extract('1'... 阅读全文
posted @ 2015-09-27 15:21 宝兰 阅读(149) 评论(0) 推荐(0)
2015年8月31日
摘要: http://blog.chinaunix.net/uid-24398518-id-2156226.htmlMicrosoftInternetExplorer402DocumentNotSpecified7.8Normal0Win7下面安装microsoftsql2000是一件头疼的事情。 我的操作... 阅读全文
posted @ 2015-08-31 12:20 宝兰 阅读(310) 评论(0) 推荐(0)
2015年8月27日
摘要: var s, ss, ds, qx, dz,sn ,biosstr: string; I: Integer; ja, jo: ISuperObject;begin ja := SA([]); jo := SO(); jo.S['a'] := '455-555'; ja.AsArray.... 阅读全文
posted @ 2015-08-27 08:44 宝兰 阅读(387) 评论(0) 推荐(0)
2015年8月26日
摘要: SA 的参数也只能是常数数组.http://www.cnblogs.com/del/archive/2009/10/27/1590692.html ja := SA([]); jo := SO(); jo.S['a'] := '455-555'; ja.AsArray.Add( jo.AsO... 阅读全文
posted @ 2015-08-26 18:31 宝兰 阅读(258) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页