IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Drop down menu


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
isys2006

New User


Joined: 11 Mar 2006
Posts: 13

PostPosted: Mon Mar 13, 2006 2:01 pm
Reply with quote

Hi friends
I want to implement the logic of having a help screen pop up, as soon as the cursor points to the first position in a field. How can i do that??
thanks in advance. :)
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Mon Mar 13, 2006 9:01 pm
Reply with quote

I am not sure if you can have it as soon as the cursor is placed at a particular place. But, you can have it after the F1 key (for example) is pressed after the cursor is placed at a particular place.

To do this, obtain the cursor position for EIBCPOSN, and then send the appropriate map. If you want to retain the old map behind the help map, then send both maps, the one behind being sent first.

This functionality is not restricted to the F1 key. Any of the attention identifier (AID) keys. The AID keys are PF1-PF24, PA1 - PA3.
Back to top
View user's profile Send private message
isys2006

New User


Joined: 11 Mar 2006
Posts: 13

PostPosted: Tue Mar 14, 2006 11:23 am
Reply with quote

thanks a ton for ur help. icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts DROP & ALTER PARTITION-PBR DB2 0
No new posts Drop building Alternate Index for a p... JCL & VSAM 6
No new posts Fields in File-Aid Browse menu screen Compuware & Other Tools 5
No new posts How to eliminate duplicate records - ... DFSORT/ICETOOL 7
Search our Forums:

Back to Top