cancel
Showing results for 
Search instead for 
Did you mean: 

Script - Main window Formatting issue

Former Member
0 Kudos

Dear Experts,

i am developing shipping note. used standard program and script, in main window contains many text elements. what ever not required text elements i commented. But problem is my text element is printing in last page, first pages are printing blank. i want to display the text element in my first page.

For understanding purpose i am giving the below details.

/E GENERAL_HEADER_DATA_TITLE

/E GENERAL_HEADER_DATA_TYPES

........

.........

...........

like this all text elements have.

/E SHIPPING_UNIT

/E SHIPPING_UNIT_DELIVERY_ITEM

i want to display shipping details in main window first page it self. i am getting data but it's not in first page.

if i delete unnessary text elements i am getting info messages while executing the transaction.

Thanks,

Satheesh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member242255
Active Contributor
0 Kudos

Check your main window size and also try by leaving the existing ELEMENTS blank wihtout deleting.

I mean remove the code under the elements but keep the element calling as it is.

Former Member
0 Kudos

Hi Sravan,

Thanks for Quick response, i didn't deleted any thing just i commented. only headers are not commented, main window size is ok bcz my datat is printing in 4 th page.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Dont delete the text elements, Instead comments the lines below the text element.

/E SHIPMENT_HEADER

*

*

/E SHIPMENT_DET

*

*

Regards

Praveen

Former Member
0 Kudos

hi pravin,

i used like that only. it is printing in 4 th page . i want display in first page it self.

Thanks,

Satheesh.