TYX Corporation
Productivity
Enhancement Systems
PAWS Studio
Release Notes
Version 1.35.8
December 13, 2007
Table of contents
2.3.1 New Text Publisher Resource
Functionality
2.3.2 Manual Intervention of the TPS
Server made synchronous.
Version 1.35.8
Release date: December 13, 2007
Version 1.35.8
Release date: December 13, 2007
TYX TextPublisher Resources for ERROR, WARNING, INFO, DATALOG & DISPLAY is now enhanced to implement INPUT, so that ATLAS can retrieve any prior information sent to these respective resources form an earlier OUTPUT made to the Resource.

Example:
The
above ATLAS sample code provides a technique to do the above.
Notice
that in the sample above an INPUT is performed on the ‘ERROR’ TextPublisher Resource. Once an INPUT
is performed to retrieve the data cached in the Resource from a prior OUTPUT
call, it is no longer maintained in the Resource. As demonstrated above users
may loop while NOT ‘EOF’(End of File) to retrieve all the information
cached in the Resource.
By
default no caching of the OUTPUT text to the resource is performed. To
configure the required resource (ERROR/INFO/WARNING) PROGID “RtsIO.TextPublisher”
to perform the ‘INPUT’ from Resource functionality, the Resource “Properties” are to be configured in the RTS
IOSubsystem.
The following figure displays enabling the “Backup Data” check box of the ‘ERROR’ Resource via the ‘Rts’à’Options’ menu item.

The Manual Intervention interface of the TPS Server is made synchronous. Additionally this allows for RTS Run() interface function to return immediately if a Manual Intervention ATLAS instruction is encountered by the RTS. Clients may continue to run the ATLAS (from the current wait location) subsequently by invoking ManualIntervention() interface function. This call to ManualIntervention() will not return until another Manual Intervention instruction is encountered in ATLAS or the RTS encounters a TERMINATE.
This PR is fixed in lieu of the Text Publisher Resource enhancement.