Screen Refresh

rwellsw

Active Member
I have a headerless detail form that I need to refresh. It looks at a database to determine the status of orders needing to be processed. It will be refreshed many times during the period of a day.

I have added a push button that has an form interconnect to just redisplay the screen. I also added a BSFN to click the cancel button then redisplay the screen with a form interconnect.

Both work except that on the 21st time the screen fails. If I look I have several instances of the same screen showing behind each other.

What is the proper way to refresh the screen?

Thanks for any help.
Roger

B7333 SP15.1 AS/400 Server
 
Hi Roger,

Q1.) Is Add and Update enabled on your Headerless Detail form or is it read-only?
Q2.) Where do you "press" your pushbutton?
Q3.) Where do you call your BSFN? Do you call it in the ERs of your push button?

Whar about to press the Find button?

Regards,
Zoltán



B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Thats what I needed. The find button did it.

Thanks
Roger

B7333 SP15.1 AS/400 Server
 
Back
Top