cancel
Showing results for 
Search instead for 
Did you mean: 

script

Former Member
0 Kudos

Hai ,

I want to display all the sales orders that are created on a particular date in one page and when ever the date changes it should go to the nxt page and display all the records regarding that date in scripts. what is the procedure to be followed in the driver program and the layout set.

reward point for all useful ans.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use 2 variables for holding date in your driver program. Pass these two variables to the Script.

you have to put an IF statement to check the dates while you are printing the sales orders. If the dates are not matching use PAGE-BREAK statement to trigger a new page.

for reference check the below link.