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

conditional BOLD in Smartforms

Former Member
0 Likes
472

Hi All,

I have table data in smartforms follwing fileds, Sno, description listprice.

if listprice is there, my desc field data should be BOLD.

if the listprice is empty, it can be display normal.

regards,

Ajay

2 REPLIES 2
Read only

Former Member
0 Likes
401

hi ajay ,

this will be given in the paragraph

or this is specified in the styles paragraphs, characters--->

fonts then give the size..

regards,

venkat.

Read only

rahulkavuri
Active Contributor
0 Likes
401

hi

In the main window of the program add the conditional fork... you would be getting True or False as the submenus

In General attributes of the Conditional Fork give

FIELDNAME Whatever is the fieldname

RELATION AS NOT EQUAL TO

COMPARSION VALUE AS INITIAL

in True or False submenus give the text-element with A bold and another one without bold..

That will do it..