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

logo issue in smartform..

Former Member
0 Likes
957

Hi,

I am facing a weird issue. In the production system, I have a logo (Bitmap image). In a smartform,

I see a graphic element inserted with the logo name in the General attributes tab. But the "conditions"

tab has Field name as 1 and comparison value as 2 i.e. 1 = 2 (I dont know what this is for...).

Now when this smartform output is tested, this logo image is not seen !! Why ??

And in addition the user claims that this image is printed on the back of the page which I am not

able to see in my printed output.

Any pointers for me to explore further ? Pl advise.

thnks

Hi,

I am facing a weird issue. In the production system, I have a logo (Bitmap image). In a smartform,

I see a graphic element inserted with the logo name in the General attributes tab. But the "conditions"

tab has Field name as 1 and comparison value as 2 i.e. 1 = 2 (I dont know what this is for...).

Now when this smartform output is tested, this logo image is not seen !! Why ??

And in addition the user claims that this image is printed on the back of the page which I am not

able to see in my printed output.

Any pointers for me to explore further ? Pl advise.

thnks

5 REPLIES 5
Read only

Pawan_Kesari
Active Contributor
0 Likes
920

1 = 2 will always be false so the node will never execute.

This condition cen be used used to comment out a node without deleting it.

Read only

Former Member
0 Likes
920

simple thing... the logo which you are talking about is definitely not getting printed from the same window.. as 1 = 2 is always impossible... so that finishes your first question.. it might have been added to keep the track of the changes where previously that logo would have been coming in that window and then removed...(rather deleting theu just created a impossile condition)..

now about back side printing of the logo.. you check if there is a next page with a window having this logo again... that is why it might be getting printed on back side when you set your printer preference as front to back printing..

Read only

0 Likes
920

Hi Soumyaprakash,

In my smartform, there is only one page - FIRST ...No other page defined. So Under the "Pages and Windows" node I can

see only one node i.e. FIRST page and under that I have the logo and additional nodes for the data.

Now regarding the logo, There is "Add additional event" tab in its properties window and there is a checkbox labelled " Only on first page". Do you think that would help ??

Again, I am not able to see the logo printed on the back side of the page but the end user is.

So am I missing something in testiing ?

thnks

Read only

0 Likes
920

Removed the logo and the issue got resolved.

Read only

Former Member
0 Likes
920

Hi,

First you have check your condition before logo printing and check your window size and resolution of picture .

Thanks

Regards

I.Muthukumar.