Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » htp.print_header problem
icon5.gif  htp.print_header problem [message #214495] Tue, 16 January 2007 14:15
sziklais
Messages: 1
Registered: January 2007
Junior Member
Hi
Please help me

I have oracle Oracle9i Release 9.2.0.1.0
code:

.
.
i integer;
begin
i:=0;
htp.htmlOpen;
i:=i+1;
htp.print_header('Összesen: '||to_char(i),1);
.
.

this is result:

Összesen: 1 X-ORACLE-IGNORE: IGNORE X-ORACLE-IGNORE: IGNORE Content-type: text/html; charset=WINDOWS-1250 Content-length: 6586


this is good:
Összesen: 1

What is wrong? This is bug?

This is source:

htp.print_header(cbuf IN VARCHAR2, nline IN NUMBER);

what is "nline"


My html soure:

Összesen: 1
X-ORACLE-IGNORE: IGNORE
X-ORACLE-IGNORE: IGNORE
Content-type: text/html; charset=WINDOWS-1250
Content-length: 6586

<HTML>
.
.
.

Thanks ideas
Previous Topic: Dynamic get the parameters values of a procedure?
Next Topic: Problem with multiple sql comands on Oracle Express (apex)
Goto Forum:
  


Current Time: Thu Apr 18 18:30:13 CDT 2024