Compiling 64K on a Shoestring by Blaise Wrenn (LexStat Systems Ltd)
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 - RTP42
VERBatim - V65
Argument passing - Subroutines and Functions - Mike Pope
Vroom
RTP Series - RTP32
Utility Diskette # 3 - Part I
REVMEDIA Revisted
VERBatim - V25
REVMEDIA Revisted
QTIPS - Code/Command Help
QTIPS - Improving the Message Window
2.1 Highlights
REVMEDIA Revisited
Version 2
Utility Diskette # 4
Utility Diskette # 3 - Part II
Reader's Clinic - Slow Multivalued Screen Display
Reader's Clinic - Screen Width
QTIPS - Modifying EasyWriter To Display Field Descriptions
QTIPS - Command Line Options
Customising the Status Line
Utility Diskette # 4
DOS Interfacing (Part II)
Reader's Clinic - Preventing Records Being Amended
How Indexes Are Updated
A RevTechie Replies - And Miscellaneous Jottings - Mike Pope - Revelation Technologies (UK) Ltd
Caching in on the Frames Array - Mike Pope
Reader's Clinic - Page Marks in Windows

RevMedia FKB

DocumentV4I4A1
TitleQTIPS - Modifying EasyWriter To Display Field Descriptions
KeywordsEASYWRITER
EW.MAIN
TextClifton Peterson has been playing WITH the source code provided WITH 2 12
and comments "It is fairly common that users don't know exactly what a
dictionary field is used for and can't figure it out FROM the name It is
not too difficult to modify the code and popups in EW to include the
dictionary item description One sample of a place to put this code is when
adding fields to display Other places will be similar and the EW code is
written so that the functions can be recognised

For the Add Display Fields Popup: Change
SYS POPUPS*EW DISPLAY ADD
Col FROM 47 to 0
Add a 2nd field width = 46 Just = L

Insert the following lines in EW MAIN at line 262

Swap @Vm WITH @Fm In Plist ; * Existing code
DList = Xlate(DICT " : RFILE PList 14 "X")
For X = 1 To Count(PList @Fm) + (PList#"")
PList = DList
Next
Read PopRec FROM Sys Popups CBranch Then ; * Existing code


(Volume 4 Issue 4 Page 4)
[revmedia/copyrigh.htm]

Page last modified: 08/02/03