摘要:
fastreport3分组脚本问题,急,急,急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206105106268.html 现有一数据表如下: a1 大连 234 a2 旅顺 567 a2... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(192)
评论(0)
推荐(0)
摘要:
怎样使原先为"0""1"的数据转为"无""有"显示? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206105919267.html 朋友提了很多建议,可是我还是用不成功.比如说ongettext事件怎么得到呢?具体该怎么实现我想要的功能?新手跪求 不明白你的意思,能否详细的说一下?... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(135)
评论(0)
推荐(0)
摘要:
memo显示问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206113439266.html 问题是从 SQL 语句 SELECT 出来 的时候 是0.80185000,但是在fastreport中memo打印出来的时候是0.8018,请问... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(117)
评论(0)
推荐(0)
摘要:
SQL中使用日期筛选的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206144136265.html procedure TForm4.BitBtn1Click(Sender: TObject); begin adoquery1.Close; ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(336)
评论(0)
推荐(0)
摘要:
请教如何在onshow事件里退出. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206144507264.html 本人用delphi 6写了一个dll,dll里创建了名为frm_user_defined_report_forms的from。本人想在这个from的onshow事件做... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(121)
评论(0)
推荐(0)
摘要:
如何转换memo中指定的字符串 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206155151263.html 比如memo中的文本为: fasd[林]safad[清]ddfd[霞] 要实现的效果是转化为 fasd[周]safad[星]ddfd... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(641)
评论(0)
推荐(0)
摘要:
如何写这算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206162055262.html 有这样一个对应关系 1-A 2-B 3-C ... 26-Z 27-AA 28-AB ... 想输入数... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(307)
评论(0)
推荐(0)
摘要:
请高手帮帮忙!有分送! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206164919260.html 有没有复制文件夹的API函数!!!如果有怎么用?> y谢谢! 没有一个函数就能把文件夹和里面的文件一起就搞定的,除非是你自己写,系统没有标准的function 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(264)
评论(0)
推荐(0)
摘要:
报表的相关问题,急啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206170144259.html 我用的是QReport做报表。 我以前做是用QRDBText连数据库显示的,数据再多也会自动一页一页增加下去的。但是现在问题是我没有用数据库,直接就是要把计算出... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(327)
评论(1)
推荐(0)
摘要:
InputQuery('输入查询条件','查询品名为' Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206181606258.html InputQuery('输入查询条件','查询品名为', NewString); 运行时,'查询品名为'才显示为... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(346)
评论(0)
推荐(0)
摘要:
想建一个带分隔条的label 控件; Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206182116257.html 想建一个带分隔条的label 控件; 是竖式的分隔条,能不能实现?如何实现? 用TBevel控件,复制到你的窗体上看... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(376)
评论(0)
推荐(0)
摘要:
CRC32算法问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206182220256.html #include "stdafx.h" #include "crc.h" DWORD CCrc::CrcTable[256]; ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(527)
评论(0)
推荐(0)
摘要:
新人求助关于类的构造和封装问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206195523254.html 为了练习类的构造和封装,自己写了这样一个小程序,设计三个单元unit Person,unit ET,unit Form,可是在写完Person单元的程序再在ET单... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(300)
评论(0)
推荐(0)
摘要:
delphi里function怎么返回多个值呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206210840253.html 我自己写了一个function,要想同时返回三个double类型的数值,请问怎么实现呢? 用引用做为参数。如: function ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(633)
评论(0)
推荐(0)
摘要:
CoXMLHTTP30在哪个单元文件里?oReq := CoXMLHTTP30.Create; 这句为什么老出错? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206214636252.html 我有一段代码: procedure TFrmZhGs.c... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(687)
评论(0)
推荐(0)
摘要:
Delphi的HTTP事件代码有错,大虾进来看。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206215249251.html Procedure MASXML(Const MDataSet,MDataSets:TADODataSet); Var oReg:IX... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(450)
评论(0)
推荐(0)
摘要:
表格图形处理? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206163149261.html 请问:我想实现在dbgrid1的第一列加上图标(是男的一种是女的一种)我想根据男/女来判断加的图标;请问这个怎实现呢;我在网上找到一段码. 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(270)
评论(0)
推荐(0)
摘要:
文本内容处理的问题,请教! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205001316290.html 我有一个asp的文本文件,要从里面读取一部分内容,格式是固定的 279行 SICA 这行要读取 userID~后到.asp前的 ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(154)
评论(0)
推荐(0)
摘要:
怎样读写一个二进制文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205105447289.html 怎样读写一个二进制文件,比如 2356EEDF23CDE79OCDEEFXBP 以二进制的形式写入到一个 任意格式的文件中 如 ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(332)
评论(0)
推荐(0)
摘要:
请问"="的用法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205114622288.html 请问"="的用法 ?? 就是等于嘛 就等于嘛 这个还要问-_#! 这个问题比较尖端,难道是传说中的"哥德八赫猜想"证明1+1=2? "="为什么会是是等于 Objec... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(162)
评论(0)
推荐(0)
摘要:
如何绘制类似仓库的平面位置图 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205115218287.html 如何绘制类似仓库的平面位置图,图中的每一个货物位置都是不规则的多边形,点击图中某一货物位置可以调用相应的Form显示不同的货物信息。 完全基于数据库的地图实现技术 ... 阅读全文
posted @ 2009-04-22 10:51
delphi2007
阅读(352)
评论(0)
推荐(0)
浙公网安备 33010602011771号