REVMEDIA Revisted
QTIPS - DOS File Names
DOS Interfacing (Part II)
VERBatim - V116
@ATTACK - @Pri.File
@ATTACK - @Rollout.File
File Variables
How Indexes Are Updated
Index Record Layouts
QTIPS - File Variable of File In SELECT Statement
QTIPS - Amending non-Attached Files
LINEAR HASH FILE STRUCTURES - Part 1
Index Flush
QTIPS - File Handle Structure
@ATTACK - @Rollout.File
Networked %SK%
Network Contention
Directory Exists on Novell
QTIPS - String Space Format Errors
QTIPS - Postscript Driver Problem
@ATTACK - @Rollout.File
@ATTACK - @Reduction.Done
SecureUser
VERBatim - V25
@ATTACK - @Files.System
Advanced Revelation Initialisation Sequence (Overview) by Mike Pope
REVMEDIA Revisted
Reader's Clinic - Functions and Subroutines
Argument passing - Subroutines and Functions - Mike Pope
WP Bond, from Professional Systems Development - A review by Michael Ruane - Phoenix Solutions.
VERBatim - V39
VERBatim - V122
VERBatim - V123
Index Sub Revisited
@ATTACK - @Sentence
@ATTACK - @Rollout.File
QTIPS - File Variable of File In SELECT Statement
Reader's Clinic
Reader's Clinic - Template Name at Pre-Init
QTIPS - Replacing GAS.BAR routine during PERFORM "SELECT"
QTIPS - Suppressing Initial Form Feed
Playing with Scan Codes
QTIPS - Compiling Protection Code
QTIPS - Invalid Code and Command
QTIPS - Code/Command Help
Compiling 64K on a Shoestring by Blaise Wrenn (LexStat Systems Ltd)
RTP Series - RTP9
RTP Series - RTP50
VERBatim - V25
@ATTACK - @Files
Utility Diskette # 3 - Part I
@ATTACK - @Station
@ATTACK - @Rollout.File
@ATTACK - @Modal
@ATTACK - @CPU.Type
Reader's Clinic - Page Marks in Windows

RevMedia FKB

DocumentV2I6A9
Title@ATTACK - @Rollout.File
Keywords@ROLLOUT.FILE
SUSPEND
ROLLOUT
@STATION
@SENTENCE
TextThe name of the file to be used for the SUSPEND operation Note that this is
not created in a unique fashion for individual workstations (unlike View
Files) and so if SUSPEND is used on a network care must be taken to ensure
that the rollout filenames are unique

This may be done USING the system subroutine ROLLOUT This routine looks for
the name of the ROLLOUT file to use as the second word of @SENTENCE Thus
the following code could be used to individualise the rollout files at login

IF @STATION THEN
* Only do this on a network
ROLL_FILE = @STATION "R#8"
ROLL_FILE : = " ROF"
@SENTENCE = " " : ROLL_FILE
CALL ROLLOUT
END

To check the CURRENT SETTING of the rollout file type ROLLOUT at TCL Can
be amended


(Volume 2 Issue 6 Page 8)
[revmedia/copyrigh.htm]

Page last modified: 30/01/03