上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 37 下一页
  2008年10月20日
摘要: 怎么样实现打印stringGrid中的数据 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225135512119.html 怎么样才能实再打印stringGrid中的数据啊,那位高人指点一下,谢谢了 用PRINTER对象! 能不能详细的说一下啊 给你代... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(435) 评论(0) 推荐(0)
摘要: 如何节省数据库的存储空间 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225141940118.html 比如用Byte是否会比Integer更节省空间? 查询速度是不是会有影响? 可以,不会影响你的速度。 影响大小的因素很多啊,和你库结构设计也有很大关系。不仅仅是... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(260) 评论(0) 推荐(0)
摘要: 求Delphi中数据库记录统计方法. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225142747117.html 我使用了BDE来连接数据库,想统计一下数据库表中的记录和满足一定条件的记录,语句怎么写哦~~~(我使用了query,table,database,DBGrid,DataSo... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(346) 评论(0) 推荐(0)
摘要: 高手大家帮忙啊!看看这个值怎么取出来判断? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225142811116.html self.LJBQuery.Close; self.LJBQuery.SQL.Clear; self.LJBQuery.SQL.Text :=... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(163) 评论(0) 推荐(0)
摘要: 窗体自动适应分辨率!与大家共同分享! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225145914115.html 经过了一个上午折腾,终于搞定了,其实代码很简单! 与大家分享: const ScreenWidth:... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(312) 评论(0) 推荐(0)
摘要: 如何用filter过滤出query的空字段 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225155329114.html 想过滤出某字段值为空的记录 paradox 表,使用query 设置filter:= '字段名=NUll' 不能执行? ... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(336) 评论(0) 推荐(0)
摘要: 在Delphi中判断用户是否有超期未还的书本 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225162553113.html 我使用了BDE来连接数据库,想判断一下数据库表中的用户是否有借阅超期未还的书本,应该怎样写哦~~(我使用了query,table,database,DBGrid,D... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(126) 评论(0) 推荐(0)
摘要: 数据统计问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225165424112.html 数据库的记录: 编号 姓名 日期 星期 时间 10... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(154) 评论(0) 推荐(0)
摘要: 间隔定时扫描特定星期 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225170151111.html 每隔x周(0<x<53),逢星期一、星期二、星期三、星期四、星期五.在8:30执行。 如开始执日期为:2006-12-25,每隔3周执行,第一次执行时间为: 2006-... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(143) 评论(0) 推荐(0)
摘要: 连接数据库的问题请教 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225170249110.html 请问用DBE在本地建立一个连接服务器MSSQL的数据库连接,用TTABLE,TDBGRID,TDATASOURCE连接了一个表,该程序是否只能在本地运行? 我编译后生成的EXE文... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(147) 评论(0) 推荐(0)
摘要: 急!rvsystem中的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225171002109.html 请问怎么设置rvsystem中单元格的高度。 再问rvsystem中的settab和tab中的各个参数是什么意思!谢谢! 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(123) 评论(0) 推荐(0)
摘要: 高分请教进销存系统的应付款,应收款模块 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224004142139.html 如题: 要求1: 结算方式:2种以上 要求2:明细账,往来账,等 把管家婆的存储过程打开,里面什么都有。(只... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(237) 评论(0) 推荐(0)
摘要: ADODataSet的参数问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224005223138.html select * from table where :cur_field = :cur_key 这样写对吗?为什么我给传递了值之... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(234) 评论(0) 推荐(0)
摘要: 新手delphi 连接sqlSERVER数据库中的问题 很怪 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224023208137.html 大家好 刚学Delphi ,今天用ADOConnection ADOquery Datasource 连接SQLSERVER ... 阅读全文
posted @ 2008-10-20 10:29 delphi2007 阅读(379) 评论(0) 推荐(0)
  2008年10月14日
摘要: 大整数加法优化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217100254136.html 改自FGInt单元,将原来的 TGInt = Record Sign : TSign; ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(393) 评论(0) 推荐(0)
摘要: 帮我看看这段代码为什么会内存自增? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217101112135.html function TReportDB.GetReport(var RecList:TList):Boolean; var .. ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(205) 评论(0) 推荐(0)
摘要: PWidechar 怎么求内存占用大小 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217124214134.html pc:PWidechar; allocmem(10000); caption:=inttostr(sizeof(pc))... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(293) 评论(0) 推荐(0)
摘要: 请各位大虾帮我看看,这句是什么意思? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217220452133.html 此段代码为书中的例子的一部分代码,讲的是用类引用类型动态创建控件,其中有一句代码不明白其含义,请各位大虾赐教! procedure TMain... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(169) 评论(0) 推荐(0)
摘要: 急!delphi中variant能否和object类型转换。实例:在使用getpropvalue(range,'属性')时提示类型有错,如何解决?!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061215234307142.html 小弟在编写程序过程中,想取得某一属性值,使用getpr... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(481) 评论(0) 推荐(0)
摘要: 这几天惨遭Delphi类型转换折磨,请问怎么把double转成int类型 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216093950141.html 好不容易找了个FloatToDecimal函数,摆置了半天也不知道怎么个用法,真郁闷。 高手赶快指点指点,我快... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(887) 评论(1) 推荐(0)
摘要: 如何计算某时间段内有几个星期几? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216151111140.html 已知日期A是星期二、四、日中的一天。求A到B这段日期内共有几个星期二、四、日? { 函数参数说明:A--The Old Date B--The... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(799) 评论(0) 推荐(0)
摘要: 请问:软件运行前的设置界面显示'第一次运行软件,正在设置...'等信息的东东叫什么?如何做出这种东东呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061216184137139.html 就是说软件工作前要有一段初始化的工作,将这个信息提供给使用者,如何用最简单的方法做出这种功能呢?最好... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(107) 评论(0) 推荐(0)
摘要: 两数组的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217001324138.html 问题1:找出两数组的不同数和共有数的值和位置,和同值同位置的值存入数组s1……s9 如: 数组值r1为{ 1, 6,23,15, 5,28, 8,11,1... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(163) 评论(0) 推荐(0)
摘要: 如何在一个窗体中加载另一个窗体上的控件? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061217012218137.html 想在一个窗体上加载另一个窗体现存的控件,请问该怎么做? 如form1有edit1 想在form2中加载form1的edit1,该怎么办?谢谢! ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(336) 评论(0) 推荐(0)
摘要: 关于加密解密的一个问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218103947132.html 算法想实现这么个功能 加密: 根据10位数的数字编号如"1000000001",加上数字Key后,产生一串8位数的数字编号 解密: ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: 请问delphi web service如何才能在windows2003下配置使用 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218112417131.html 我做了一个WEB SERVICE 程序,在XP下配置运行都正常,放在2003下就无法显示页面.虚拟目录的配置和权限... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(281) 评论(0) 推荐(0)
摘要: 我想问一个关于日期的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218113953130.html 我的问题是这样的,今天的日期+X天+特殊日期=某日期; X天数不包括星期六日,特殊日期!,特殊日期我写进了数据库里,请问如何计算出最后的日期呢? 根据你的需... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(145) 评论(0) 推荐(0)
摘要: 由上网中病毒木马所想到的...与网页中使用ocx,cab包有关。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218114045129.html 不知你是否有这样的经历,打开了某个网页之后,发现系统中毒了,而你并没有进行任何可疑的操作,仅仅是就打开了一个网页而已。 ... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(154) 评论(0) 推荐(0)
摘要: 世界编程大赛头名程序源代码 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061218120247128.html 世界编程大赛头名程序源代码 http://www.mylinux.com.cn/bbsShowDetail.do?id=1,097 复制代码带tx... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(200) 评论(0) 推荐(0)
摘要: 请教:如何设置Lable中的字符间距和行距!前提是不改变字体字号. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiBase/html/delphi_20061215001442150.html 请教:如何设置Lable中的字符间距和行距!前提是不改变字体字号. 加空格^_^ 没有好的办法,你用个TImage... 阅读全文
posted @ 2008-10-14 16:32 delphi2007 阅读(745) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 37 下一页