Home RAP

WordWrap for Vertical DbText

edited January 2012 in RAP
Hi;

When a DbText is vertical, Wordwrap option is disabled.

Is there a way to achieve Wordwrap functionality for a vertical DbText field
by code?

Ps : I have tried by adding two vertical text variables and with Copy
function like below but it is not smart.

variable1.value := Copy(DbField, 1,20);
variable2.value := Copy(DbField,20,20);

//I guess I need to know How many characters variable1 field can
display according to its height and font information.

Thanks in advance;

Truva

Comments

  • edited January 2012
    Hi John,

    ReportBuilder does not currently support multi-line rotated text. This
    is a feature that we may research and add for a later release of the
    product. Currently you will need to use multiple components as you have
    described below.

    Thanks for the feedback.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.