摘要:
关于dbchart 的使用~~~~~~ Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223145156144.html adoquery1.SQL.Add('select * from a group by cjx'); adoquery1.A... 阅读全文
posted @ 2008-10-20 10:30
delphi2007
阅读(472)
评论(0)
推荐(0)
摘要:
请教关于数据库编程方面的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223161746143.html 大家好,我最近才接触DELPHI6.0,想请教一下大家关于DELPHI6.0数据库编程方面的学习资料哪些网站上比较齐全,最近要搞一个小型的程序,就是一些财务报表程序,把数据库里的财... 阅读全文
posted @ 2008-10-20 10:30
delphi2007
阅读(177)
评论(0)
推荐(0)
摘要:
关于应付款问题,请各位大侠帮忙,谢谢!~ Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223192249142.html 在下正在做一个进销存系统,因为是第一次做进销存系统,所以有个问题,一直搞不清楚,请各位大侠帮忙; 问题1:应付款模块分析,大家说说看; 我在另一... 阅读全文
posted @ 2008-10-20 10:30
delphi2007
阅读(132)
评论(0)
推荐(0)
摘要:
delphi 6.0 如何做 订单 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061223202228141.html 请帮忙,有关客房押金单例子,用delphi 6.0来做 嘴怎么吃东西? 问题类似 怎么着也把需求说出来吧 不过有个最简单的例子 ... 阅读全文
posted @ 2008-10-20 10:30
delphi2007
阅读(173)
评论(0)
推荐(0)
摘要:
如下这段代码怎么传递动态参数比较合适?(问题有点长~谢谢) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224164816130.html 源代码如下(不用细看): 代码在SQL的查询分析器中运行是成功的,改动语法方面的细节后得到以下代码! select a.com... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(207)
评论(0)
推荐(0)
摘要:
进销存中加权价在有负数这种情况下怎么处理 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224180508129.html 按正常的计算方法加权价应该是 新加权价=(库存*加权价 + 新增数量*单价)/(库存+新增数量) 可有时库存出现负数时还是这样计算的话,新加... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(317)
评论(0)
推荐(0)
摘要:
关于ini读取错误问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224190355128.html Filename:=ExtractFilePath(Paramstr(0))+'SET.INI'; Sid:=ini.ReadStr... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(426)
评论(0)
推荐(0)
摘要:
数据库连接异常问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224200748127.html try AdoTable1.Active:=true; exc... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(226)
评论(0)
推荐(0)
摘要:
DIPHI与SQL连接的安全问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061224211925126.html 我想问各位大虾若用DEPHI的ADO连接SQL时,如何防止他人通过企业管理器查看相关的TABLE,设置密码可以吗?但装SQL时想输入密码与自设用户名,但失败!还可以用DEPHI... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(172)
评论(0)
推荐(0)
摘要:
窗体自动适应分辨率!与大家共同分享! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225145914115.html 经过了一个上午折腾,终于搞定了,其实代码很简单! 与大家分享: const ScreenWidth:... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(309)
评论(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
阅读(319)
评论(0)
推荐(0)
摘要:
还是RAVE5的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225115313123.html 到底该怎么办来着,我实在是受不了了,本人水平实在不行,DELPHI7中装RAVE7出现DUPLICATE LICENSE FIND ,PLEASE INSTALL A... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(147)
评论(0)
推荐(0)
摘要:
怎么给Unit动态添加注释? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225123529122.html 我想把Unit注释,Procedure注释,写成类似模板的东西,然后遍历文件夹下面的pas文件,自动添加注释,请问如何实现,主要是为了提高注释的效率. 例如: ... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(158)
评论(0)
推荐(0)
摘要:
审核问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225130139121.html 现在客户有个特殊的需求,就是一笔数据要入两次帐进行审核,即第一次入帐后,审核人在审核的时候要重新再录入一遍.系统要把两次录入的数据进行比对,完全相同责审核通过,否则给出提示.在数据比对这块大家有没有方... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(141)
评论(0)
推荐(0)
摘要:
求WIN32的打印函数 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225134915120.html 请问win32的哪个函数可以控制打印区域啊? 就是打印的时候能够自动换行。 一般如果想通过底层控制打印机,可以到官方网站下载打印机的指令! 直接通过指令输出打印字符... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(144)
评论(0)
推荐(0)
摘要:
怎么样实现打印stringGrid中的数据 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225135512119.html 怎么样才能实再打印stringGrid中的数据啊,那位高人指点一下,谢谢了 用PRINTER对象! 能不能详细的说一下啊 给你代... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(426)
评论(0)
推荐(0)
摘要:
如何节省数据库的存储空间 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225141940118.html 比如用Byte是否会比Integer更节省空间? 查询速度是不是会有影响? 可以,不会影响你的速度。 影响大小的因素很多啊,和你库结构设计也有很大关系。不仅仅是... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(255)
评论(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
阅读(341)
评论(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
阅读(156)
评论(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
阅读(115)
评论(0)
推荐(0)
摘要:
数据统计问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225165424112.html 数据库的记录: 编号 姓名 日期 星期 时间 10... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(145)
评论(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
阅读(133)
评论(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
阅读(135)
评论(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
阅读(110)
评论(0)
推荐(0)
摘要:
急!rvsystem中的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225174502108.html 请问怎么设置rvsystem中单元格的高度。 再问rvsystem中的settab和tab中的各个参数是什么意思!谢谢! 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(121)
评论(0)
推荐(0)
摘要:
在数据库判断时间时以下代码不会表达哦~~ Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225175336107.html with Query2 do begin close; sql.Clear; sql.add('select 借书证... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(126)
评论(0)
推荐(0)
摘要:
急!请问在rvsystem中如何设置单元格的高度! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225191119106.html 请问在rvsystem中如何设置单元格的高度!再请问settab和tab中的参数各是什么意思!?谢谢! 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(118)
评论(0)
推荐(0)
摘要:
彩票软件中热温冷算法的实现情况 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225191206105.html 谁知道彩票软件中热温冷是如何用算法来实现的?前10期内共出3期的为温码,小于3期的为冷码,大于3期的为热码!!! 这应该是简单的次数判断 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(214)
评论(0)
推荐(0)
摘要:
居然出错.谁能帮我解决一下. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225053606125.html 我写了一段程序.如下: A_DATABASE.ADOQuery2.Close; A_DATABASE.ADOQuery2.SQL.Clear; A_D... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(169)
评论(0)
推荐(0)
摘要:
问一个简单的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061225100617124.html 初学delphi 需要时间不明确的情况下(循环体次数不定),怎么用一个动画来让用户知道程序还在执行 具体用什么控件,代码如何写呢 谢谢 sf 你可以在循环... 阅读全文
posted @ 2008-10-20 10:29
delphi2007
阅读(138)
评论(0)
推荐(0)