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: 

In Smartform unable to display images in page 2

yarnagula_sudhir
Active Participant
0 Kudos


Hi,

My requirement is to print table in page 1 and images in page 2.

Kindly see the images below:

Page 1: Table

Page 2: Image

So when im going for preview, i can see only page 1 and table in it. Unable to view images in page 2.

Kindly let me know the solution based on my requirement.

With Regards,

Sudhir.

1 ACCEPTED SOLUTION

former_member203305
Active Contributor
0 Kudos

Hi.

In the first page, after the table, add a Command that goes to the second page.

1. Create a command line in Main window

2. In the General Attributes Tab, Check the option "Go to Next page"

Hope this helps .....

Regards

Miguel

4 REPLIES 4

himanshu_gupta13
Employee
Employee
0 Kudos

Hi Yarnagula,

I think this graphs are generating dynamically on basis of current run time data, you can do one thing, just after calling smart form in your program generate the graphs using 'GRAPH_MATRIX_3D', so consequently it generates the graphs where you have an option to take print out of graphs.


Follow the below link....


Many Thanks / Himanshu Gupta

Former Member
0 Kudos

Hi Yarnagula,

Check whether the next page id set or not..

Regards,

Shashikanth

former_member203305
Active Contributor
0 Kudos

Hi.

In the first page, after the table, add a Command that goes to the second page.

1. Create a command line in Main window

2. In the General Attributes Tab, Check the option "Go to Next page"

Hope this helps .....

Regards

Miguel

0 Kudos

Hi,

Thank you for your solution. Its working. Im getting the images in page 2.


Now the requirement been increased to another level.


For Example:


Sales Order No: 1 should display Image 1 and

Sales Order No: 2 should display Image 2.

So, the images should display based on Sales Order Input.


What will be the logic and respective steps. Kindly let me know the solution.


With Regards,

Sudhir.