2008 Dec 17 10:17 AM
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
2008 Dec 17 10:25 AM
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
2008 Dec 17 10:25 AM
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
2008 Dec 17 10:30 AM
just put the appropriate condition in the conditions tab of the field
like freight not equal to initial