|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1536 (0x600)
Types: TextFile
Names: »CRDHELP2.TXT«
└─⟦6a1b9f2c5⟧ Bits:30005310/disk3.imd Open Access II v2.10 (dansk)
└─⟦this⟧ »CRDHELP2.TXT«
!CRDHELP2
menuvalue = 2
WINDOW menuwind = SIZE 78 BY 20 AT 1,1 FRAMED
SCREEN menuwind
PUT AT 1,-1 MODE PROMPT "<do> <undo> <pg_up> <pg_down>" FILLED
PUT AT 1,1 MODE TITLE "Card Convert Help - Page 2 of 3" FILLED
PUT AT 1,2 MODE NORMAL
PUT DO NEWLINE
PUT "2. Execute DB3-->DF/IF Convert from OA II utilities menu.", DO NEWLINE
PUT " CONVERT CARD.DB3 TO CARD.DF and CARD.IF files", DO NEWLINE
PUT " WARNING: DONT CHANGE THE NAME OF THE FILE ON CONVERSION.", DO NEWLINE
PUT DO NEWLINE
PUT "3. Press <desk> and select Business Cards, Press <do> to create an", DO NEWLINE
PUT " empty CARDSPI.DF/IF file for the new card file. Note: this", DO NEWLINE
PUT " is not neccessary if it already exists. The conversion will add to", DO NEWLINE
PUT " the CARDSPI.DF/IF file.",DO NEWLINE
PUT DO NEWLINE
PUT "4. Enter the Database and select Browse, enter CARDS.DF. If there are ",DO NEWLINE
PUT " blank entries, delete them (<line_del>)."
GO = TRUE
KEYS GET GO
:K_DO:
menuvalue = 3 !returns to main convert window
:K_RET:
menuvalue = 3 !returns to main convert window
:K_PG_UP:
menuvalue = 1 !will invoke CRDHELP1 on return
:K_PG_DOWN:
menuvalue = 3 !will invoke CRDHELP3 on return
:K_UNDO:
menuvalue = -1 !returns to main convert window
END KEYS
END SCREEN
«eof»