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

PROTECT in SMARTFORMS

former_member182371
Active Contributor
0 Likes
558

Hi,

in sapscript we have sentence PROTECT/ENDPROTECT,

what is the equivalent in smartforms?

How can i do likewise in smartforms?

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

In a node or template you will have tab output options. There you have check box withe title called page protection. This acts as protect/end protect.

4 REPLIES 4
Read only

Former Member
0 Likes
525

Hi

Yes you can use it in the table node:

In this node you can define several row with different structure and indicate if a certain row must to be protected.

Max

Message was edited by: max bianchi

Read only

Former Member
0 Likes
525

Hi,

YOu can use the same syntax in the text elements.This is basically a feature of the TEXT Elements.So you can use the same syntax in the text elements which you can include in your smart form.

Regards,

Ravi

Read only

Former Member
0 Likes
526

In a node or template you will have tab output options. There you have check box withe title called page protection. This acts as protect/end protect.

Read only

Former Member
0 Likes
525

If you want to print something from the text-element u will declare it in the editor with respective paragraph-format assigned to it. Now if u want to do page protection create a new paragraph format with page protection check box selected ( indents and spacing-text flow-page protection check box). Now assing this paragraph form to the elements which u want to print them together.