cancel
Showing results for 
Search instead for 
Did you mean: 

Text into a box

Former Member
0 Kudos

I have a form wit many boxs. I put this boxs with box position statement, and now, i would put the text into this boxs. How can I do this???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In the Window You create the Boxes as per your size and in thast window write the TEXT with INCLUDE statement

/: INCLUDE <textname> TEXT <text> ID <id> Language EN paragraph AS

if it is long text

if it is a small text you can hardcode it with some paragraph like

AS Customer

Reward points for useful Answers

Regards

Anji

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

First Define the boxes in the WINDOW with box statement

and in the window text elements write the field with some paragraph like

AS Customer

if it is a long text you use the INCLUDE statement and write the text

/: INCLUDE TEXTNAME <name> OBJECT <object> ID <id> Language En paragragh AS

Reward points for useful Answers

Regards

Anji