Application Development 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: 

Smartform Question

Former Member
0 Kudos

Hi,

I have a table in the main window and there is another window following the main to display a barcode. I need this barcode window to be printed only after all line items are printed in the main window.

Can anyone please tell me what settings I have to make such that this barcode is printed only on the last page irrespective of the numbr of pages?

Thanks

S R

6 REPLIES 6

GauthamV
Active Contributor
0 Kudos

hi,

use command BOTTOM ENDBOTTOM and write ur code there.

Former Member
0 Kudos

hi

in ur barcode window

double click barcode window u get 3 tabs i.e general attributes,output options,conditions

then goto conditions tab

in this tab u need to find *And Additional Event*

in this u need to check check box Only ofter the main window

then barcode display end of the all records

Former Member
0 Kudos

Hi SR,

In WINDOW u can find a Tab CONDITIONS there in Output Conditions give this condition


Field Name       Relation    Comparision Value

SFSY-PAGE           =         SFSY-FORMPAGES

Best regards,

raam

0 Kudos

Raam,

I have 2 pages: first page and last page. When the main window containing the table exceeds the first page, it should continue to the last page. The barcode window should be displayed only on this last page. I have designed the first page as well as the last page to contain this barcode window and have even tried to give the additional event " After Main Window" .

But still I am not getting the required output.

Can you please help?

Thanks

SR

Former Member
0 Kudos

Hi SR,

Just double click on ur Barcode window and

go under condition tab,there click on only after end of main window and you will get this window only after ur item data window that is you main window.

Cheers...!!

Sid

former_member182485
Active Contributor
0 Kudos

In the main window's table you will have three sections

Header

Main Area and

Footer

Display the code for BAR CODE in the footer section, It will come Just after the table entries are finished.

Reward Points if helpful

Regards

Bikas