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

smartforms

Former Member
0 Likes
487

Hi experts

Can i display the field in the smartform with condition base.

ie if the particular field contains data ,we can display.

but the field does not have any data, then that field should not be displayed.

In my case that field has no data, but that empty row is displayed.

how to eliminate this empty row.

Thanks in advance.

Regards

Rajaram

4 REPLIES 4
Read only

Former Member
0 Likes
456

Hi,

U use Alternative for that.Check smartform conponents tree.

Specify your condition and put your code in true or false event.

Rewarsds point if i useful

Read only

0 Likes
456

Hi Bhatia

Thanks a lot, but i don't know how to use true or false event.

Can u give me some more explanation or steps to do that.

Regards

Rajaram

Read only

0 Likes
456

Hi,

If you are displaying that field in text, then give the condition in the CONDITION tab of the same.

like :

fieldname NE initial

this will work.

rewards if found helpful

Read only

Former Member
0 Likes
456

On the node that you have your text defined go to the last tab, conditions.

In the table put your field that you only want to display when not empty and in the middle button, click and choose <ne> and in the last space write initial

This will only output your text in that node if the value of your field is filled.

Cheers

Wayne