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

Water Mark in Smartforms

Former Member
0 Likes
1,435

Hi All,

I have developed smatform for check printing. I have requirement to print VOID water mark in invliad check . Like if i have two pages first page i need to pass water mark. Please suggest whare exactely need to add code for that. because in  the initilization sfsy dont have total page numbers.  Except last page i need to print VOID an all pages. please suggest.

Thanks

Hi All,

I have developed smatform for check printing. I have requirement to print VOID water mark in invliad check . Like if i have two pages first page i need to pass water mark. Please suggest whare exactely need to add code for that. because in  the initilization sfsy dont have total page numbers.  Except last page i need to print VOID an all pages. please suggest.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
1,373

You do have total number of pages in smartform.

SFSY-PAGE - Current Page

SFSY-FORMPAGES - Total Number of pages   

But a better option would be to choose this condition.

Read only

0 Likes
1,373

Thanks Chinmay..

Water mark  name i need to assign Page only . But in the intilization dont have value for SFSY.

After main window process only how many pages will  have we come to know. I  need before process page only need to control .

Read only

0 Likes
1,373

Are you doing the coding in Initialization? Why? You can do it in other parts of page as well.

Read only

0 Likes
1,373

Yes i can but Water mark image need to assign in Page only. All the windows are under page only. I try chage water mark imgae in debugging mode it will not change. Because  its assigned in page .

Read only

0 Likes
1,373

Oh, right, now I get your problem. Instead of making it a background image, why not define the check portion of the print as a secondary window and print an image when it is to be voided? Would it not be easier?