You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
279 B
14 lines
279 B
4 years ago
|
Begin
|
||
|
/*生成数据对象:#OBJCODE-#OBJNAME 的界面字典脚本*/
|
||
|
/* 日期: */
|
||
|
/* 建立者:系统管理员 */
|
||
|
/*插入数据对象数据记录 */
|
||
|
#OBJ
|
||
|
/*插入界面对象属性数据记录集 */
|
||
|
Delete from tFrmUIProp WHERE UIObjCode='#OBJCODE';
|
||
|
#PROP
|
||
|
|
||
|
Commit;
|
||
|
End;
|
||
|
/
|