About
Pricing
Community
Teams
Start Free Trial
Log in
Godfrey Tsamaesi
asked on
2/7/2018
oracle forms, open dialog box
I have used GET_FILE_NAME(File_Filter=
> 'All Files |*.*|'); in my button to open a dialog but nothing is happening.
DECLARE
filename VARCHAR2(2000);
BEGIN
filename := GET_FILE_NAME(File_Filter=
> 'All Files |*.*|');
end;
Oracle Database
8
3
Last Comment
Helena Marková
8/22/2022 - Mon