Cutting data on printing

Dicas e truques sobre Oracle Reports Builder - modo gráfico ou modo caractere, ascii, arquivo .PRT, etc
Post Reply
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

Good morning personal
is the following, I have two reports that has a field observation with 3000 characters.
When it generates, it appears all right, with all the information registered.
More when I command printing, it cuts the end of the observation.
I have other data, which go beyond observation, but it does not cut.
Does anyone know if it can be the properties of the field?

Thanks
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

No one to help people,
I still could not solve this problem.
I'vê done everything
DanielNN
Moderador
Moderador
Posts: 641
Joined: Mon, 03 Sep 2007 3:26 pm
Location: Fortaleza - CE
att,

Daniel N.N.

You are saying you have a report, where in half Deile there is a field observation. And below it other information.
When the text is very large in the observation it cuts the excess and remains the data at the end of the report ???
I ask you:
Is this field (frame) is expandable or is it fixed size?
Verify the confines mode and fex mode properties.
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

It is expandable,
when generating, it usually generates everything, without cutting anything.
Only in the impression it cuts,
I generated in PDF, and the part that cuts the print, it goes to the normal line.
DanielNN
Moderador
Moderador
Posts: 641
Joined: Mon, 03 Sep 2007 3:26 pm
Location: Fortaleza - CE
att,

Daniel N.N.

Weird.
Is your impression in non-matrix printer?
Are they in all situations that have the very long field or is it only any case that gives this error ??
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

It's a normal printer.
It's only in 3 reports that happens,
I'vê already done all kinds of change, it always cuts the last two letters.
DanielNN
Moderador
Moderador
Posts: 641
Joined: Mon, 03 Sep 2007 3:26 pm
Location: Fortaleza - CE
att,

Daniel N.N.

Hmm, but so, it's just for some specific filter or for any data you take in these reports.
I do not know if any characters in the text may be affecting this break.
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

It is only data from this select.
The other data goes normally.
Can I get you an email by showing the report?
DanielNN
Moderador
Moderador
Posts: 641
Joined: Mon, 03 Sep 2007 3:26 pm
Location: Fortaleza - CE
att,

Daniel N.N.

I sent you an MP with my email.
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

DAE NOCTIPERO
I was able to do it,
looks at what the problem was, the text.
I changed the text by placing a text similar to this.
'text test for printing'. I put several times.
Then he does not cut, just cuts into that situation, no space, virgules.
Good, you can help me with something else.
How can I place a bold text in a function

for example:

Select all

aux := 'Comentários: Auto da pessoa fisica:'|| :vl_pessoafisica;
wanted to leave in bold that part. 'Comments: physical person auto:'
DanielNN
Moderador
Moderador
Posts: 641
Joined: Mon, 03 Sep 2007 3:26 pm
Location: Fortaleza - CE
att,

Daniel N.N.

Hmm. Legal.
If you use Reports 10 up, you can use HTML tags.
If not,
take a look at: http://en.glufke.net/oracle/viewtopic.php?t=5943
priajf
Rank: DBA Pleno
Rank: DBA Pleno
Posts: 297
Joined: Tue, 21 Dec 2010 8:45 am
Location: Florianopolis

Dae noctifero
good I got something with this link of the forum that you sent
more is not working as I want
or it generates everything in bold or everything normal.

Any tips on how to do?

ATT

Select all

 
  aux := 'Comentários:'; 
  aux2 := :vl_pessoafisica; 
 
 
if aux is not null  then 
srw.set_field_char (0, aux); 
srw.set_font_weight(srw.bold_weight); 
srw.set_font_style(srw.plain_style); 
end if; 
if aux2 is not null then 
srw.set_field_char (0, aux2); 
srw.set_font_weight(SRW.MEDIUM_WEIGHT); 
end if; 
aux3 := aux||' - '||aux2; 
srw.set_field_char (0, aux3); 
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 9 guests