摘要:
怎么想数据窗口中动态添加数据呀
......
摘要:
为什么我的ms sql server不能启动? 出错信息an error1068 (依存服务或组无法启动) occurred while performing this serice operation on the mssqlerver service 经过检查,我发现win2000中的server也不能启动
......
如何让窗体出现时最大化
rt?
NO.1 作者: xxmmmx
Form 的 WindowState:=wsMaximized
NO.2 作者: u2m
Form.left:=0;
Form.top:=0;
Form.width:=Screen.width;
Form.height:=Screen.height;
NO.3 作者: piero_csa
两种都是可行办法!
第一种最简单,改改属性就可以!
第二种加在form的creat事件中!
摘要:
数据库格式为 paradox 查询结果显示在dbgrid 怎样将其保存为 excel 文件
......