Usage of Reports/Forms [message #218819] |
Sat, 10 February 2007 14:47 |
Arunprakash.k
Messages: 2 Registered: February 2007
|
Junior Member |
|
|
Hi guys..
I have a report to generate. Usually we use front end tools but i wanted to use oracle. I tried the report with a plsql block on UNIX n wrote it on to a file using UTL_FILE concept. But my problem is aligning the report according to the required format. I tried chr(9) ie tab to align the report it looked fine but when i ftp it to Windows n open with notepad/wordpad it looks bad..
I can use the sqlplus reports but..i need to fetch multiple rows with the help of cursors n print them one by one. So i need to know if i can write a sqlplus report in plsql block n use cursors n so on..or is there any other way...
Please suggest a way..
|
|
|
|
|