DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦23ec4cf7b⟧ TextFile

    Length: 1536 (0x600)
    Types: TextFile
    Names: »CRDHELP3.TXT«

Derivation

└─⟦6a1b9f2c5⟧ Bits:30005310/disk3.imd Open Access II v2.10 (dansk)
    └─⟦this⟧ »CRDHELP3.TXT« 

TextFile

!CRDHELP3 
menuvalue = 3 
WINDOW menuwind = SIZE 78 BY 20 AT 1,1 FRAMED
SCREEN menuwind
   PUT AT 1,-1 MODE PROMPT "<do> <undo> <pg_up>" FILLED 
   PUT AT 1,1  MODE TITLE  "Card Convert Help - Page 3 of 3"  FILLED 
   PUT AT 1,2  MODE NORMAL
PUT "5. Execute CRDCVT (.TXT or .CND) program using perform in Programmer.", DO NEWLINE 
PUT "   If you are not familiar with the Programmer Module run the Tutorial.", DO NEWLINE 
PUT DO NEWLINE 
PUT "6. Go into the <desk> Notepad and examine CRDREJ.TXT.  This will contain", DO NEWLINE 
PUT "   a list of Names which had something wrong.  The field name may be too long",DO NEWLINE
PUT "   and was truncated and you may wish to edit the field which was too long", DO NEWLINE 
PUT "   Names which didnt parse completely to fit the LAST, FIRST, MIDDLE or", DO NEWLINE
PUT "   FIRST, MIDDLE, LAST will also be listed", DO NEWLINE
PUT "   You may edit the fields using the <desk> Business Cards or the Database", DO NEWLINE 
PUT "   Print the CRDREJ.TXT file to your printer, if your like." 
      GO = TRUE 
      KEYS GET GO 
         :K_DO:
            menuvalue = -1   !returns to main convert window 
         :K_RET:
            menuvalue = -1   !returns to main convert window 
         :K_PG_UP: 
            menuvalue = 2    !will invoke CRDHELP2 on return 
         :K_UNDO: 
            menuvalue = -1   !returns to main convert window 
         END KEYS 
END SCREEN 

«eof»