小新排骨 IT'博客
Code'blog
导航
IT博客
首页
新随笔
联系
聚合
管理
<
2024年11月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
统计
随笔 - 1
文章 - 0
评论 - 0
引用 - 0
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
2007年4月 (1)
搜索
最新评论
2007年4月12日
闹钟
procedure TForm3
.
ADODataSet1AfterScroll(DataSet
:
TDataSet);
begin
with ADODataSet1
do
begin
Edit1
.
Text
:=
Fields
.
FieldByName(
'
任务令
'
)
.
AsString;
Edit2
.
Text
:=
Fields
.
FieldByName(
'
机种编码
'
)
.
AsString;
Edit3
.
Text
:=
Fields
.
FieldByName(
'
描述
'
)
.
AsString;
Edit4
.
Text
:=
Fields
.
FieldByName(
'
Lot数
'
)
.
AsString;
Edit5
.
Text
:=
Fields
.
FieldByName(
'
是否强制环保
'
)
.
AsString;
Edit6
.
Text
:=
Fields
.
FieldByName(
'
环保属性
'
)
.
AsString;
Edit10
.
Text
:=
Fields
.
FieldByName(
'
下任务令时间
'
)
.
AsString;
Memo1
.
Text
:=
Fields
.
FieldByName(
'
条码范围
'
)
.
AsString;
Memo2
.
Text
:=
Fields
.
FieldByName(
'
报废条码
'
)
.
AsString;
Memo3
.
Text
:=
Fields
.
FieldByName(
'
后补条码
'
)
.
AsString;
Edit8
.
Text
:=
Fields
.
FieldByName(
'
打印人
'
)
.
AsString;
Edit9
.
Text
:=
Fields
.
FieldByName(
'
领条码人
'
)
.
AsString;
Memo4
.
Text
:=
Fields
.
FieldByName(
'
备注
'
)
.
AsString;
end;
end;
posted @
2007-04-12 09:01
小新排骨 阅读(95) |
评论 (0)
|
编辑
收藏
仅列出标题