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

call normal screen in subscreen.

Former Member
0 Likes
856

hi friends.ı want to call call normal screen in subscreen.

how do ı do?

thanks.

7 REPLIES 7
Read only

Former Member
0 Likes
794

>

> hi friends.ı want to call call normal screen in subscreen.

> how do ı do?

> thanks.

subscreen cannot handle any thing on its own, so you have to do this at the main screen level,

Read only

Former Member
0 Likes
794

hi friends.ı want to call transaction in subscreen.

how do ı do?

thanks.

Read only

0 Likes
794

what you want exactly. nothing can be done inside subscreen.

handling part will be under the control of main screen. So if you want to handle any thing inside subscreen , that is possible through the main screen.

assume you have screen 100, and you are displaying 200 subscreen in 100. then if you want to call some transaction then you have to handle that in user_command of 100 screen.

Read only

Former Member
0 Likes
794

ok how do ı do?

Read only

Former Member
0 Likes
794

but ı wan to call transaction subscreen.

Read only

matt
Active Contributor
0 Likes
794

Which part of "you can't" did you not understand?

I understand you want to, but you canna change the laws of physics, captain. You've two choices.

1. Give up.

2. Try an alternate universe

Read only

0 Likes
794

Tried an alternative universe. Still cant work within the subscreen area although it displays 270 degree symmetry.

Try managing the action in the subscreen at the main screen level, but then call a new subscreen based on this outcome to reflect what you originally wanted.

Cheers

Gareth