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: 

Reg: Smartforms

Former Member
0 Kudos
229

Hi All,

I am using smartforms to display a PO layout. In a text i need some words to be displayed in Italic format. i have given the character format for italic and checked the PO but it is not displaying the words in italic format.

Example: As on &date& <C5>FROM</> &fromdate& <C5>TO</> &todate&.

where C5 is the character format in italic.

In PO, FROM and TO words are not displayed in Italic.

Is there anything else i need to do to display in Italic. Please help me in this issue.

Useful answers will definitely be rewarded.

Thanks in advance,

Asif

1 ACCEPTED SOLUTION

Former Member
0 Kudos
206

Hi ,

Do like this,

As on date &date& <C5>FROM &fromdate& < / > TO &todate&.

Regards,

Jagadish

5 REPLIES 5

Former Member
0 Kudos
207

Hi ,

Do like this,

As on date &date& <C5>FROM &fromdate& < / > TO &todate&.

Regards,

Jagadish

Former Member
0 Kudos
206

HI

try this

As on &date& <C5>FROM </>&fromdate& <C5>TO</> &todate&.

may help

former_member217544
Active Contributor
0 Kudos
206

Hi,

Try using this slash:

<C5> FROM < / > &fromdate& <C5> TO < / > &todate&

Rewards if useful.

Thanks & Regards,

Munukoti Swarna.

Edited by: Swarna Munukoti on Jun 9, 2008 8:59 AM

0 Kudos
206

HI All,

I tried by giving as

As on &date& <C5>FROM</> &fromdate& <C5>TO</> &todate&.

This also doesn't work.

Please suggest me.

Thanks for all the answers.

Asif

Former Member
0 Kudos
206

Actually the problem is due to the Z fonts used in the character format..

its solved now..

thanks for the response