deliph连接数据库
deliph连接数据库老是说连接属性错误,晕死了,求大师解决代码如下:unitUnit1;interfaceuses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,Grids,DBGrids,DB,ADODB,Stdctrls,ExtCtr
作者: cllmxy 发布时间: 09-24
delphi 截取网页字符串
用delphiidhttp.get(url)后有一段N长的字符集现在想截取其中一些东西 例子<tdclass="bg3"nowrap>24001</TD> <tdclass="bg3"nowrap>27,<spanclass="red">546</span></TD>
作者: fyx1200 发布时间: 09-24
数据库连接
比如数据库连接,有的时候,服务器输错了。那么ADOConn.Connected:=True;时,一直会连接,程序没响应。我想给他一个定时器,十秒钟,如果还没连接上事件就退出来。有什么好的方法或思路啊
作者: huang_yungui051 发布时间: 09-23
delphi7 中reportbuilder中 简单问题 散分
我现在要提取reportbuilder中的pagesetup中的maigins中top,bottom,left,right的值,动态提取的代码是什么? 散分了,先到先得,但是要正确。
作者: tiantianye 发布时间: 09-23
delphi中判断文件是否能打开
如下代码shellexecute(handle,'open',pchar('\\192.168.0.6\tz$\aa.pdf'),nil,nil,sw_shownormal);当客户端机器没有安装pdf阅读器时,执行以上代码没反应,请问这时该如何提示‘无法打开该文件’?
作者: coderee 发布时间: 09-23