Mufasa,
I gave the buffer size as 32767
and the following error I got
SP2-0027: Input is too long (> 2499 characters) - line ignored
PL/SQL procedure successfully completed.
One that line which has the longest value gets skipped and all other line got written well.
Regards,
Ansari
Hi,
I need to write a text file with some values. The value I write inot a singel line is very large .
so that even after setting maximum buffer size in FOPEN , The file write produces error
and the the long line is not getting written. Is there anyway out to make the line to be written...
Hi,
I need to call an exe developed from proc using the Forms 9i screen. The exe recides in the database.
alo I need to pass some values to it. How I go about this. Will be helpful if replied with sample syntax.
Hi,
Just follow the steps,
Calling Reports from Forms 9i
1. Create a report using Reports 9i and check it whether it is working in paper layout mode.
2. Create a simple form for calling that report.
3. Create a new reports server service as following (in Command Prompt):
c:> rwserver...
When I use the same set of codings and objects in forms 6i
it is working fine.
My What else is meant for any special setting we need to do for forms 9i. If my coding is wrong it would not have worked with 6i also.
When I give the report object name ,
I am getting the "rep-0503 you did not specify the report name"
error.Now the invalid id message is solved
What else needs to be done.
DECLARE
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
BEGIN
repid := FIND_REPORT_OBJECT('c:\rep_call');
v_rep := RUN_REPORT_OBJECT(repid);
END;
This is how I called the report from form. The name of the report is correct. The report is available in its location mentioned. Still getting invalid...
Hi, I need to Upload th file in to a database BLOB column.
Any format should be acceptable(.txt,.doc,.gif,.xls etc.). What container and built ins to be used for accomplishing the same.
How to do the same if the form is ported in a web.3-tier
Hi,
I am getting this error when trying to call the report from an external function
rep-0201-Zero or negative block size requested
(Definition manager memory subsystem)
Can anyone give me suggestion.
Hi,
I am working in forms 9i. I need to get the Operating system(Win95,98,NT..) name of my client browser through my forms coding. Is there any package available to get it..
Please do help..
i have a report.......i generated it....report is displayed.
in the toolbar there is mail option i click that and an outlook opens with the attachment of this current
report.
but with the default name report.xxx
it is only after generating the report i do that mailing.
I want the report name to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.