顯示具有 DOS 標籤的文章。 顯示所有文章
顯示具有 DOS 標籤的文章。 顯示所有文章

1999/9/17

DBASE之基本指令:LIST / DELETE指令

LIST指令有許多種用法, 有列出資料, 列出特定筆數資料, 列出特定欄位的資料, 列出資料時不顯示記錄筆數, 乍看之下好像還滿好用的 , 如果將它使用在程式裡面, 將會使畫面變得很死板, 因為LIST顯示會按照一定之格式輸出, 所以一般設計程式時都不使用, 只有在點提示下使用, DISPLAY 與LIST顯示結果差不多, 只有在它們單獨使用時有所差異, LIST是顯示所有資料,DISPLAY是顯示目前所指的資料。

如果發現資料錯誤, 可以使用三個指令進行修改, 1.BROWSE瀏覽資料並做修正, 2.EDIT 3.CHANGE 取出指定記錄編修, 不過這個指令也只能在點提示下使用, 而如何在程式中使用? 我們後面將會說明。

刪除資料可以用DELETE將指定記錄做刪除記號, 然後用PACK整理沒有刪除記號的記錄, 如果在PACK之前發現刪錯, 可以利用RECALL救回做了刪除記號的記錄。

USE 檔名 ,開啟資料庫, 在上述所說的建立資料後, 想重新使用或關閉資料庫時, 使用USE 之指令可以完成, 電腦將部份資料先載入記憶體內, 以便使用. 另一種關閉資料庫的方法是用CLOSE DATA指令, 都可以清除記憶體內的資料, 並關閉索引檔. USE 在程式設計中, 用法也是相同, 資料庫使用時, 一次只能開啟一個資料庫, 如果同時使用兩個資料庫, 前面一個會被後面一個蓋掉。

1999/9/6

HD_COPY.CFG 檔案內容

; Type "HD-COPY /?" to display all available options.
V+   ; auto verify on
F+   ; FAT-selection on
R+   ; format destination on
T224 ; root directory entries
H-   ; head settle time off
B+   ; verbose mode on
M+   ; mouse on
N+   ; sound effects on
Z-   ; debug mode off
US   ; "safe" user mode
X+   ; XMS autodetection on
E+   ; EMS autodetection on
02   ; Drive 0 (A): max. 82 tracks
12   ; Drive 1 (B): max. 82 tracks

1999/9/5

VPIC ver 6.0 REFERENCE CARD

n                        @Copyright 1990 - 1992 by Bob Montgomery, All Rights Reserved.  [CIS 73357,3140]

    VPIC is a file viewer/converter for EGA, VGA and SuperVGA display adapters. It supports 8514A, Acumos, Ahead (A & B chip),
    ATI, Chips & Technology, Compaq, Everex, Genoa, Headland (Video 7), NCR, Oak, Paradise, Realtek, S3, Trident (8800 BR & CS
    and 8900), Tseng (ET3000 & ET4000 chip), Western Digital, and Zymos VGA chips in all VGA/EGA graphics modes. If your board
    supports the VESA standard, it is autodetected and used. It is configurable for your display card using a plain text
    configuration file and the accompanying CONFIG and CVPIC configuration programs.

1999/9/3

FILES ON DISKS - Turbo C++ Version 3.0

DISK 1
------
INSTALL   EXE - Install program
UNZIP     EXE - Decompress .ZIP files
README    COM - Reads this README
CLASSINC  ZIP -
   ABSTARRY    H - Header file for classlibs
   ARRAY       H - Header file for classlibs
   ARRAYS      H - Header file for classlibs
   ASSOC       H - Header file for classlibs
   BAG         H - Header file for classlibs
   BAGS        H - Header file for classlibs
   BTREE       H - Header file for classlibs
   CHECKS      H - Header file for classlibs
   CLSDEFS     H - Header file for classlibs
   CLSTYPES    H - Header file for classlibs
   COLLECT     H - Header file for classlibs
   CONTAIN     H - Header file for classlibs
   DBLLIST     H - Header file for classlibs
   DEQUE       H - Header file for classlibs
   DEQUES      H - Header file for classlibs
   DICT        H - Header file for classlibs
   DLISTIMP    H - Header file for classlibs
   HASHTBL     H - Header file for classlibs
   LDATE       H - Header file for classlibs
   LIST        H - Header file for classlibs
   LISTIMP     H - Header file for classlibs
   LTIME       H - Header file for classlibs
   MEMMGR      H - Header file for classlibs
   OBJECT      H - Header file for classlibs
   PRIORTYQ    H - Header file for classlibs
   QUEUE       H - Header file for classlibs
   QUEUES      H - Header file for classlibs
   RESOURCE    H - Header file for classlibs
   SET         H - Header file for classlibs
   SETS        H - Header file for classlibs
   SHDDEL      H - Header file for classlibs
   SORTABLE    H - Header file for classlibs
   SORTARRY    H - Header file for classlibs
   STACK       H - Header file for classlibs
   STACKS      H - Header file for classlibs
   STDTEMPL    H - Header file for classlibs
   STRNG       H - Header file for classlibs
   TIMER       H - Header file for classlibs
   VECTIMP     H - Header file for classlibs

1999/9/2

PE II Help Document

1. Getting Started

  1.1 The Person Editor Screen:

    1.1.1 TEXT AREA:
 The text area is the area between '=== Top of file ==='
     and   '=== Bottom of file ==='
 There are 255 characters you can type in a line. You can use ctrl-left
 or ctrl-right to move the screen in 40 characters a time.

1999/9/1

PE2 功能鍵說明


*****  A = Alt 鍵          S = Shift 鍵          C = Ctrl 鍵  *****

Esc  = 命令行與本文區互換鍵Tab  = 以指定格數往右跳動
Ins  = 插入與替代互換鍵Del  = 刪除游標所在字元
Back = 刪除游標所在之前字元Enter= 跳至下一行行首
Home = 跳至該行行首End  = 跳至該行行尾
S-Tab= 以指定格數往左跳動