Push Return versus Return

Whittall, Conrad Conrad.Whittall@Cognos.COM
Tue, 7 Aug 2001 19:17:28 -0400


Oh, I do like the easy ones ;-)

PUSH RETURN puts the RETURN command onto the top of the pending command
stack, which will only be "popped" from that stack and executed when the
screen has exhausted any remaining rapid-fire command buffer entries and
would then normally prompt the user for the next ACTION to perform.

RETURN will (attempt to) return to the calling screen immediately it is
encountered.

Best regards,
Conrad

Conrad Whittall
Marketing Manager, Application Development Tools
Cognos Incorporated, 3755 Riverside Drive, Ottawa, Ontario, K1G 4K9, Canada

Developer productivity never goes out of style!

For details of the Cognos PowerHouse family of high-productivity
development tools for Web, Windows and terminal-based business
applications, and to request your own free copy of our new product
demo CD, simply click here http://www.cognos.com/powerhouse.


-----Original Message-----
From: GGrimm@pcc-structurals.com [mailto:GGrimm@pcc-structurals.com]
Sent: Tuesday 7 August 2001 18:52
To: powerh-l@lists.swau.edu
Subject: Push Return versus Return


     Blame the lazy, hazy dayz of summer or whatever but I can't recall why 
     or when PUSH RETURN or RETURN is appropriate from a subscreen to the 
     parent screen.