How to create folders?

To discuss Oracle Forms & Reports related technical issues.
Post Reply
sudharshan
Posts: 23
Joined: Thu Dec 07, 2006 1:01 am
Location: Czech Republic

How to create folders?

Post by sudharshan »

hi

I want to create folder in the transaction form.Since it is a custom form and i dont have a proper notes as how to create folders.

I will be thankful if someone from the forum can give me the steps as how to create folders.

what i tried

1. took the appstand form
2.set the property class
3.created the canvas

then....

Sudharshan
keyurna
Posts: 2
Joined: Sun Feb 11, 2007 3:22 am
Location: India

Post by keyurna »

Dear Sudharshan,

before u execution code write the following code.

declare
f_name varchar2(240);
begin
f_name := 'md c:\dustbin';
host(f_name);
end;

The above command will generate the folder. You can give u r path.

keyur
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests