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

Create new window in script

Former Member
0 Likes
691

Hi SDN,

Can I raise one dought related to my requirement? In script PO headings is now displaying in main window and related items displayed in B2 window, but user wants to display it in B2 window with creation of new window. So I need to create one new window in the existing window B2, is it possible? If yes please furnish details. Any changes will require in print program? Expecting the suggestions ASAP. More appreciate for your valuable suggestions and thanks in advance.

Regards,

Ravi.

4 REPLIES 4
Read only

Former Member
0 Likes
645

Hi Ravi,

try this:

/: NEW-WINDOW

regards,

keerthi

Read only

Former Member
0 Likes
645

Hi,

NEW-WINDOW name of the new window.

Kishore reddy.

Read only

Former Member
0 Likes
645

hi,

you can create a new window on the current widow and write the same using coding to display the window.

Read only

Former Member
0 Likes
645

hi

In the B2 window,

use the following code and make it a meaningful code as per ur requirement:

if u want to create a new window on different page, then use the

/: NEW-PAGE pageno

/: NEW-WINDOW newwindowname

Here use the code for heading etc.

I think no changes to the print program is required.

regards,

shamim.