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

smartform disabling the field

Former Member
0 Likes
732

Hi all,

i'm working on smartforms, i need to display fright field. if there are no values on the field

tat field shouldn't be displayed on the output.

here i'm getting the display but if the values are more thn 0. it shouldn't be displyed in the print screen.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
594

Hi,

I think You need to set a Flag for that.For that u need to add flag as a field in custom Table.

Declare V_Flag as a input parameter in global definitions tab.

Then Put a Select Querry as Select Flag into v_flag From Custom Or Z table which u have in which you have that freight field.

Hope it helps.

Regards,

Rahul

Hi all,

i'm working on smartforms, i need to display fright field. if there are no values on the field

tat field shouldn't be displayed on the output.

here i'm getting the display but if the values are more thn 0. it shouldn't be displyed in the print screen.

Regards

Suprith

2 REPLIES 2
Read only

Former Member
0 Likes
595

Hi,

I think You need to set a Flag for that.For that u need to add flag as a field in custom Table.

Declare V_Flag as a input parameter in global definitions tab.

Then Put a Select Querry as Select Flag into v_flag From Custom Or Z table which u have in which you have that freight field.

Hope it helps.

Regards,

Rahul

Read only

Former Member
0 Likes
594

just put the appropriate condition in the conditions tab of the field

like freight not equal to initial