Oracle Reports (MOSC)

MOSC Banner

Characters cut off instead of wrapping

edited Jun 29, 2010 3:30AM in Oracle Reports (MOSC) 2 commentsAnswered
 I have a report that has a data item that takes data from the database and then concatenates what is entered in the field from the form.  Here is the code I use in the report so that when the data gets to the maximum length for that field in the report, it wraps to the next page.  Unfortunately, characters are cut off instead of wrapping.  Any ideas?

Here's the code in afterpform:

function AfterPForm return boolean is
 v_amt          NUMBER;
 v_dssn         dds_site_v.dssn%TYPE;
 v_resp_vrsn    dds_user_appointments_v.resp_vrsn%TYPE;
 v_regul_vrsn   dds_user_appointments_v.regul_vrsn%TYPE;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center