|
最初由 sgkun 发布
[B]这个是做FORM必须修改的.我早就更改了不行啊
if (wnd = '<ASSET_IMPORT_FOLDER>') then
app_window.close_first_window;
elsif (wnd = '<another window>') then
--defer relations
--close related windows
null;
elsif (wnd = '<yet another window>') then
--defer relations
--close related windows
null;
end if;
ASSET_IMPORT_FOLDER就是主窗口 [/B]
恩,仔细一点就没事!想当时也是经常反这样的错误!呵呵 |
|