2009年2月11日
摘要: 自增标识的相关问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207141109242.html 我做了张注册表,设有ID为标识,每次自增.在注册的时候,我需要填写密码和用户名,运行是提示必须给"ID"赋值...那我该怎样解决这个问题...谢谢指教 代码如下: begin... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(96) 评论(0) 推荐(0)
摘要: 再问一个:填空, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207141240241.html 实验中有一段组织查询条件的过程(窗口中有ckbM, ckbF作为男女选择的) procedure TfmAA.Condition(); var ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(144) 评论(0) 推荐(0)
摘要: 我要实现十进制数转换为2进制数保存到个数组里 请看我写的对不对 谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061206215537250.html unit Unit1; interface u... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(206) 评论(0) 推荐(0)
摘要: 请教各位仁兄:如何取得本机所有硬盘的所有罗辑盘符? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207001552249.html 如题多谢。 unit Unit1; interface uses Windows,... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(114) 评论(0) 推荐(0)
摘要: 请问如何强行释放所有已关闭的程序所残留的内存等资源?类似于微软的那个叫mem.exe的工具,如何入手呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207081040248.html 有的程序设计的不完美或者说是操作系统配合的不完美,在程序已关闭后有的资源不能很好的让操作系统回收,看... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(149) 评论(0) 推荐(0)
摘要: 怎么让弹出的窗体Form显示在屏幕的某一个坐标位置 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207103348247.html 怎么让弹出的窗体Form显示在屏幕的某一个坐标位置 例如: Form.show; ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(239) 评论(0) 推荐(0)
摘要: !!!!高分求教ReadProcessMemory读取内存.有关内存偏移量的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207125413246.html 已知一基地址$010EA0CC,偏移量为$2A4,先在用ReadProcessMemory函数连读取内存数据,为什么我用其... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(293) 评论(0) 推荐(0)
摘要: 请问:这句话的功能是什么呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207130246245.html 某程序中有如下的对窗口fmXX的操作 if not Assigned(fmXX) then fmXX := TfmXX.Cr... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(108) 评论(0) 推荐(0)
摘要: 请问,关闭子窗口提示错误,大家遇到这样的问题吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207133720244.html 关闭子窗口时总是提示下面的错误: Access violation at address 00000008. Read o... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(259) 评论(0) 推荐(0)
摘要: 请问:这里的空应怎么填呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207135159243.html 某程序中有个comboBox组件cmbAA,在fmXX选中后,cmbAA的项数来自于edt00,各项的内容依次是整数10,11,12....... TfmXX.____... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(112) 评论(0) 推荐(0)
摘要: 菜鸟菜问,急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207143512240.html 先查询,再对查询出来的内容进行修改,这如何进行?请各位高手帮帮忙 有很多很多办法. 可不可以跟我说一个办法啊 看你要在什么控件下改了 先select显示出来 ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(88) 评论(0) 推荐(0)
摘要: 关于添加操作的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207145915239.html userload表,其各列分别为ID(自增标志),username,password,rights.其中username,password,rights分别为用户名,密码,用户类型.我想... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(89) 评论(0) 推荐(0)
摘要: 添加数据记录成功后,如何自动显示该条记录于DBGrid中? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207152521238.html 添加数据记录成功后,如何自动显示该条记录于DBGrid中? table.refresh? 我用的是ADOQuery控件 close; ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(173) 评论(0) 推荐(0)
摘要: 请问:填空(高分^_^) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207153123237.html 实验中有一段组织查询条件的过程(窗口中有ckbM, ckbF作为男女选择的) procedure TfmAA.Condition(); var ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(102) 评论(0) 推荐(0)
摘要: 查询语句的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207154244236.html s1:='select username from userload where username='+''''+edit1.Text+''''; dat... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(67) 评论(0) 推荐(0)
摘要: 动态连接库调用 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207154439235.html Delphi里动态连接库调用声明:(Delphi是正确) function Coding(input:string):pchar; ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(171) 评论(0) 推荐(0)
摘要: fastreport3.07如何...... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207180235234.html fastreport3.07如何进入脚本编辑. up up up 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(85) 评论(0) 推荐(0)
摘要: 如何在delphi 7 编程环境下,打开一个 XC_PK_XCPRN.bpl 包? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207180750233.html 如何在delphi 7 编程环境下,打开一个 XC_PK_XCPRN.bpl 包? ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(181) 评论(0) 推荐(0)
摘要: 帮我想个好点的方法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207195110232.html 我用SQL server建了张表,实现注册功能.表有username(char),password(char),rights(bit)三列,分别表示用户名,密码,和权限(普通用户\管... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(92) 评论(0) 推荐(0)
摘要: fastreport3.07如何进入脚本编辑. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207204741231.html fastreport3.07如何进入脚本编辑. up up up 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(121) 评论(0) 推荐(0)
摘要: DBLookupComboBox Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207213417230.html 请问大家该怎么把DBGIRD里的值赋给DBLookupComboBox1? (,那个值? DBLookupComboBox1.text := adoquery... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(233) 评论(0) 推荐(0)
摘要: delphi2005与delphi 7 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207221950229.html 最近准备好好学delphi 学校学的是delphi7 但是我在图书馆借的是delphi 2005 从入门到精通 想问下大家这本书... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(185) 评论(0) 推荐(0)
摘要: 图片打印丢失问题,大家请帮忙!(100分) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207224630228.html 我使用Printer打印一些图片,部分代码如下: with printer do ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(201) 评论(0) 推荐(0)
摘要: DirectoryListBox目录选择问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061207225847227.html 我用DriveComboBox来控制DirectoryListBox的driver。 当选择了没有放光盘的光驱时,就会报IO ERROR。 ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(387) 评论(0) 推荐(0)
摘要: 初学delphi应该看什么书 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208115526226.html RT 有c的基础 谢谢大家 熟悉语法先.. Object Pascal 其他书 .. 了解 v... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(237) 评论(0) 推荐(0)
摘要: Insufficient memory for this operation?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208122000225.html 我把一个prepare好的qry执行open的时候,偶尔会报如下错误? >15:55:30 BER... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(909) 评论(0) 推荐(0)
摘要: 排班算法跪求 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208131750224.html 字段名 字段 数据类型 说明 序号 ID int 自增 医生编号 DocNo Char[8] 外键 ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(527) 评论(0) 推荐(0)
摘要: 各位大侠帮忙答下~~~~填空 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208133825223.html 某程序中有如下的对窗口fmXX的操作 if not Assigned(fmXX) then ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(101) 评论(0) 推荐(0)
摘要: 关于FileSize的小问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208135104222.html AssignFile(f,getPath+'\'+filename); Reset(f); size:=FileSize(f); ... 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(266) 评论(0) 推荐(0)
摘要: 高分求FP-tree算法用Delphi实现 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208140243221.html 如题! 阅读全文
posted @ 2009-02-11 16:47 delphi2007 阅读(141) 评论(0) 推荐(0)
摘要: 如何对一个RichEdit查询,并把查询出来的结果放到另一个RichEdit里, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209085300216.html 现有两个RichEdit控件,richedit1里 显示接收到的数据,每条数据 用回车分开,现要实现对RichEdi... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(189) 评论(0) 推荐(0)
摘要: delphi interface 会不会导致内存泄漏? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209123404215.html 讨论一下:为什么接口不需要释放,也不会导致内存泄漏?是否是垃圾收集类再起作用?或者编译器对接口有独特的处理? 引用计数的,为0时释放 delphi的... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(199) 评论(1) 推荐(0)
摘要: 关于rave报表使用的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209123625214.html 我已在rave报表中的band和databand中添加内容,为何预览的时候没有东西显示出来? 各位高手帮帮忙啊~~ 急啊,各位帮帮忙啊 注意设置打印区域啊,如果你没设置区域是不... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(133) 评论(0) 推荐(0)
摘要: 有谁知道这种文本显示效果是怎样实现的 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209142625213.html 有谁知道这种文本显示效果是怎样实现的,特别是中间哪条灰色分隔线是怎么实现的。 程序界面截图 http://www.52ebooks.co... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(97) 评论(0) 推荐(0)
摘要: "获得主机名和IP地址" 和 "监测局域网内计算机" Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209192223212.html 哪位大虾可以帮帮忙啊,帮我把这两段程序分析一下啊,万分感激!!!!!! 获得主机名和IP地址: hostName; ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(307) 评论(0) 推荐(0)
摘要: 高手来瞧瞧,到底哪个过程被调用? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209215840211.html procedure Confused(I: Integer); overload; ... procedure Con... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(77) 评论(0) 推荐(0)
摘要: RvQueryconnection连接问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061209230255210.html RvQueryconnection怎么用,连接Rave报表的代码怎么写。谢谢各位~ 就是对用QUERY查询出来的内容进行报表打印 各位帮帮忙啊 顶的起... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(110) 评论(0) 推荐(0)
摘要: FFT算法实现 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210124307209.html type TComplexData = record //自定义复数类型 vReal,vImaginary: Double;... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(426) 评论(0) 推荐(0)
摘要: 怎么在程序运行的时候出现和DELPHI下一样的调试信息??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208192442218.html 这个是远程连接SQL,只需要输入IP和SQL用户和密码就可以连接,但不管是IP错误还是用户或者密码错误程序的SHOWMESSAGE都只是一样的信... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(114) 评论(0) 推荐(0)
摘要: 很奇怪的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211004332204.html 我用idhttp控件的get方法得到一个网页的源码,存成一个string类型,可是当我在里边用pos函数查找一个子串时,发现每次得到的字串位置都不一样,我感到很困惑。是不是使用长字符串造成的呢... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(83) 评论(0) 推荐(0)
摘要: 请教去除一个几万行的文本文件数据重复的算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211021429203.html 有一个几万行数据的文本文件,一行为一个数据,请问用什么算法去掉重复的数据才最有效率呢,自己弄的好慢,谢谢各位帮助。 顶上去,继续请教 只会笨办法。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(378) 评论(0) 推荐(0)
摘要: 在Delphi7 报表如果横向打印,在线等! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211082954202.html 如题! 看你用什么做打印了,quickreport,fastreport还是其他? 横向打印与报表打印软件关系不大吧!应该在打印机设置里面调整,包括页面大小、... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(149) 评论(0) 推荐(0)
摘要: 如何判断一个变量是否等于很多值中的一个? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061211105425201.html 变量temp, 如何判断temp是否等于 {1,2,3,4,7,8,11,12,45,58,56,94,54,5,48,321,123,456,789... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(620) 评论(0) 推荐(0)
摘要: 我们的程序有一个框架, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210191221208.html 我们的程序有一个框架, 综合管理信息系统维护及参数配置 这个程序下,有一个“菜单项定义表”窗口; 窗口上有一个表,其字段台如下; ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(168) 评论(0) 推荐(0)
摘要: fft信号分析的实例 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210220741207.html 求delphi实现fft信号分析的实例?谢谢!急急急急急急急急急急急急急急急急急急急! 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(217) 评论(0) 推荐(0)
摘要: 取表的最大编号 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210224437206.html 为什么我查出来都是没有值的....请大家指点... 请把你的语句贴出来,好吗? query3.SQL.Add('select max(id) as maxid from ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(147) 评论(0) 推荐(0)
摘要: VC与Delphi中的数组问题及VC写的DLL与Delphi兼容性问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061210224541205.html 问题1:我想问一下vc中的2维char*数组与Delphi中的2维pchar数组结构是否相同? 问题2:还有C++可以有动态... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(189) 评论(0) 推荐(0)
摘要: 寻找一个可以在Delphi中使用的hash表类 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208160629220.html 轻量级的,只要能够使用字符串作为键值的即可。 我找到一个HashTrie,编译出来一大堆警告还不说了, 而且速度也是具慢无比。 ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(251) 评论(0) 推荐(0)
摘要: 怎样实现模块间的参数传递?急急急!!!!!!!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208171655219.html 我现在做一个简易的登录器,由一个登录界面,及登录后的一些模块,但登录成功进入另一个模块后,我需要知道当前是谁登录的系统,好久都想不通,请高人指点,谢谢! ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(159) 评论(0) 推荐(0)
摘要: 查询表的总行数的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061208235833217.html 在delphi中我查询了数据表总数,要把这个值赋给一个变量怎么操作? 不好意思我不能给分了.大家义务帮我下吧~~ 是把“表的总行数”这个整型数赋值给变量是吧? ... 阅读全文
posted @ 2009-02-11 16:46 delphi2007 阅读(186) 评论(0) 推荐(0)