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 LOGO PRINT

0 Likes
656

Hi all,

This question has been asked in one of my interviews.

If there are 4 logos and needed to be displayed based on the company codes, then how will you display?

MY Answer: Use conditions tab and then add company logo according to the company code.

What if they are 100 companhy logos?

Can anyone help me?

2 REPLIES 2
Read only

former_member1716
Active Contributor
0 Likes
577

Hello divya nl,

Maintain a custom table with company code and Logo Name as two columns.

Now during execution get the Logo Name by querying the custom table with the current Company Code.

Now You will always have one Logo Name at a time during every run, All you need to do is pass this Logo Name as a Variable with & sign.

For example if the variable is Logo pass the Value as &LOGO& in the graphic component.

Let us know if you need any clarification.

Regards!

Read only

0 Likes
577

Thanks.

Seems there is a concept called 'Copies Window' and it applies to this.

Do anyone know how Copies window works and can illustrate a real time example?

Regrads,

Divya N L.