home *** CD-ROM | disk | FTP | other *** search
- How to GET started
-
- 1. Make a GET directory (TP\GET)
- 2. Copy extracted GET.ARC files into it
- 3. Print GET.DOC and GETDEMO.DOC
- 4. Make an OBJ directory if you don't have one (TP\OBJ)
- 5. DeARC GETOBJ.ARC into the OBJ directory
- 6. Make a TPU directory if you don't have one (TP\TPU)
- 7. Move QWIK.TPU into the TPU directory
- 8. Set directory options: run TURBO then
-
- F10, Options, Directories, OBJ and enter \TP\OBJ
- then TPU and enter \TP\TPU
-
- escape to menu
-
- 9. Compile GETVARS and GET units, move TPU files to \TP\TPU
- 10. Run GETDEMO, Read GETDEMO.DOC and play
-
-
-
- Remember
-
- Set PaintingFields to false and RedisplayPrompts to true if you
- embed calls to GET procedures in your code outside the context
- of a form.
-
- your code;
-
- PaintingFields := false;
- RedisplayFields := true;
- GET...
-
- your code;
-
-
- To see how to make a form, examine GETDEMO.PAS