上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页
  2009年5月12日
摘要: 一个很难解决的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061215131443292.html两个表分别都用query1和query2 datasource1和datasource2 dateset1和dataset2连接起来了,其中query1的datasourece属性又写为d... 阅读全文
posted @ 2009-05-12 16:00 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: DLL为什么使用完毕后会提示:内存访问错误呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061215160532289.html自己写了个DLL,用delphi调用我自己DELPHI写的DLL,运行结果可以出来,但运行完毕后会提示内存访问错误。我第二次调用的时候就直接提示内存访问错误,无法运... 阅读全文
posted @ 2009-05-12 16:00 delphi2007 阅读(346) 评论(0) 推荐(0)
摘要: 请问如何判断dbgrideh换了行??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061215162714288.html如题,在什么事件里判断?语句怎么写啊?谢谢!我要问的就是在鼠标点击dbgrideh时如何判断换了行?dbgrideh连着dataset控件,判断dataset的事件不就可... 阅读全文
posted @ 2009-05-12 16:00 delphi2007 阅读(250) 评论(0) 推荐(0)
摘要: 这些SQL语句如何写 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061215171559287.html我用的access2000,我建了个表名为:JLGL,表里有个字段:Jan(数字类型) 问题1:现在我想获得这个字段的左边4个不重复的数字我是这样写的: select a.Jan fro... 阅读全文
posted @ 2009-05-12 16:00 delphi2007 阅读(297) 评论(0) 推荐(0)
  2009年4月22日
摘要: 如何设计一个软件的架构,使它可以提供二次开发的功能? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204120343300.html 如题。 哈?这个问题很深奥哦,可以先看看 gof的软件设计模式 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(571) 评论(0) 推荐(0)
摘要: 注册表压缩? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204144814299.html 很多软件都有注册表压缩功能,有没有哪位大侠知道怎么用代码实现注册表的压缩? 我也想知道,好奇中 我也想知道,好奇中 ========================== ... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(366) 评论(0) 推荐(0)
摘要: 新手提问 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204150703298.html 有两个文本文件 文件1内容 444 333 222 111 文件2内容 111 222 我想在文件1中每读... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(321) 评论(0) 推荐(0)
摘要: 如何实现当有新邮件时主界面及时提醒??----------------在线等! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204162033297.html 当用户A给用户B发送邮件后,用户B的主界面上进行及时提醒??不用time控件间隔从数据库中提取记录. 请帮帮小弟吧.... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(448) 评论(0) 推荐(0)
摘要: 如何使用overload Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204165744296.html 我在unit1中定义了一个涵数funciton xxx(cc):double,我想在unti5中重载,请问在unit5中该怎样用呢?还有就是在unit1中是否需在涵数funci... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(450) 评论(0) 推荐(0)
摘要: Debugger Exception Notification问题?? ?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204190804295.html program Project2; {$APPTYPE CONSOLE} u... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(441) 评论(0) 推荐(0)
摘要: 请教程序终止问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204224249292.html 1.新建一个 application 主窗口Form1 2.主窗口中放置一个Button,点击该Button,Form1.free,同时显示另外一个窗口Form2 ... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(358) 评论(0) 推荐(0)
摘要: 我是新手,请问关于建登陆模块的代码问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204220038294.html 假设我在做系统需要"管理员"和"普通用户"登陆,那在表格里我有"userload""password""rights'分别表示"用户名""密码""权限","权限"可以... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(333) 评论(0) 推荐(0)
摘要: delphi小数位置 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061204220041293.html TBCD 类型具体怎么用呢? 现在我用delphi定义的是double类型,我在excel里面算的时候能显示到小数点后16,17位置,为什么在delphi里就显示10位?... 阅读全文
posted @ 2009-04-22 10:52 delphi2007 阅读(463) 评论(0) 推荐(0)
摘要: 关于数据显示转化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205193606277.html 我现在在做一个科室医生管理系统,在做表结构设计的时候,对于"有无中医专家""有无西医专家"均设成bit类型(SQL),想以1表示有,0表示无.但是转到前台的显示时,直接连接显示是"1""0... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(309) 评论(0) 推荐(0)
摘要: 写查询语句出现的问题.显示查不到的数据出错,帮忙看看 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205203545276.html if(form4.RBdepno.Checked) then begin ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(347) 评论(0) 推荐(0)
摘要: 在dbgriddrawCell中怎样写转化语句 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205222508275.html 在dbgriddrawCell是不是可以写转化语句,使原先为"0""1"的数据转为"无""有"显示? //参考如下代码: ... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(401) 评论(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_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)
摘要: 2个基础问题:如何修改PCHAR? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061205132245286.html 1.如何增加字符到PCHAR?如: p:pchar GetWindowText(p....) 想在前面加上个'D'如何加? (不要... 阅读全文
posted @ 2009-04-22 10:51 delphi2007 阅读(179) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 37 下一页