Application Development and Automation 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: 
Read only

Reg: Smartforms

Former Member
0 Likes
818

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
Read only

Former Member
0 Likes
795

Hi ,

Do like this,

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

Regards,

Jagadish

5 REPLIES 5
Read only

Former Member
0 Likes
796

Hi ,

Do like this,

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

Regards,

Jagadish

Read only

Former Member
0 Likes
795

HI

try this

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

may help

Read only

former_member217544
Active Contributor
0 Likes
795

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

Read only

0 Likes
795

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

Read only

Former Member
0 Likes
795

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

its solved now..

thanks for the response