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

Panels:-need to refresh the panel fields


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganga79

New User


Joined: 16 Nov 2005
Posts: 23

PostPosted: Tue Jun 19, 2007 12:00 pm
Reply with quote

Hi,

I have done the Panel programming while executing the Panel program I have entered some data first time and I executed the program and If I opened the panel Second time it is showing the previous entered in one particular field that means that it is not refreshing the Panel fields. Can you please advice me on this.Thanks.




Regards,
Ganga
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jun 19, 2007 2:03 pm
Reply with quote

Hello,

This does not sound like a JCL topic.

I'll be happy to move it if you post where you would like it moved to?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jun 19, 2007 2:53 pm
Reply with quote

I'm not sure I understand the question, but take a look at the REFRESH statement of the panel language (assuming you meant ISPF panel).

O.
Back to top
View user's profile Send private message
arumugamvedam

New User


Joined: 29 Jun 2007
Posts: 1
Location: India

PostPosted: Mon Jul 02, 2007 7:51 pm
Reply with quote

Before you display the panel for the second time u can move ' ' ( spaces) to the fields used in the panel. Hence the values wud be refreshed when the panel is displayed.
Back to top
View user's profile Send private message
naveenvetrivel

New User


Joined: 15 May 2007
Posts: 8
Location: Bangalore

PostPosted: Tue Jul 03, 2007 11:58 am
Reply with quote

Hi,

Another way to getting the fields refreshed every time you display the panel is to initializing all the fields used in )INIT section of the Panel definition.

For example, if you have used a field called custname, you can code &custname = ' ' in the )INIT section. So everytime you display the panel this field is getting refreshed automatically. No need to move ' ' (space) to the field in program.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Concatenate 2 fields (usage national)... COBOL Programming 2
No new posts panel creation question TSO/ISPF 12
No new posts Cobol COMP-2 fields getting scrambled... Java & MQSeries 6
Search our Forums:

Back to Top