idea OFS is best! test on 10gXE and 9.2.0.7
1. in procedure OFS.set_attr
fix set attr "pack" in directory
2. function OFS.mask_to_like add check
fix ' in name dir and file
Problem three: create dir. goto in this dir and save file. open ofs dialog. delete file. goto root. delete this dir. close ofs dialog. open ofs dialog?! path not found "delete dir name"
Proble four: Delete dialog work with "No" button?!
idea best. realization bad.
- need OFS api for plugin
- VCS with storage OFS
1. in procedure OFS.set_attr
Code:
if ofs_compress.is_active and ( dbms_lob.getlength( item.data ) > 0 ) then
--if ofs_compress.is_active then
2. function OFS.mask_to_like add check
Code:
elsif ( ch = '''' ) then
res := res || '''' || ch;
Problem three: create dir. goto in this dir and save file. open ofs dialog. delete file. goto root. delete this dir. close ofs dialog. open ofs dialog?! path not found "delete dir name"
Proble four: Delete dialog work with "No" button?!
idea best. realization bad.
- need OFS api for plugin
- VCS with storage OFS