WEBUTIL Problem
494832Oct 15 2006 — edited Jun 19 2007Hi, I'm using Developer Suite 10g -> Forms10g, on 9i Database (on WinXP).
My form is very simple. One of the buttons has trigger when-button-pressed with code on it:
declare
v_filename varchar2(255);
begin
v_filename := WEBUTIL_FILE.FILE_SELECTION_DIALOG('c:\temp','','*.*','c:\temp',OPEN_FILE, TRUE);
end;
It is as simple as it can be.
Compilation is without errors, and Form starts OK, but when I press the button Selection Dialog don't show. There is error: "frm-1403:ora01403:no data found"
Please help me !!! I'm a student and just started to work in Oracle.