cancel
Showing results for 
Search instead for 
Did you mean: 

Print longtext upto the end of page in Script

Former Member
0 Kudos

Hi,

I have a question, i need to print long text upto the end of the page in script form, but for some reason it is print only 40 char in one line and goes to the next line for continuation.

Is there anyway i can showup more than 40char long text in one line or upto the end of the page is also fine.

Appreciate your help in advance.

Regards,

Mamatha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

problem solved

former_member297642
Participant
0 Kudos

Hi Mamatha,

Debug and see Variable VTDLINE contains complete long text.if yes problem is in size of window/Template.Increase the size of your window/Template

Try this :

Create a TEXT and select Text type as 'include text' instead of 'Text element'

In Include Text give

Text Name &textname&

Text Object &textobject&

Text ID &textid&

Language = EN

Give your variables in between &

Regards,

Ranjith.

Former Member
0 Kudos

Hi,

I can see my whole text but it is limited to 40char per line. I would like to print it more than 40char.

I am using read_text FM and writing it to the form.

Please let me know how can i remove that 40char limit.

Appreicate any kind of help.

Regards,

Mamatha