Posted by 'ZhangWen' on July 17, 2001 at 04:34:31 EST:
I use Oracle Form Builder 6i in my project. The plaform is Window 95. When I call the function Get_File_Name to ask for a file name to be saved, and input a new file name or select an existing file, then press 'Save as' button, the application will hang for about ten minutes. Why?
The statement is as following:
vc2FileName := Get_File_Name(dialog_type=>SAVE_FILE);
Thanks for any helps.