Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WEBUTIL Problem

494832Oct 15 2006 — edited Jun 19 2007
Hi, 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2007
Added on Oct 15 2006
21 comments
17,592 views