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

Dynamic Smartstyles in Smartforms-Reg

sunil_mani
Active Participant
0 Likes
1,023

Hi Experts,

     I have to get dynamic smartstyles in smartforms based on languages. For example, I have created  two styles 1. ZTEST 2. ZTEST1.

Style 1 is for english language and style 2 for chinese language. Can you help me, how to mention dynamic styles in output options of each text?

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
861

Create two texts,

in first text go to "output options" tab give "ZTEST" as smartstyle and in "conditions tab" put a check

syst-langu  = 'EN'.

Repeat the same for other text giving the other style "ZTEST1"  and in "conditions tab" check

syst-langu ne 'EN'.

Regards

Create two texts,

in first text go to "output options" tab give "ZTEST" as smartstyle and in "conditions tab" put a check

syst-langu  = 'EN'.

Repeat the same for other text giving the other style "ZTEST1"  and in "conditions tab" check

syst-langu ne 'EN'.

Regards

1 REPLY 1
Read only

former_member188827
Active Contributor
0 Likes
862

Create two texts,

in first text go to "output options" tab give "ZTEST" as smartstyle and in "conditions tab" put a check

syst-langu  = 'EN'.

Repeat the same for other text giving the other style "ZTEST1"  and in "conditions tab" check

syst-langu ne 'EN'.

Regards