| 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) |
RevMedia FKB
| Document | V4I4A1 |
| Title | QTIPS - Modifying EasyWriter To Display Field Descriptions |
| Keywords | EASYWRITER EW.MAIN |
| Text | Clifton 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 Next Read PopRec FROM Sys Popups CBranch Then ; * Existing code (Volume 4 Issue 4 Page 4) |
Page last modified: 08/02/03