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

Query regarding help routine in Natural


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sivasubramanian.V

New User


Joined: 27 May 2011
Posts: 1
Location: India

PostPosted: Fri May 27, 2011 6:01 pm
Reply with quote

Hi all,

Consider the below scenario.

In a natural map i have defined the following fields.

#Number1 (A1)
#Number2 (A1)

I have written a help routine for the above fields as HELP001 and HELP002 respectively.

I am passing #Number1 as parameter to HELP002. based on #Number1 I have to display possible values for #Number2 in a popup.

The issue is when I enter value for #Number1 and do a PFUI1 in #Number2, it is not displaying the required values in popup. While debugging I found that even I enter a value in #Number1 the value is not getting populated. When I perform some action then only it is getting populated.

For example if I enter a value in #Number1 and do a enter(PFUI-ENTER) the value is populated in #Number1 and then if I do a PFUI1(HELP) in #Number2 it is displaying necessary values. But I want the same without doing the PFUI-ENTER operation.

I want this to be happen without doing any action. Suggestions are welcome.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri May 27, 2011 6:17 pm
Reply with quote

Sivasubramanian.V wrote:

[...]
I want this to be happen without doing any action. Suggestions are welcome.


What a great job you have. You don't even have to put your feet up, or lift your arm to sip a cup of tea?

You want to type some data in the first field, move the cursor to the second field and then press a function key? Well, since nothing has happend to do anything with the data you typed in the first field, you'd have to have your own processing for that data when you press the function key. Nothing will happen "without doing any action".
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Issue with EXEC CICS QUERY SECURITY c... CICS 6
Search our Forums:

Back to Top