home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / myf426.zip / TEMPLATE.FRT < prev    next >
Text File  |  1992-02-12  |  4KB  |  64 lines

  1. !  **************************************************************************
  2. !  *     TEMPLATE.FRT  ---  FRONT OF RECIPE CARD TEMPLATE FILE - MYF 4.xx   *
  3. !  **************************************************************************
  4. !
  5. !  This file is a sample output template form. Its purpose is to output
  6. !  recipes in any form, and with any fields. In other words you specify
  7. !  exactly how the recipe will look on output. This is an example of a recipe
  8. !  card. The program will read this file in, and substitute the variables
  9. !  (those words starting with "&"), and output the selected recipes to the
  10. !  screen, disk, or printer. This file should have exactly the number of
  11. !  uncommented lines to fit on a form. For example, if your recipe cards
  12. !  accept 20 lines, make sure their are exactly 20 uncommented lines in this
  13. !  file. That way multiple recipes will be aligned properly. Change this file
  14. !  to the way you want your recipes to display. To output by template file,
  15. !  select FILES under the PDM, then RECIPE, then LIST, then toggle the form
  16. !  to TEMPLATE. You will be prompted for a file name to use as a template.
  17. !  Use this file name.
  18. !
  19. !  All applicable recipe variables are included in this file. Please Note:
  20. !          1) Make a backup of this file before modifying it. You may delete
  21. !             a variable, then want to include it later.
  22. !          2) Any line with a ! in column 1 is a comment line and not processed.
  23. !          3) 100 non commented lines of up to 132 columns are allowed.
  24. !          4) Go ahead and delete, add, rearrange, or comment out lines.
  25. !          5) Embed printer codes if you wish.
  26. !          6) Set JUSTIFY to TRUE, NONE, RIGHT or LEFT. This flag will signal
  27. !             whether to fill variables with blanks and which side to fill.
  28. !             This will help in lining up columns of data, especially on lines
  29. !             with more than one variable. For the &DIRECTIONS variable NONE
  30. !             will stop outputting after the last direction line. All the other
  31. !             flags will output all 16 direction lines. JUSTIFY=TRUE is a
  32. !             special flag to right justify QTY and left justify the &MS and
  33. !             &INGRED fields. The JUSTIFY flag may be reset any time in the
  34. !             file and must reside on a comment line.
  35. !
  36. ! JUSTIFY=NONE     Will not pad any fields with blanks
  37. ! JUSTIFY=TRUE     Will right justify QTY and left justify MS and INGRED field.
  38. ! JUSTIFY=RIGHT    Will pad fields with blanks in front of the value.
  39. ! JUSTIFY=LEFT     Will pad fields with blanks after the value.
  40. ! Note justify is set to the last value read.
  41. ! Sugestion: Put a condensed printer code here for small print,
  42. !            or set printer manually.
  43. Name of recipe:&NAME
  44.  
  45. !JUSTIFY=NONE
  46. This is a &CUISINE type recipe, serving &SV people and costs just $&COST
  47.  
  48. ! JUSTIFY=TRUE  will right justify QTY and left justify MS and INGRED field.
  49. Please use the following ingredients:
  50. &QTY01 &MS01 &INGRED01    &QTY11 &MS11 &INGRED11
  51. &QTY02 &MS02 &INGRED02    &QTY12 &MS12 &INGRED12
  52. &QTY03 &MS03 &INGRED03    &QTY13 &MS13 &INGRED13
  53. &QTY04 &MS04 &INGRED04    &QTY14 &MS14 &INGRED14
  54. &QTY05 &MS05 &INGRED05    &QTY15 &MS15 &INGRED15
  55. &QTY06 &MS06 &INGRED06    &QTY16 &MS16 &INGRED16
  56. &QTY07 &MS07 &INGRED07    &QTY17 &MS17 &INGRED17
  57. &QTY08 &MS08 &INGRED08    &QTY18 &MS18 &INGRED18
  58. &QTY09 &MS09 &INGRED09    &QTY19 &MS19 &INGRED19
  59. &QTY10 &MS10 &INGRED10    &QTY20 &MS20 &INGRED20
  60.  
  61.  
  62.  
  63. ! end of this file. It has exactly 18 uncommented lines.
  64.