home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 1 / bbd01.zip / VFXLRVW.TXT < prev   
Text File  |  1986-09-25  |  21KB  |  294 lines

  1.                             ^1VERSAFORM XL Version 4.0
  2.                             ^1--------- -- ------- ---
  3.  
  4.                           Reviewed by:  Joel Ellis Rea
  5.  
  6.                     Product by:  Applied Software Technology
  7.                                  1350 Dell Avenue, Suite 206
  8.                                  Campbell, California  95008
  9.                                  (480) 370-2662
  10.  
  11.    VersaForm XL (VFXL) is an easy-to-use, programmable, forms-oriented database 
  12. program with an integrated report generator and a mailing-label printer as well 
  13. as the ability to print on pre-printed forms.  It began as QBase, a simple 
  14. database for the Apple ///, and became VersaForm (VF) for the Apple ///, later 
  15. converted for the Apple // family and the IBM-PC.  VFXL added the VAL program-
  16. ming language and associated multi-file capability.  VF for the IBM-PC used to 
  17. retail for $379 and VFXL for $429.  A while back, Applied Software Technology 
  18. joined the then new trend towards powerful, inexpensive applications software 
  19. by greatly enhancing VFXL Version 3.12 into Version 3.24 (the version that was 
  20. being marketed as this was being written), and simultaneously lowered the price 
  21. to $99 (and the price of regular non-programmable, single-file IBM-PC VersaForm 
  22. to $69).  By the time you read this, Version 4.0 will have been released.  I 
  23. have been privileged to Beta-test and review Version 4.0 for the past few 
  24. months.  This new version is significantly faster and for the first time allows 
  25. form designs to be larger than the physical screen size.  The price has been 
  26. raised to $159.  
  27.  
  28.    VFXL comes on two floppy disks.  One contains the system itself, while the
  29. other contains several sample forms, programs and applications.  VFXL is com-
  30. pletely unprotected and you may easily install it on your hard disk.  VFXL
  31. doesn't REQUIRE a hard disk, but I STRONGLY recommend one.  I also suggest at
  32. least 512K of RAM, although it can most likely run in as little as 384K.
  33.  
  34.    Whether from a floppy or a hard disk, you start VFXL by typing "VF" at the
  35. MS-DOS prompt.  In less than a minute on a floppy, or in a few seconds from a
  36. hard disk, the following main menu appears:
  37.  
  38.   ^I                                                                           ^N
  39.   ^I               Copyright 1986 by Applied Software Technology               ^N
  40.   ^I                                                                           ^N
  41.   ^I             VersaForm XL Business Form Database - Release 4.0             ^N
  42.   ^I                                                                           ^N
  43.   ^I                      Enter the number of the function                     ^N
  44.   ^I                      you wish to use:                                     ^N
  45.   ^I                                                                           ^N
  46.   ^I                      1.  Form Design                                      ^N
  47.   ^I                      2.  Filing                                           ^N
  48.   ^I                      3.  Report                                           ^N
  49.   ^I                      4.  Design a Print Format                            ^N
  50.   ^I                      5.  Copy or Print Forms                              ^N
  51.   ^I                      6.  Mailing Label Printer                            ^N
  52.   ^I                      7.  VersaForm Utilities                              ^N
  53.   ^I                      8.  Enter or Change a Procedure                      ^N
  54.   ^I                      9.  Exit                                             ^N
  55.   ^I                                                                           ^N
  56.   ^I                      Enter your choice:                                   ^N
  57.   ^I                                                                           ^N
  58.  
  59.    The basic unit of information in VFXL is the "form."  Since nearly all man-
  60. ual methods of running a business involve forms, this provides a natural meta-
  61. phor for the business user.  Instead of having to adapt the way you currently
  62. do business to the computer, VFXL adapts the computer to the way you currently
  63. do business.  You can design VFXL's forms to look like the ones you actually
  64. use.  Each file has one "form design," which contains such information as how
  65. many fields each form has, how long each field is, which field (or two fields)
  66. forms the "key," etc.  Each field may also have optional "checking and filling" 
  67. information, which describes what kind of information is allowed in the field, 
  68. and whether any information will be automatically entered if the field is left 
  69. blank and where it will come from.  Although to the user it looks like each 
  70. individual form (or record) repeats the form design information, such informa-
  71. tion is actually stored only once, and only the actual data is stored for each 
  72. individual form.
  73.  
  74.    Previous versions of VF and VFXL limited the form designs to the physical 
  75. size of the monitor screen, but VFXL 4.0 form designs can be up to 160 charac-
  76. ters across by up to 60 lines down, forming a "virtual screen".  
  77.  
  78.    Forms are stored sorted by the "key."  This key may be numeric or alphanu-
  79. meric, and may be from three to 20 characters long.  One or two fields may make 
  80. up the key, but there can be only one key per form design.  The key must be 
  81. designed so that it is impossible for any two forms in the file to have 
  82. identical keys.  This is a severe limitation on VFXL, which keeps it from being 
  83. as powerful as the likes of dBASE III or RBase System V or Revelation, etc.  
  84. But then, it is far easier to use and far less expensive than any of those.  
  85. Non-key fields can be up to 80 characters long, and field names can be up to 20 
  86. characters long.  Special fields form a group of optional "Column Lines."
  87. These might be, say, the item lines in an "invoice" form.  Each field in the 
  88. column area may have multiple values, one per column line.  
  89.  
  90.    Once a form has been defined, the form definition can be changed at any time
  91. so long as no data has actually been saved.  Once data has been saved, the only
  92. way to change the form design is to copy the form design to a new file, change
  93. it there, then copy the data from the old file to the new one, and optionally
  94. to delete the old file.  The VFXL Form Design sub-menu looks like this:
  95.  
  96.   ^I                                                                           ^N
  97.   ^I                       Form Design Menu                                    ^N
  98.   ^I                                                                           ^N
  99.   ^I                1. Design a new form                                       ^N
  100.   ^I                2. Change an existing form design                          ^N
  101.   ^I                3. Copy an existing form design                            ^N
  102.   ^I                4. Add or change checking and automatic filling            ^N
  103.   ^I                5. Print the form definition                               ^N
  104.   ^I                6. Return to main menu                                     ^N
  105.   ^I                                                                           ^N
  106.   ^I                                                                           ^N
  107.   ^I                Enter the number you choose:                               ^N
  108.   ^I                                                                           ^N
  109.  
  110.    The heart of VFXL is the Filing system.  When "Filing" is selected from the
  111. main menu, the current form design appears on the screen.  The user can move
  112. the cursor around the screen at will, and type any characters into any fields
  113. as they see fit.  Pressing the ^I TAB ^N key will advance from one field to the
  114. next, while the ^I RETURN ^N key advances to the beginning of the next line.  At
  115. the bottom of the screen is a prompt line showing the definitions of some of
  116. the Function Keys.  Pressing ^I ESC ^N turns it into a Command Line, where you can
  117. enter commands by typing abbreviations of their keywords.  Any Filing command
  118. can be entered in this manner, or by pressing a Function or Cursor-Pad key
  119. either alone or in conjunction with the ^I ALT ^N or ^I CTRL ^N keys.  Typing the com-
  120. mand "?" or pressing ^I F10 ^N will bring up a Help Screen showing the commands
  121. associated with each key and key combination.
  122.  
  123.    The "Validate" ("V") command or the ^I F1 ^N key checks entries against the 
  124. Checking and Filling options of each field.  The user is alerted and the vali-
  125. dation stopped if an entry violates a Checking option.  For example, the user 
  126. may be told that they didn't enter anything into a Mandatory field, or that the 
  127. "Social Security #" they entered didn't match the Format of a Social Security 
  128. Number, or that a "Price" must be Numeric or a "State" abbreviation wasn't in 
  129. the List of legal state abbreviations, etc.  If all checking succeeds, the form 
  130. is considered validated.  Then, any automatic filling takes place.  Today's 
  131. date, for example, may be substituted in a "Date" field if the user entered 
  132. nothing there, or a "Price" may be entered by Lookup from a "Part #", or a 
  133. "Total" may be Calculated from a "Subtotal" and a "Sales Tax", the "Subtotal" 
  134. itself having been computed as a Column Total from the "Price" column, etc.  
  135.  
  136.    The user can "Save" this new form, or an old one which has been changed.
  137. Save automatically Validates if needed.  Browsing through the forms in the file
  138. is performed with the "First," "Last," "Back (to previous form)" and "Next"
  139. commands.  A particular form can be quickly found by entering the Key and per-
  140. forming a "Get" command.  If the Key is unknown, the file can be "Searched" by
  141. specifying other data, but this takes longer.  An "Index" can be displayed of
  142. the Keys in sorted order, from which one can be selected, which will then act
  143. as if the "Get" command had been used.  Column lines can be "INserted" or "DE-
  144. leted."  The form can be "CLeared" to a blank form, or any unvalidated data can
  145. be "Erased," restoring the form to the state it was in when last Validated.
  146. Doing a "Get" without entering a new Key restores the form to the state it was
  147. in when last Saved.  A User Procedure (VAL program) can be "EXecuted," a "CAl-
  148. culator" can be summoned, the form can be "PRinted" or "Removed."  If you re-
  149. move a form, you are given THREE chances to back out before the removal becomes 
  150. irrevocable, barring restoration from a backup (which you should always do reg-
  151. ularly and religiously for ANY database!)  You can Page through the Column 
  152. Lines and thus have many more than could otherwise fit in the form design.  You 
  153. can now scroll the form around, seeing a screenful at a time from the "virtual 
  154. screen," and it will also scroll automatically as needed when you advance from 
  155. one field to another or otherwise attempt to move the cursor off the screen.
  156.  
  157.    The "Report" section allows you to create and run reports quickly and easi-
  158. ly.  A report can print as many fields as you wish.  It automatically formats
  159. the report to fit your paper size.  If there are too many fields to fit across
  160. the paper, each record will print on multiple lines -- as many as needed.  You
  161. can select forms that match any of up to nine Selection Conditions, each of
  162. which may have up to three selection Tests, all of which must succeed for a
  163. Selection Condition to succeed.  A form gets selected if any Selection Condi-
  164. tion succeeds, or if there are no Selection Conditions.  You can test the data
  165. in any form, testing it against the value of any other form or against a value
  166. entered when the form is designed, or when the form is run.  The test can be to 
  167. see if the two values are EQual or Not Equal to each other; or if one is Less 
  168. Than, Less than or Equal to, Greater Than, or Greater than or Equal to the 
  169. other; or if one value COntains or EXcludes (does not contain) the other.  You 
  170. can Sort by up to three fields, each of which may be sorted in Ascending or 
  171. Descending order.  You can specify Totals for up to eight numeric fields, and 
  172. have Line or Page breaks with Subtotals for the Totaled fields, each time up to 
  173. three fields change.  For example if you sort by "State," you can get Subtotals 
  174. for each state.  You can Export the report to disk, either as a standard report 
  175. or in any of four Export formats.  You can specify a Title when designing the 
  176. Report, or allow a Title to be entered each time you Run the Report.  
  177. Unfortunately, you cannot Sort or Break by any field you aren't printing, nor 
  178. can you create new fields for the Report which are calculated from existing 
  179. fields, nor can you create esoteric Sorts in this version.  A future version 
  180. may allow VAL Procedures to be specified for a Report, allowing all of these 
  181. features and many others.  You CAN have many Reports per file, and one Report 
  182. can even stretch across multiple files, so long as they have the same Form 
  183. Design.  For example, if you do not have a hard disk and your floppies cannot 
  184. hold your entire mailing list, you may have ZIP codes under 50000-0000 on one 
  185. disk and the remainder on the other, and a Report could be generated from both 
  186. disks as if they were a single file.  
  187.  
  188.    You can also have many Print Formats per file.  While a Report takes infor-
  189. mation from many Forms and consolidates them, a Print Format specifies a way to
  190. Print each form.  You can Print the displayed Form from Filing, or you can use
  191. the Copy/Print menu to "batch-print" many forms.  However you choose to do it,
  192. if you do NOT specify a Print Format, the form will be printed like it looks on
  193. the screen, with the exception that there is more room for the Column Lines,
  194. and separate pages will be printed if there are too many Column Lines to fit on
  195. a single printed page.  With a Print Format, however, you can print on those
  196. nice Pre-Printed Forms you can get from Print Shops and Computer Supply Stores.
  197. For example, you can have your Payroll or Payables checks print on actual trac-
  198. tor feed computer checks.  You specify how big the Printed Form is, where each
  199. field prints, where the Column Lines go and how many can be on one Printed
  200. Form.  You can also specify "comments", which are items not from the Forms
  201. themselves but which are to appear on each Form.  For example, you may label
  202. the specific Deductions your Payroll uses.  You can also have comments whose
  203. values are entered each time the Print runs, such as Pay Period Ending.  You
  204. can also specify "&DATE" as a comment, which will cause the current date to
  205. print.  The Pre-Printed Form mechanism is very powerful indeed.
  206.  
  207.    The Copy/Print section not only allows you to Batch Print forms, but also to
  208. Batch Copy forms between files with similar Form Designs.  You can also copy
  209. "Control Forms" between files.  These include Report Definitions, Pre-Printed
  210. Form Layouts, VAL Procedures, and even Copy/Print selection instructions them-
  211. selves!  Selection instructions work the same as for Reports.
  212.  
  213.    The Mailing Label printer is almost not worth having.  This is the single
  214. worst aspect of VFXL.  It is quite powerful, able to print up to nine-up la-
  215. bels, with up to nine lines per label, etc., but it is difficult to use.  You
  216. must first design and run a Report to generate the Label information, Exporting
  217. it to disk in Label format.  Then you run the Mailing Label Printer and specify
  218. the file, then describe your physical labels and how you want each label prin-
  219. ted.  While all this is still easier than doing it manually, this section of
  220. VFXL needs much improvement.
  221.  
  222.    The Utilities include Copy by Name, which allows you to Copy forms to a file
  223. whose Design is too different to use the Copy/Print.  It copies data by match-
  224. ing the field names.  Any data in fields with no counterparts does not get
  225. copied.  This is mainly used to transfer data to a new File whose design has
  226. been Copied from the current file and then Changed.  System Configuration is
  227. also here, where you specify such things as how you want VFXL to look on your
  228. monitor, how big your printer is, how the dates look in your country, which
  229. drives or subdirectories to default to for different types of files, etc.  Sev-
  230. eral other utilities are here as well.
  231.  
  232.    Last, but FAR from least, is "Enter or Change a Procedure", the main differ-
  233. ence between VF and VFXL.  This lets you enter Procedures, which are programs
  234. in a language called "VAL" for VersaForm Application Language.  These extend
  235. the Filing capabilities enormously.  For instance, you can extend the Checking 
  236. and Filing functions to do such things as making sure a ZIP code is legal for a 
  237. particular State, or convert a name entered in "Last, First Middle" format into 
  238. "First Middle Last" format and assign it to a new cell.  You can even reference 
  239. data in other files.  An "Invoice" can perform lookups from and post to an 
  240. "Inventory" and a "Customer Ledger," for example.  VAL looks like Pascal (not 
  241. surprising, since VFXL is written in Pascal) but with extensions which make 
  242. database operations easy.  For example, each Filing command exists as a VAL 
  243. Procedure.  Fields can be used as if they were variables, Column fields as if 
  244. they were arrays.  Automatic Lookup simplifies program design by automatically 
  245. opening the secondary file and calling up the required form before your pro-
  246. gram even starts!  For example, a VAL *CHECKING (runs on Validation after the 
  247. Checking but before the Automatic Filling) to take a "Part #" and look up price 
  248. ("Each") and "Description" from the appropriate Inventory file might be: 
  249.  
  250.    ^I                                                                           ^N
  251.    ^I   Procedure Name ^N*CHECKING                           ^I                     ^N
  252.    ^I   Secondary File ^NC:FORMS\INVENTRY.FIL                                ^I     ^N
  253.    ^I   Key-From1 ^NPart#               ^I  Key-From2: ^N                    ^I         ^N
  254.    ^I   L# ..........................Procedure...............................   ^N
  255.    ^I     1^NA.Description := B.Description;                                   ^I   ^N
  256.    ^I     2^NEach := List;                                                     ^I   ^N
  257.    ^I                                                                           ^N
  258.  
  259. It's that simple.  "A." and "B." allow the same field name to appear on both
  260. the Primary (A.) and Secondary (B.) forms.  VAL includes built-in PROCEDURES
  261. and FUNCTIONS for string manipulation, screen and printer I/O, text file I/O,
  262. Procedure Chaining, etc.   Procedures can be named to run at the *START of
  263. filing, on Validation after *CHECKING or after *FILLING, in place of *SAVE, or
  264. when the user Quits filing (*STOP).  Or a Procedure can be a User Procedure
  265. with any other name, in which case it can be EXecuted by the user or Chained to
  266. by another Procedure.
  267.  
  268.    VFXL with VAL allows a reasonably good programmer to quickly design custom-
  269. ized applications with a minimum of programming.  Other features of VFXL that
  270. facilitate this include the ability to define custom menus and help screens
  271. that replace the normal menus and help screens.  The Main Menu can be custom-
  272. ized so that the user need not enter file names, and to keep the end user out
  273. of the Form Design, Design a Print Format, VersaForm Utilities, Enter or Change
  274. a Procedure or any other section of VFXL that he may not need.  VFXL applica-
  275. tions can be distributed with no royalties, though the Applied Software Copy-
  276. right must remain at the top of the Main Menu, and the end user must have his
  277. own legally-purchased copy of VFXL with which to run the application.
  278.  
  279.    In summary, VFXL is a very handy application tool, very powerful for the
  280. price.  The new version is nearly six times faster than previous versions for 
  281. processor-bound operations such as compiling a Procedure, and about twice as 
  282. fast for pure disk-bound operations.  For most purposes, it is about four to 
  283. five times faster than before.  Its power and speed coupled with its relatively 
  284. low price make it an invaluable tool for anyone interested in earning money by 
  285. developing custom business software.  It is also useful for end users, although 
  286. if they don't need some of the features of VFXL they may want to save some 
  287. money and get VF or another simple filer like "pfs" instead.  On a scale of 1 
  288. to 10, I'd give VFXL an overall rating of 8.25.  If future versions extend the 
  289. Reporting and ESPECIALLY the Mailing Label Printing facilities, I'll rate it 
  290. much higher.  I do recommend this product, since it has the best price/perfor-
  291. mance ratio among the application-generation programmable databases I have yet 
  292. seen.  
  293.