SUBROUTINE DIV
INCLUDE #RW.INCLUDE.DEFS FROM /SYSFILES/REALWEB,BP
CALL RW_START_HTML_PAGE("Division Example 1", "", "", "", "")
TEXT = "Overview"
CALL RWS_HEADING(TEXT, 1, 'style="color: purple"')
CALL RW_PUT(TEXT)
CALL RW_START_PARA("", "")
CALL RW_PUT("Reality is a software environment that supports Reality " : ...
"applications on UNIX and Windows (NT, 2000 and XP) systems. The " : ...
"applications support environment supplied by Reality is a Relational " : ...
"Database Management System (RDBMS), supporting multiple databases on " : ...
"a single host platform, a range of powerful utilities for database " : ...
"management and inquiry, and a set of utilities for operating system " : ...
"resources.")
CALL RW_END_PARA
aClass = 'style="background-color: honeydew; ' : ...
'border: thin inset seagreen; ' : ...
'padding: 10px;"'
CALL RW_START_DIV("", aClass)
TEXT = "Multiple Databases"
CALL RWS_HEADING(TEXT, 2, "")
CALL RW_PUT(TEXT)
CALL RW_START_PARA("", "")
CALL RW_PUT("Any number of databases can be created and maintained on the host. " : ...
"The only restriction is disk space availability. This allows " : ...
"independent and secure use of different databases by different " : ...
"departments or groups using the system. Each database comprises a " : ...
"collection of data organised in relational data structures enabling " : ...
"easy access to, and manipulation of data.")
CALL RW_END_PARA
CALL RW_END_DIV
CALL RW_END_PAGE
RETURN
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Division Example 1</TITLE>
</HEAD>
<BODY>
<H1 style="color: purple">
Overview
</H1>
<P>
Reality is a software environment that supports Reality applications on UNIX
and Windows (NT, 2000 and XP) systems. The applications support environment
supplied by Reality is a Relational Database Management System (RDBMS),
supporting multiple databases on a single host platform, a range of powerful
utilities for database management and inquiry, and a set of utilities for
operating system resources.
</P>
<DIV style="background-color: honeydew; border: thin inset seagreen; padding: 10px;">
<H2>
Multiple Databases
</H2>
<P>
Any number of databases can be created and maintained on the host. The only
restriction is disk space availability. This allows independent and secure use
of different databases by different departments or groups using the system.
Each database comprises a collection of data organised in relational data
structures enabling easy access to, and manipulation of data.
</P>
</DIV>
</BODY>
</HTML>
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
Division Example 1 (RealWeb)
|
File name:
|
DIV.htm
|