home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL36.ARJ / VOL3679 < prev    next >
Text File  |  1992-01-07  |  4KB  |  77 lines

  1.  
  2.     Volume 3679 - Released july 1988 - Abstract (C)  Programmatheek
  3.  
  4. P r o g r a m m a T h e e k volume 3679
  5.  
  6. gelijk aan PC/SIG no. 679/680
  7.  
  8. Titel: IT Datacom, FORGE Programmers Aid
  9.  
  10. Number  Name            Size    Date    Comments
  11.         CATALOG  679     1468  20-03-88 This List
  12. 3679.01 CONTENTS TXT      850  11-11-86 Text file describing  the contents of
  13.                                         this disk
  14. 3679.02 DEMO     DTA     9841   1-01-80 Practice form
  15. 3679.03 DEMO     FMT     1209   1-01-80 dBase III code generated from DEMO.DTA
  16. 3679.04 DEMO     PAS    14240   1-01-80 TURBO Pascal code generated from
  17.                                         DEMO.DTA
  18. 3679.05 EXTPROC1 PAS     2308   5-20-86 TURBO Pascal include  files
  19. 3679.06 EXTPROC2 PAS      855   2-01-86 TURBO Pascal include  files
  20. 3679.07 EXTPROC3 PAS     5119   4-21-86 TURBO Pascal include  files
  21. 3679.08 EXTPROC4 PAS     3832   5-22-86 TURBO Pascal include  files
  22. 3679.09 FORGE    COM    55878  10-08-86 Main program for  large memory systems
  23. 3679.10 FORGE    DOC    75938  10-07-86 Documentation file
  24. 3679.11 FORGE2   000    24192  10-08-86 Overlay files for  small memory
  25.                                         systems
  26. 3679.12 FORGE2   COM    50218  10-08-86 Main program for  small memory systems
  27. 3679.13 GO       BAT      640   1-21-87 
  28. 3679.14 IT       DIR      553   1-06-87 Auto-dial file, put  your own phone
  29.                                         numbers in.
  30. 3679.15 IT       DOC    48549   1-06-87 A 25-page user's  guide.
  31. 3679.16 IT       EXE    35190   1-06-87 The program.
  32. 3679.17 IT       HLP     1592   1-06-87 A File used by IT  for on-line help.
  33. 3679.18 IT       SET      869   1-06-87 Sample set-up file,  customize it if
  34.                                         you like.
  35. 3679.19 NOTES679 TXT      902   1-23-87 Notes
  36. 3679.20 NOTES680 TXT     1592   1-23-87 Notes
  37. 3679.21 READ     IT      1962   1-06-87 
  38. 3679.22 README   TXT     2404   7-22-86 FORGE overview & how  to print
  39.                                         documentation.
  40.         VOL3679  ABS     1826  20-03-88 Volume Abstract
  41.                23 File(s)     11264 bytes free
  42.  
  43. FORGE
  44.  
  45. FORGE is a TURBO Pascal and dBASE III programmer's aid. It  allows the
  46. programmer to design data input forms or help screens, then  generate TURBO
  47. Pascal or dBASE III source code for those forms. This source  code can then
  48. be compiled and used as is for data entry, or it can be  included as a
  49. procedure within a larger more comprehensive program. Since  this is a
  50. utility for TURBO Pascal and dBASE III, a working knowledge  of these
  51. programming languages is assumed.
  52.  
  53. The concept of FORGE is somewhat analogous to word  processing. With a word
  54. processor you can write, review, change, insert, delete and  otherwise
  55. perfect your text before committing it to its final form.  FORGE allows you
  56. to do the same thing with a data input form or information  screen. Some of
  57. the outstanding features of FORGE are that you can: fill an  area on the
  58. screen with color, without affecting the characters that are  already on the
  59. screen, insert or delete lines from the screen, define areas  on the form
  60. for entering data, define data entry areas as "String",  "Integer", or
  61. "Real" data types, use IBM graphics characters to "draw"  boxes etc., and
  62. use blinking characters.
  63.  
  64.  
  65. IT
  66. This is Ideal Terminal (IT for short), a VT-100 and VT-52  terminal
  67. emulator and communications program for the IBM PC, PC-XT,  PC-AT, and
  68. compatable computers.
  69.  
  70. To use IT, your PC needs to be equipped with version 2.0 (or  later) of
  71. DOS and an asynchronous communications adapter (COM1 or  COM2).  IT will
  72. work with either monochrome or color graphics display  adapters.
  73.  
  74. With IT, you can use your PC as a terminal connected  directly to a main
  75. frame computer or other device, such as a prom programmer or  an
  76. in-circuit emulator.  The machine at the other end of the  connection is
  77. called the "host" throughout this user's guide.