Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Displaying an Application : Displaying a Screen

Displaying a Screen
There are three TIBCO Object Service Broker rules statements you can use to display a screen from a rule: the DISPLAY statement, the UNTIL…DISPLAY statement, and the DISPLAY & TRANSFERCALL statement.
Example of the DISPLAY Statement
The following example illustrates the DISP_SCREEN rule, which uses the DISPLAY statement to display the EMPLOYEE_EXPENSE screen:

 
RULE EDITOR ===> SCROLL: P
DISP_SCREEN;
_
_ ---------------------------------------------------------------------------
_ ------------------------------------------------------------+--------------
_ DISPLAY EMPLOYEE_EXPENSE; | 1
_ ---------------------------------------------------------------------------
PFKEYS: 1=HELP 3=END 12=CANCEL 13=PRINT 14=EXPAND 2=DOCUMENT 22=DELETE

 
See Also
TIBCO Object Service Broker Programming in Rules for information about DISPLAY, UNTIL…DISPLAY, and DISPLAY & TRANSFERCALL statements.
The Screen Tools section of TIBCO Object Service Broker Shareable Tools for information on displaying a screen

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved