Search found 2 matches

by keyurna
Sat Feb 17, 2007 3:38 am
Forum: Oracle Forms & Reports
Topic: Problem in Printing Bill passing Slip (urgent)
Replies: 1
Views: 1518

Problem in Printing Bill passing Slip (urgent)

Hi All

I have a report to print bill passing slip.

Condition is
1) I want to print two slips on one page (ie 80 columns and 72 lines)
2) the printer i m using is line printer Tally 6100

I am not able to change the setting for PRT file. So tell me what to do the changes to implement the ...
by keyurna
Sat Feb 17, 2007 3:30 am
Forum: Oracle Forms & Reports
Topic: How to create folders?
Replies: 1
Views: 1018

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