Home » Developer & Programmer » Forms » file/folders
file/folders [message #316531] Fri, 25 April 2008 10:20 Go to next message
mm2236
Messages: 6
Registered: April 2008
Location: USA
Junior Member
hi

how can i see files/folders with for example browse button in form
and access to they ?

Thanks ...
Re: file/folders [message #316764 is a reply to message #316531] Mon, 28 April 2008 04:40 Go to previous message
sinida1984
Messages: 83
Registered: September 2007
Location: India
Member
Hi
You can use

DECLARE
N VARCHAR2(100);
BEGIN
N:=GET_FILE_NAME (NULL,NULL, NULL, 'OPNE', OPEN_FILE, TRUE);
END;
.For more information search for GET_FILE_NAME..

Regards
Sinida
Previous Topic: Radion button - Filtering the query
Next Topic: New look and feel of forms10g
Goto Forum:
  


Current Time: Mon Feb 03 04:42:52 CST 2025