| VERBatim - V17 |
| VERBatim - V6 |
| VERBatim - V125 |
| Utility Diskette # 3 - Part I |
| Version 3 Technical Highlights - Copying Rows Programmatically |
| Version 3 TCL Subroutines - Copying Rows |
| Reader's Clinic - Capture Command and Captured Keystrokes |
| Catalyst |
| Popups |
| Catalyst Tips |
| QTIPS - NoRead |
| Reader's Clinic - EVAL |
| QTIPS - New Catalyst Option |
| SecureUser |
| VERBatim - V25 |
| @ATTACK - @Files.System |
| Advanced Revelation Initialisation Sequence (Overview) by Mike Pope |
| REVMEDIA Revisted |
RevMedia FKB
| Document | V2I8A4 |
| Title | QTIPS - NoRead |
| Keywords | NOREAD @PSEUDO FIELDSTORE CATALYST |
| Text | A reader queried how a template could be modified before display without modifying the file copy of the template If @PSEUDO is loaded WITH the template record and WINDOW is called WITH the literal NOREAD in the command line the template will be read FROM @PSEUDO rather than file The value of @PSEUDO could then be changed USING FIELDSTORE before CATALYST was called for EXAMPLE to change a title before display @PSEUDO = XLATE("TEMPLATES" "TYPES" "" "X") @PSEUDO = FIELDSTORE(@PSEUDO CHAR(247) 6 1 "Test") CALL CATALYST("W" "TYPES NOREAD") Note when USING NOREAD a template name MUST still be given (this can be anything as it seems only to be used to keep position within @SENTENCE) Further the sixth "field" (delimited USING CHAR(247)s ie the title) MUST contain something otherwise the system will display an error message and return (Volume 2 Issue 8 Pages 4 5) |
Page last modified: 08/02/03