摘要:
程序调用dll,显示dll中的窗体,运行时出错,提示: system error.code:1400.无效的窗口句柄。 dll中我这样写的: unit useradd; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls, co......
摘要:
有一张gly表,客户要求glyid号码唯一,最大的glyid号码就是gly总人数, create table [dbo].[gly] ( [glyid] [int] not null , [glymc] [nvarchar] (50) collate chinese_prc_ci_as null , [glymm] [nvarchar] (50) collate chinese_pr......
如何在dbgrid中实现。。。。
修改其中的纪录,提示是否保存,如果否,则纪录没有被修改。
NO.1 作者: lanbada
数据源catchupDATE 模式处理
APPLYUPDATE 提交
CANCELUPDATE取消
NO.2 作者: ly_88
在关连的TTable或TQuery控件的BeforePost事件中写代码
摘要:
我想在ie中当按下ctrl+enter键时,提交表单.请问怎样实现
......