Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

i have to place uline in text-element

Former Member
0 Kudos
494

hi experts,

i have to place uline in text-element ( means layout ) .

pls any one suggest.

thanks&regards,

praveen

1 ACCEPTED SOLUTION

former_member195383
Active Contributor
0 Kudos
120

Hi...

if u are talking about text elements that are to be used in programs...then goto-->text elemnt and

press uderscore repeatedly '_______________'..

if u are talking about smartform ...then create a text node..and do the same thing that is press uderscore repeatedly '_______________'..

this will solve ur purpose...

5 REPLIES 5

former_member195383
Active Contributor
0 Kudos
121

Hi...

if u are talking about text elements that are to be used in programs...then goto-->text elemnt and

press uderscore repeatedly '_______________'..

if u are talking about smartform ...then create a text node..and do the same thing that is press uderscore repeatedly '_______________'..

this will solve ur purpose...

Former Member
0 Kudos
120

hi,

In text element give like that

P: &ULINE(20)&

here P is paragraph format other wise like * instead of P

OR

in text element directly hardceded uline like_____________________________________

if helpful give rewards points.

Regards

bhupal

Former Member
0 Kudos
120

I WOULD RECOMMEND YOU TO CREATE A PARAGRAPH

FORMAT AND USE THIS PARAGRAPH FORMAT FOR EXAMPLES

1 Create PARAGRAPH format LI

2 set Alignment-Left, Line Spacing- 1.0 & LN (LINES).

Use this in your script.

OR USE LIKE

  • &ULINE(20)&

rgds

rajesh

Edited by: RAJESH KUMAR on Aug 7, 2008 10:49 AM

Edited by: RAJESH KUMAR on Aug 7, 2008 10:55 AM

SuhaSaha
Advisor
Advisor
0 Kudos
120

Hello,

If you are asking about "Text Element" in smartforms, then its quite simple.

In the Style that you have defined for the form, you create a Paragraph format 'U1' & under the tab "Font" check 'Underline'.

In the node for the text element, select the paragraph format U1 & your text will be output as underlined.

BR,

Suhas

Former Member
0 Kudos
120

helpfull answer