arunkumar_e Beginner

Joined: 06 May 2004 Posts: 27 Topics: 16 Location: Bangalore
|
Posted: Sat May 17, 2008 5:29 am Post subject: Invoking a pulldown option |
|
|
Hi friends,
I need your valuable inputs for the problem i am facing. I have Created a panel to perform some function. This panel has a HELP Pulldown at a cornor. Now when i select an option from this pull down, i want to invoke another panel which is nothing but some text for help typed in it. Now this is the code which i am using to Invoke the second panel.
Code: | )ABC DESC('HELP') MNEM(1)
PDC DESC('TIPS')
ACTION RUN(ISRROUTE) PARM('SELECT PANEL(TSTR3)') <<= This is
the second panel
)ABCINIT
.ZVARS = PDCHOICE
)ABCPROC
VER (&PDCHOICE,LIST,1) |
Is this the right way ? if i want to go back to the first panel after pressing some key is there something which i can code ??
Let me know ur inputs
Cheer's
Arun _________________ Arun
"Genius is one percent inspiration and ninety-nine percent perspiration." -- Thomas A. Edison |
|