home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DBMS / KITCHEN / KITCHEN.HLP (.txt) < prev    next >
OS/2 Help File  |  1994-08-29  |  59KB  |  2,043 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help For Kitchen Assistance ΓòÉΓòÉΓòÉ
  3.  
  4.  
  5.                           KITCHENAssistant / 2Ver1 . 0
  6.  
  7.  
  8.                         (C) Copyrighted Allan Nancoz 1994
  9.  
  10.  The KA/2 main Window provide access to the many function  available to 
  11. maintain and access the recipe files.  Multiple recipe files  can be maintain 
  12. if desired. 
  13.  
  14.  The recipe files is consist of four files, recipe,  ingredient, group, and 
  15. title file.  A recipe(s) can be retrieved with the  search function, using one 
  16. or more  of the following criteria's: 
  17.  
  18. Γûá Title(s) 
  19. Γûá Group(s) 
  20. Γûá Ingredient(s) 
  21.  
  22.  The search parameters allow for logical functions (and, or, not, and xor)  to 
  23. provide for advance search abilities. 
  24.  
  25.  The menubar at the top of the window provides access to the following 
  26. functions. 
  27.  
  28. Menu Item      Functions 
  29.  
  30. File           New, Open, Import, Export, View log 
  31.  
  32. Maintenance    Database Maintenance.  Pack, Default INI. 
  33.  
  34. Options        Default Options for KA/2. 
  35.  
  36. Help           Access to the on-line help and product information window. 
  37.  
  38.  The next area contains the three  search  parameter entry fields, Title, 
  39. Group, Ingredient. 
  40.  
  41.  The third area is a listbox that will contain the recipe  that match your 
  42. search parameters or the recipes that have been imported,  if the add2list 
  43. option is selected when importing recipes.  One or more of these recipes can be 
  44. selected and the following function  can be performed. 
  45.  
  46. Function       Description 
  47.  
  48. View           View the selected recipe(s). 
  49.  
  50. Edit           Edit the selected file(s) 
  51.  
  52. Print          Print the selected file(s) 
  53.  
  54. Delete         Delete the selected file(s) from the recipe file. 
  55.  
  56.  The control buttons available in this window are: 
  57.  
  58. Control        Function 
  59.  
  60. * View         View the selected recipe(s). 
  61.  
  62. * Edit         Edit the selected file. 
  63.  
  64. * Print        Print the selected file(s). 
  65.  
  66. * Delete       Delete the selected file(s) from the database. 
  67.  
  68. New            Enter a new recipe into the database. 
  69.  
  70. Search         Begin search function. 
  71.  
  72. ** Select All  Select all recipes contain in listbox. 
  73.  
  74. DeSelect       * Deselect all recipes in listbox. 
  75.  
  76. Exit           Exit Program. 
  77.  
  78.  The buttons marked with * will be disabled if their are no recipes  selected 
  79. in the listbox  The button marked with ** will be disabled until the listbox 
  80. contains  recipes. 
  81.  
  82. Note:  MEAL-MASTER is a registered trademark of Episoft Systems. 
  83.  
  84.  
  85. ΓòÉΓòÉΓòÉ 1.1. Search ΓòÉΓòÉΓòÉ
  86.  
  87. Search
  88.  
  89.  The Search function provides the ability to find recipes  that meet search 
  90. parameters you entered in on or more of  the entry fields, Title, Group,  and 
  91. ingredients. 
  92.  
  93. SEARCH PARAMETERS FORMAT 
  94.  
  95.    ΓûáAll searches are not case sensitive. 
  96.  
  97.    ΓûáIf a full word search is desired enclose the  word(s) with  leading and 
  98.    trailing spaces in "(s).  A title search for  "ham" will find  recipes  the 
  99.    following recipes: 
  100.        "Baked Ham Southern Style",  "Hamburgers" 
  101.     While a search for " Ham " would only find, 
  102.        "Baked Ham Southern Style" 
  103.  
  104.    ΓûáMultiple words that are not separated by search  operators will  be  taken 
  105.    as a phrase. 
  106.  
  107.  A search parameter can contain logical operator to perform  advanced search 
  108. function. 
  109.  
  110. OPERATORS  Description 
  111. &         performs AND function. 
  112. |         performs OR function. 
  113. ^         performs a exclusive OR function. 
  114. \         performs NOT function 
  115. ()        Use to modify the left to right ordering of operations. 
  116.  
  117. Examples  (using title or ingredient search parameter) 
  118.                blue & cheese 
  119.            This would only the recipe title "Blueberry Cheesecake"  because 
  120.           both "blue" and "cheese" in the title. 
  121.  
  122.      Blue | cream 
  123.  This would find the titles "Blueberry Cheesecake ",  "Strawberry Ice Cream" 
  124. because the contain "blue" or "cream" somewhere in the  title. 
  125.  
  126.     coffee ^ cake 
  127.  This would find any recipe with either coffee or cake in in  the title,  but 
  128. would reject the recipes that had both words in the  title. 
  129.  Example: Rum Cake would be found, but Coffee cake would  not be found. 
  130.  
  131.     \onion & garlic 
  132.  This would find recipes that did not contain "onion", but  did contain 
  133. garlic. 
  134.  
  135.  For a recipe to meet the search criteria all the parameter  that are specified 
  136. in the three search fields must be meet.  If the  field is blank, it is 
  137. ignored. 
  138.  
  139.  After you enter all the search parameter that you wish to  use, press the 
  140. Search button to start the search.  The  button  color will change to Yellow 
  141. and the text will change to  "Stop".  The database will be search first using 
  142. the title  parameter, if  specified. As each recipe that match the search 
  143. parameter  is  found it will be entered into the listbox, in sorted  ordered 
  144. and the  count of found recipes will be display in the lower left  status box. 
  145. At anytime you can cancel the search by pressing the yellow  stop button. 
  146.  
  147.  When the title search is completed, the group search will  start.  If a title 
  148. search was specified, the group search  will use the  titles found by the title 
  149. search for its search.  In this  case if the  found title does not match the 
  150. group search parameter it  will be removed  from the listbox and the found 
  151. count will be reduced by 1. 
  152.  
  153.  If no title search was specified, the group search will  search all the 
  154. recipes in the database for matches and add them to the  listbox  and found 
  155. count. 
  156.  
  157.  After the group search is completed, the ingredient search  will be  performed 
  158. in the same manner as the other searches. 
  159.  
  160.  The search can be cancelled at any time by pressing the  "Stop" button.  Any 
  161. recipes found will remain in the list box. 
  162.  
  163. Warning:  Due to a the current OS/2 limitation to the amount of text  that a 
  164. listbox can contain, a search may find more recipes  that can be contained in 
  165. the list box.  In this case a  warning message will be displayed and the search 
  166. will stop. 
  167.  
  168.  Upon completion of all the search, the Stop button will  return to it's 
  169. default color and the text will go back to  "Search". 
  170.  
  171.  The recipes found now can be selected for further  operations. 
  172.  
  173.  ALL TITLES 
  174.  If the All title checkbox is checked, all titles found in  the recipe file 
  175. will be placed in the list box.  Any entries in the search  entry fields  will 
  176. be ignored. 
  177.  For a large database this may exceed the listbox limitation  mentioned  above. 
  178.  
  179.  
  180. ΓòÉΓòÉΓòÉ 1.2. Edit ΓòÉΓòÉΓòÉ
  181.  
  182. Recipe Editor
  183.  
  184.  The Edit button will open the Recipe Editor with the  current recipe 
  185. displayed ready to be modified. 
  186.  
  187.  See Editor 
  188.  
  189.  
  190. ΓòÉΓòÉΓòÉ 1.3. Recipe Print ΓòÉΓòÉΓòÉ
  191.  
  192. View window         Prints all the selected recipes. 
  193. Editor Window       Prints the currently displayed recipe. 
  194.  
  195.  
  196. ΓòÉΓòÉΓòÉ 1.4. New Recipe ΓòÉΓòÉΓòÉ
  197.  
  198. New Recipe
  199.  
  200.  The New button opens the recipe editor window ready for you  to entry a  new 
  201. recipe.  The title edit window will be opened so that  you can enter  the new 
  202. recipe's title.  The title is not checked for  duplicate title at  this point. 
  203. The check is made when the recipe is saved. 
  204.  
  205.  See Editor 
  206.  
  207.  
  208. ΓòÉΓòÉΓòÉ 1.5. Delete Recipe ΓòÉΓòÉΓòÉ
  209.  
  210. Recipe Delete
  211.  
  212.  The delete button will be enabled whenever one or more  recipes in the 
  213. listbox is selected.  When the delete button is pressed,  you will be asked  to 
  214. confirm the deletion request.  If you response "Yes" all  the selected  recipes 
  215. will be deleted from the recipe file. 
  216.  
  217. Warning:  Once the recipe(s) are deleted there is no way to recover  them. 
  218.  
  219.  The disk space used by the deleted recipe(s) will be made  available to 
  220. Kitchen Assistant/2 for new or edited recipes.  To make the  disk space 
  221. available to other programs on your system the  Pack  function will have to be 
  222. run. 
  223.  
  224.  
  225. ΓòÉΓòÉΓòÉ 1.6. Select All ΓòÉΓòÉΓòÉ
  226.  
  227. Select All
  228.  
  229.  The Select All Push Button will select all the recipes  currently in the list 
  230. box.  This button will be disabled  until the listbox  contains recipes titles. 
  231.  
  232.  
  233. ΓòÉΓòÉΓòÉ 1.7. Deselect recipe(s) ΓòÉΓòÉΓòÉ
  234.  
  235. Deselect All Recipes
  236.  The DeSelect button will become enabled when their are selected recipes in 
  237. the listbox.  When the button activated all recipes will be deselected. 
  238.  
  239.  
  240. ΓòÉΓòÉΓòÉ 1.8. Exit ΓòÉΓòÉΓòÉ
  241.  
  242. Program Exit
  243.  
  244.  When the Exit button is push you will be prompted if you  want to  exit the 
  245. program.  If you response by pressing "Yes", all  recipe files will be saved 
  246. and Kitchen  Assistant/2 will exited. 
  247.  
  248.  
  249. ΓòÉΓòÉΓòÉ 2. File Menu ΓòÉΓòÉΓòÉ
  250.  
  251. File Menu
  252.  
  253.  The file dropdown menu consist of several items that  pertain to the  KA/2 
  254. recipe file handling.  Also KA/2  can be exited from this menu. 
  255.  
  256. Menu Item           Function 
  257.  
  258. New Recipe File     Create a new initialized set of recipe files. 
  259.  
  260. Open                Opens a already create recipe file and makes it the  active 
  261.                     recipe  file.  KA/2 can maintain as many recipes files  as 
  262.                     you wish.  The only limit is your disk space. 
  263.  
  264. Import              Import recipes in three different formats. 
  265.  
  266.                     KA/2 
  267.  
  268.                     KA/2 Text 
  269.  
  270.                     Meal-Master 
  271.  
  272. Export              Exports recipes in two different formats. 
  273.  
  274.                     KA/2 
  275.  
  276.                     KA/2 Text 
  277.  
  278. View Log            View the log for the current recipe.  The optional log  is 
  279.                     maintained  if it has been enabled the option notebook. 
  280.  
  281.  
  282. ΓòÉΓòÉΓòÉ 2.1. New DataBase ΓòÉΓòÉΓòÉ
  283.  
  284.                               Creating a New Recipe
  285.  
  286. files
  287.  
  288.  This function will create a new initialized recipe file.  Enter the name  of 
  289. the new recipe file you want to create without a  extension.  Then press  OK. 
  290.  
  291.  If a recipe file exist with the name you entered, you will  be  asked if you 
  292. want to delete the existing recipe file. 
  293.  
  294. Warning:  If you answer Yes, all data in the existing recipe file  will be lost 
  295. and a empty recipe file, with the same name will be  created. 
  296.  
  297.  
  298. ΓòÉΓòÉΓòÉ 2.2. Open Database ΓòÉΓòÉΓòÉ
  299.  
  300. Open Recipe File
  301.  
  302.  You can open another existing recipe file.  The current  recipe file will  be 
  303. close and a  File Dialog  window will be  opened with the default Drive and 
  304. Directory set.  You can  change the  Drive and Directory if the recipe file you 
  305. want to open is  not located in  the default location. The default  Path  can 
  306. be set in Option, Path. 
  307.  
  308.  All the existing recipe files that are in the specified  path will be 
  309. displayed.  Select the recipe file that you want to open by  clicking on  it, 
  310. then pressing OK.  You can also just double click on  the recipe file  to open 
  311. it.  The opened recipe file will become the active  recipe file.  The active 
  312. recipe file's name will be displayed in the  title bar of the  main window. 
  313.  
  314.  If you want to create a new recipe file,  use File,  New Recipe File 
  315.  
  316.  
  317. ΓòÉΓòÉΓòÉ 2.3. Import Recipes ΓòÉΓòÉΓòÉ
  318.  
  319. Recipe Import
  320.  
  321.  Three formats are acceptable for import to KA/2. 
  322.  
  323. Format 
  324.  
  325. KA                  This format is not intended to be user readable.  See 
  326.                     Export Kitchen  Assistant. 
  327.  
  328. KA Text             This format is in ASCII text format, that is a  readable, 
  329.                     printable  form.  See Export  Text 
  330.  
  331. Meal-Master         This will import recipes that were exported by the 
  332.                     Meal-Master (tm)  Ver 6.x - 8.0 program. 
  333.  
  334.                                    Measurement
  335.  
  336. Translation
  337.  
  338.  When recipes are imported or edited, the unit of measure  for ingredients 
  339. will be check to see that it is a 1-3 character KA/2  abbreviation.  If  the 
  340. unit of measure is not abbreviation, KA/2 will attempt  to convert it  the 
  341. standard KA/2 abbreviation.  The table below shows the  units of  measure and 
  342. what it will be converted to. If KA/2 does not  recognize  the unit of measure 
  343. no conversion will be made. 
  344.  
  345. KA/2      Unit of measures in imported/edited recipe 
  346. <blank>   x, - 
  347. bn        bunch, bns, bunches 
  348. can       cn, cns, cans 
  349. cg        centigram, cgs, centigrams 
  350. cl        centiliter, cls, centiliters 
  351. clv       clove, cloves 
  352. ctn       carton, ct, ctns, cartons, cts 
  353. cup       c, cups, C 
  354. dg        decigram, dgs, decigrams 
  355. dl        deciliter, dls, deciliters 
  356. dr        drop, drs, drops 
  357. ds        dash, dashs 
  358. ea        each 
  359. env       envelope, envelopes 
  360. fl        fluid ounce, fl oz, fluid ounces, fls 
  361. g         gram, gm, gr, grs, gms, grams 
  362. gal       gallon, ga, gals, gallons 
  363. in        inch, inches 
  364. kg        kilogram, kgm, kgms, kgs, kilograms 
  365. l         liter, lit, lits, liters 
  366. lb        pound, lbs, pounds 
  367. lg        large, lge 
  368. md        medium, med, m 
  369. mg        milligram, mgs, milliliters 
  370. ml        milliliter, mls, milliliters 
  371. oz        ounce, ozs, ounces 
  372. pkg       package, pk, pkgs, pks, packages 
  373. pn        pinch, pns, pinches 
  374. pt        pint, pints, pts 
  375. qt        quart, q, quarts, qts 
  376. sl        slice, sls, slices 
  377. sm        small, s 
  378. tbs       tablespoon, tb, tbls, tbsp, T 
  379. tsp       teaspoon, t, ts, teaspoons, tsps 
  380.  
  381.  When KA/2 detects a error in a recipe being imported or  edited, the recipe 
  382. will be written to a file with the  recipe file name and a extension of ".err". 
  383. The file will  be in KA text format.  The type of error will be in the  start 
  384. of recipe header.  You can edit this file with a  ASCII editor to fix the 
  385. problem, then reimport the file  using the file, import, KA text function.  The 
  386. type of  error that KA/2 will find that would cause a error is a  duplicate 
  387. title name.  In this case all you would have to  do is change the title in some 
  388. way such as adding a "#2". 
  389.  
  390. Note:  Changing the title to uppercase will not work.  Title  checks are done 
  391. without regard to the case of the letter in  the  title. 
  392.  
  393.  When KA/2 detects a error in a recipe being imported or  edited, the recipe 
  394. will be written to a file with the  recipe file name and a extension of ".err". 
  395. The file will  be in KA text format.  The type of error will be in the  start 
  396. of recipe header.  You can edit this file with a  ASCII editor to fix the 
  397. problem, then reimport the file  using the file, import, KA text function.  The 
  398. type of  error that KA/2 will find that would cause a error is a  duplicate 
  399. title name.  In this case all you would have to  do is change the title in some 
  400. way such as adding a "#2". 
  401.  
  402. Note:  Changing the title to uppercase will not work.  Title  checks are done 
  403. without regard to the case of the letter in  the  title. 
  404.  
  405.  
  406. ΓòÉΓòÉΓòÉ 2.3.1. Import, Kitchen Assistance ΓòÉΓòÉΓòÉ
  407.  
  408.                             Import Kitchen Assistant
  409.  
  410. Format
  411.  
  412.  This will import recipes that were exported in the  Kitchen Assistant/2 
  413. export  format. 
  414.  
  415.  A  File Dialog  window  will be open with the default Drive and Directory set. 
  416. Also  the file mask will be set to the import/export extension  set in the 
  417. Options notebook. The default setting is *.KAF.  You can  change the  default 
  418. setting in the Options notebook, Paths  The file to be imported can have any 
  419. extension.  The only  requirement for the import to be successful is that the 
  420. recipes  in the file be in the KA/2 format. 
  421.  
  422. CAUTION:
  423.  Do not use this format to import text files.  The format  used here is not  a 
  424. ASCII text.  To import a  KA Text  file use File, Import, KA Text menu. 
  425.  To import  Meal-Master (tm)  text recipes, use File / Import / Meal-Master 
  426. (tm). 
  427.  
  428.  After the file to be imported has been selected, the  Import Window will  be 
  429. open. 
  430.  
  431.  
  432. ΓòÉΓòÉΓòÉ 2.3.2. Import Text ΓòÉΓòÉΓòÉ
  433.  
  434.                              Recipe Import, KA Text
  435.  
  436. Format
  437.  
  438.  This will import recipes that were exported in the  KA text format. 
  439.  
  440.  A File Dialog  window  will be open with the default Drive and Directory set. 
  441. Also  the file mask will be set to the import/export extension  set in the 
  442. Options notebook. The default setting is *.KAF.  You can  change the  default 
  443. setting in the Options notebook, Paths  The file to be imported can  have any 
  444. extension.  The only requirement for the import to  be successful is that the 
  445. recipes in the file be formatted  correctly. 
  446.  
  447. CAUTION:
  448.  Only use this format only to import KA text files.  To import a  KA Export 
  449. file use File, Import, KA. 
  450.  To import  Meal-Master (tm)  text recipes, use File, Import, Meal-Master (tm). 
  451.  
  452.  After the file to be imported has been selected, the  Import Window will  be 
  453. open. 
  454.  
  455.  
  456. ΓòÉΓòÉΓòÉ 2.3.2.1. Format for Kitchen Assistance Text ΓòÉΓòÉΓòÉ
  457.  
  458.                                 KA/2 Text Format
  459.  
  460. Specifications
  461.  
  462.  A recipe in ASCII text that can be import by Kitchen  Assistant/2 must conform 
  463. to the following  specification. 
  464.  
  465.  1. Key word will separate sections of the recipe. 
  466.  2. All text until the start of recipe will be ignored. 
  467.  3. All Key Words must start at column 1 of the line and  end with a  ":". 
  468.  4. Key Words can be Upper or lower case or mixed. 
  469.  5. Text associated with the Key Word can follow on the  same line as the key 
  470.     word or start on the next line. 
  471.  6. The current section is terminated when another Key Word  is detected or the 
  472.     end of file is encountered.. 
  473.  7. Blank lines are ignored unless noted below. 
  474.  8. The Key Words can be in any order between the "start of  recipe" line  and 
  475.     the "End of Recipe" line. 
  476.  
  477. Start of Recipe          5 or more of the same characters repeated starting at 
  478.                          column 1 of the  line and the words "Kitchen 
  479.                          Assistant" some where on the  line after the  leading 
  480.                          repeated characters. 
  481. End of recipe            5 or more of the same characters repeated starting at 
  482.                          column 1 of the  line. 
  483.  
  484. Keyword             Description 
  485. Title:              Followed by the Title text. 
  486. Group:              Followed by each group(s) associated with this recipe 
  487.                     separated by a  comma and a space. 
  488. Description:        Followed by the description text.  The description text  is 
  489.                     not  formatted in  anyway. 
  490. Yield:              Followed by a numeric Qty, 1 or more spaces and then  the 
  491.                     unit of  measure. 
  492. Preparation Time:   Followed by the preparation time text, 
  493. Cooking Time:       Followed by the cooking time text.  The preparation time 
  494.                     and the Cooking time can be on the  same line.  This text 
  495.                     must not exceed one line. 
  496. Source/Author:      Followed by the source text. 
  497. Ingredients:        Followed by each ingredient line or header line. 
  498.                      The Header line must be in the following format: 
  499.  
  500.                     5 or more of the same character followed by the header 
  501.                     text,  followed by a optional 5 or more of the same 
  502.                     character.  The leading and  trailing  (if used) characters 
  503.                     must be the same character. 
  504.  
  505.                     Each Ingredient line must have the following  format: 
  506.  
  507.                     A Qty, (valid characters are 1234567890/ .), 2 or more 
  508.                     spaces followed  by a unit of measure, abbreviated to two 
  509.                     characters, 2 or  more spaces. 
  510.  
  511.                     Next will be ingredient text.  This text is free form. 
  512.                     KA/2 uses the text up to the first "," or ";" as the text 
  513.                     for it's  ingredient  index. If you enter the ingredient 
  514.                     text in the following  format the number  of indexes will 
  515.                     be reduced and operation will be sped up. 
  516.                            1  c  flour, Unbleached 
  517.                      In this case only the word "flour" will be used as a 
  518.                     ingredient index.  But remember that KA/2 will work fine 
  519.                     even if you leave out  the comma. 
  520.  
  521.                     If the ingredient text continues on the next line,  the Qty 
  522.                     field must blank or contain only a "." and  Measurement 
  523.                     fields  must be blank 
  524.  
  525.                     Warning:  At the current time 2 column format for 
  526.                     ingredients is not  supported 
  527.  
  528.  
  529. Instructions:       Followed by the instruction text.  Instructions  are stored 
  530.                     as paragraphs. The start of a paragraph will be  detected 
  531.                     if a header line line is found or if a blank line is found 
  532.                     between  two text lines within the instruction section. 
  533.  
  534.                     The Header line must be in the following format: 
  535.  
  536.                     5 or more characters repeated followed by the header  text, 
  537.                     followed by a optional 5 or more repeated characters.  All 
  538.                     the leading and trailing (if used) characters must be the 
  539.                     same character.  This is the same format as Ingredient 
  540.                     header lines. 
  541.  
  542.                                         CAUTION:
  543.                      Blank lines are not ignored within the instruction 
  544.                     section. 
  545.  
  546.  
  547. Nutrition           The Key Word "Nutrition:" start this section.  The 
  548.                     following  Sub Key words are used to located the values to 
  549.                     be stored.  Sub Key Words can appear any where on the line, 
  550.                     in any  order  and multiple Sub Key Words can appear on a 
  551.                     line except as  noted below. 
  552.  
  553.     "per:"        Must NOT be on a line with another Sub Key Word.  Followed by 
  554.                   the unit of measure text. 
  555.  
  556.    "Calories:"    Followed by a numeric value. 
  557.  
  558.    "Protein:"     Followed by a numeric value. 
  559.  
  560.    "Sodium:"      Followed by a numeric value. 
  561.  
  562.    "Total Fat:"   Followed by a numeric value. 
  563.  
  564.    "Saturated Fat:"  Followed by a numeric value. 
  565.  
  566.    "Cholesterol:"  Followed by a numeric value. 
  567.  
  568.    "Carbohydrates:"  Followed by a numeric value. 
  569. Notes:              Followed by the note text. This text is not formatted  in 
  570.                     any way. 
  571.  
  572.  
  573. ΓòÉΓòÉΓòÉ 2.3.3. Import MealMaster ΓòÉΓòÉΓòÉ
  574.  
  575.                          Recipe Import, Meal-Master(tm)
  576.  
  577. Format
  578.  
  579.  This will import recipes that were exported in Meal-Master  (tm) N, M, or B 
  580. format.  Meal-Master(tm) Version 6.0, 7.x  and 8.01 exports have been tested. 
  581.  
  582.  A  File Dialog  window  will be open with the default Drive and Directory set. 
  583. Also  the file mask will be set to the import/export extension  set in the 
  584. Options notebook. The default setting is *.MMF.  You can  change the  default 
  585. setting in the Options notebook, Paths  The file to be imported can have any 
  586. extension.  The only  requirement for the import to be successful is that the 
  587. recipes  in the file be in the Meal-Master (tm) format. 
  588.  
  589. CAUTION:
  590.  Do not use this format to import any other formats.  To import a  KA Export 
  591. recipes, use File, Import, KA. 
  592.  To import  KA Text  recipes, use File, Import, Text. 
  593.  
  594.  After the file to be imported has been selected, the  Import Window  will be 
  595. open. 
  596.  
  597.  
  598. ΓòÉΓòÉΓòÉ 2.3.4. Help for HelpPanel1 ΓòÉΓòÉΓòÉ
  599.  
  600.  When KA/2 detects a error in a recipe being imported or  edited, the recipe 
  601. will be written to a file with the  recipe file name and a extension of ".err". 
  602. The file will  be in KA text format.  The type of error will be in the  start 
  603. of recipe header.  You can edit this file with a  ASCII editor to fix the 
  604. problem, then reimport the file  using the file, import, KA text function.  The 
  605. type of  error that KA/2 will find that would cause a error is a  duplicate 
  606. title name.  In this case all you would have to  do is change the title in some 
  607. way such as adding a "#2". 
  608.  
  609. Note:  Changing the title to uppercase will not work.  Title  checks are done 
  610. without regard to the case of the letter in  the  title. 
  611.  
  612.  When KA/2 detects a error in a recipe being imported or  edited, the recipe 
  613. will be written to a file with the  recipe file name and a extension of ".err". 
  614. The file will  be in KA text format.  The type of error will be in the  start 
  615. of recipe header.  You can edit this file with a  ASCII editor to fix the 
  616. problem, then reimport the file  using the file, import, KA text function.  The 
  617. type of  error that KA/2 will find that would cause a error is a  duplicate 
  618. title name.  In this case all you would have to  do is change the title in some 
  619. way such as adding a "#2". 
  620.  
  621. Note:  Changing the title to uppercase will not work.  Title  checks are done 
  622. without regard to the case of the letter in  the  title. 
  623.  
  624.  
  625. ΓòÉΓòÉΓòÉ 2.4. Export Recipe ΓòÉΓòÉΓòÉ
  626.  
  627. Recipe Export
  628.  
  629.  Kitchen Assistant/2 exports recipes in two  different formats. 
  630.  
  631. Format                   Description 
  632.  
  633. Kitchen  Assistant/2     This format is not intended to be user readable.  It's 
  634.                          primary purpose  is for internal KA/2 use or where 
  635.                          user will not read it  directly.  It is  designed for 
  636.                          quicker importing into KA/2. 
  637.  
  638. Text                     This format is in a readable, printable ASCII format. 
  639.                          It is intended  for use where someone is going to read 
  640.                          it, such as e-mail.  KA/2 will also import this 
  641.                          format.  If the recipe is  generated by some other 
  642.                          source, other than KA/2, it must  comply to  the KA/2 
  643.                          text format so KA/2 can use it. See  Text Format  for 
  644.                          further information on this format. 
  645.  
  646.  
  647. ΓòÉΓòÉΓòÉ 2.4.1. Export Kitchen Assistance ΓòÉΓòÉΓòÉ
  648.  
  649. Export KA/2 Format
  650.  
  651.  The KA/2  export format is not intended to be user readable. It is  intended 
  652. for  faster importing by  Import, KA function  and for internal use by KA/2. 
  653.  
  654.  For a user readable export format see  Export Text.  This  format is used  for 
  655. printing a recipe or for recipes being included in  e-mail messages or  any 
  656. other application where the recipe will be read. 
  657.  
  658.  
  659. ΓòÉΓòÉΓòÉ 2.4.2. Export Text ΓòÉΓòÉΓòÉ
  660.  
  661. Export KA/2 Text
  662.  
  663.  The text format exports recipes in a readable and printable  ASCII text  form. 
  664. The recipe is formatted with a key word at the start  of each section.  If 
  665. their is no text in a section, the key  word will not be printed.  The print 
  666. function uses the same  format. 
  667.  
  668. See  Text  Format  for a full description of the text format. 
  669.  
  670.  
  671. ΓòÉΓòÉΓòÉ 2.5. View Log ΓòÉΓòÉΓòÉ
  672.  
  673. View Log
  674.  
  675.  The View Log will display the contents of the log for the  current recipe 
  676. file.  One log entry is displayed per line.  Use the scroll  bar to move 
  677. through the file. 
  678.  
  679.  CONTROLS 
  680.  
  681. OK                Return to main window. 
  682.  
  683. Delete            Deletes the selected entries from the log file. 
  684.  
  685. Erase File        Deletes the log file. 
  686.  
  687.  
  688. ΓòÉΓòÉΓòÉ 3. Maintenance Menu ΓòÉΓòÉΓòÉ
  689.  
  690. Maintenance Menu
  691.  
  692.  The maintenance menu provides functions to do housekeeping  on the recipe 
  693. database. 
  694.  
  695. Menu Item      Function 
  696.  
  697.  Default INI   Creates a default ini file. 
  698.  
  699. Pack           Compresses the recipe files and makes disk space that  deleted 
  700.                recipes was using available to your system. 
  701.  
  702.  
  703. ΓòÉΓòÉΓòÉ 3.1. Create Default INI ΓòÉΓòÉΓòÉ
  704.  
  705.                                Create Default INI
  706.  
  707. file
  708.  
  709.  This function will create a default INI file.  You will be  asked if you 
  710. really want to create the new default INI file. 
  711.  
  712. Warning:  If you response Yes, your current INI file will be replaced  with a 
  713. new  file.  All your current option setting will be lost. 
  714.  
  715.  
  716. ΓòÉΓòÉΓòÉ 3.2. Pack Database ΓòÉΓòÉΓòÉ
  717.  
  718. Recipe File Pack
  719.  
  720.  The pack function is used to release any unused space in  the recipe files 
  721. for use by other programs.  When you delete or modify  recipes space used  by 
  722. the recipes deleted or modified are mark as available  for KA/2 use.  This 
  723. space will be used first by KA/2 for new or modified  recipes.  The  only time 
  724. you may have to use this function is if you  did a large scale deletion of 
  725. recipes and you want to make  the disk  space available to you system. 
  726.  
  727. Note:  The pack function DOES NOT compress the KA/2 files. 
  728.  
  729.  The pack procedure is done by first exporting the recipes  in KA/2 format, to 
  730. a file named "<recipeFileName>.KA$",  then renames the recipe files to 
  731. temporary files.  The  names of these temporary file are in the log file, if 
  732. you  have the log file option enabled. Next a new set of recipe  files is 
  733. created with the same name as the original recipe  files, then the exported 
  734. file is import into the new recipe  file.  At the end all temporary are 
  735. deleted.  The export  file *.KA$ is not deleted until the next pack of this 
  736. recipe file. 
  737.  
  738. Warning:  Packing the recipe file can take a long time if the recipe  file is 
  739. large 
  740.  
  741.  
  742. ΓòÉΓòÉΓòÉ 4. Option Menu ΓòÉΓòÉΓòÉ
  743.  
  744. Options Notebook
  745.  
  746.  The options notebook permits you to change the default  parameters  for 
  747. Kitchen Assistant/2 
  748.  
  749. Page                     Functions 
  750.  
  751. Paths                    Set the default path and recipe file name. 
  752.  
  753. Printer                  Set the parameters for the print functions. 
  754.  
  755. Groups                   Sets the Groups used by recipe files. 
  756.  
  757. Yield                    Sets the measurements used for yield and nutritional 
  758.                          information. 
  759.  
  760. Print Formats            User defined recipe formats used for print or 
  761.                          Exporting  text file. 
  762.  
  763. Screen Position          Defines at what position the main window will open at 
  764.                          start up. 
  765.  
  766. Source                   Adds or append text to the source line when a recipe 
  767.                          is  imported  or inputted. 
  768.  
  769. Misc                     Misc. toggles that control functions of KA/2 
  770.  
  771.  
  772. ΓòÉΓòÉΓòÉ 4.1. Paths ΓòÉΓòÉΓòÉ
  773.  
  774. Paths
  775.  
  776. Default Recipe           This is the recipe file that is opened when the KA/2 
  777.                          starts up. 
  778.  
  779. Working directory        This is the directory that the recipe files and other 
  780.                          files that are  generated by the program are stored by 
  781.                          default.  You will  be able to  specify another 
  782.                          directory if you wish for most file  operation. 
  783.  
  784. File Extensions          These are the default extensions that will be used for 
  785.                          Import and  Export operation.  You can specify other 
  786.                          extensions when  the import or  export operation is 
  787.                          performed if you wish.. 
  788.  
  789.  
  790. ΓòÉΓòÉΓòÉ 4.2. Printer Options ΓòÉΓòÉΓòÉ
  791.  
  792. Print Parameters
  793.  
  794.     These are the parameters used for printing recipes. The  default  character 
  795. set for your printer is used. 
  796.  
  797. Page Width          Number of chars that will fit in one line of text with  0 
  798.                     margins. 
  799.  
  800. Left Margin         The number of spaces to use as as a Left margin. 
  801.  
  802. Right Margin        The number of spaces to use as as a right margin. 
  803.  
  804. Print Device        The device to output the recipe to ( LPT1, LPT2, COM1 
  805.                     etc.).  You can enter a file name here and the text will be 
  806.                     stored in the file with  margins added.  This is the same 
  807.                     as using File, Export,  File, Export,text  except that 
  808.                     margins are added. 
  809.  
  810. Header Character    This is the character that is used before and after a 
  811.                     ingredient or  Instruction header. 
  812.  
  813.  
  814. ΓòÉΓòÉΓòÉ 4.3. Group Options ΓòÉΓòÉΓòÉ
  815.  
  816. Predefined Groups
  817.  
  818.  The predefined groups for  KA/2 are defined here.  You are no limited to  the 
  819. number  of groups used in a recipe file.  These is a limit to the  number (50) 
  820. of  predefined groups listed here.  The predefined groups will  be available in 
  821. the listbox when you are editing a recipes.  New groups  entered while  editing 
  822. recipes are not entered into the predefined list.  If you want to  add the 
  823. group to the predefine list you must enter it in  the Options  window. 
  824.  
  825.  Recipes that are being imported will used the groups in the  recipe, unless 
  826. you select to change them manually by selecting the verify  option in the 
  827. Import window. 
  828.  
  829.  New groups can be add to the predefine list by entering  them to the top 
  830. entry field.  To delete groups from the list, select the  group(s) you want  to 
  831. delete, then press the delete button. 
  832.  
  833.  
  834. ΓòÉΓòÉΓòÉ 4.4. Yield Measurments ΓòÉΓòÉΓòÉ
  835.  
  836.                                   Yield Unit of
  837.  
  838. Measure
  839.  
  840.  The predefined unit of measure for yields are set here.  There is no limit to 
  841. what unit of measure you use in a  recipe. The number of predefined units is 
  842. limited to 20,  and are used when editing recipes as a short cut.  You can  use 
  843. one of the predefined  yield measurement or enter some other measurement while 
  844. editing recipes.  If you enter new yield measure it will  not be entered into 
  845. the predefine list of yield  measurements.  If your want the measurement in the 
  846. predefine list, you have to enter them in this option  window. 
  847.  
  848.  Recipes that are being imported will used the yield  measurement in the 
  849. import recipe, unless you selected the verify option in the  Import window. 
  850. Selecting this option will allow you to  edit the recipe as it's being 
  851. imported. 
  852.  
  853.  New yield measurement can be add to the predefine list by  entering them to 
  854. the top entry field. Then press enter. 
  855.  
  856.  To delete groups from the list select the group(s) you want  to delete,  then 
  857. press the delete button. 
  858.  
  859.  
  860. ΓòÉΓòÉΓòÉ 4.5. Print/Export Text Format ΓòÉΓòÉΓòÉ
  861.  
  862. Recipe Print Format
  863.  
  864.   Up to three user defined print/export formats can be  defined here.  You 
  865. select the sections you wish to include in the recipe.  You can also  specify 
  866. if this format is to be used as the default.  There  is a default  format which 
  867. includes all section.  At the start of the  print or export,  you will be given 
  868. the opportunity to select another format,  if you have  specified any of the 
  869. user formats. 
  870.  For the format to become available you must provide a name  for the format. 
  871.  
  872. Note:  These formats apply only to printed recipes or recipes  exported in the 
  873. text format. 
  874.  
  875.  
  876. ΓòÉΓòÉΓòÉ 4.6. Screen Open Position ΓòÉΓòÉΓòÉ
  877.  
  878. Screen Position
  879.  
  880.  You can choice the screen position where you want the Main  Kitchen 
  881. Assistant/2 window to open in on  program start up. 
  882.  
  883.  There are 9 buttons which represent the following screen  positions: 
  884.  
  885.  
  886.                       UpperLeft , UpperCenter , UpperRight
  887.  
  888.                       Middle Left, Middle,     Middle Right
  889.  
  890.                      Lower Left,  Lower Center, Lower Right
  891.  
  892.  There is also a check box, which if check will cause the  main window 
  893. position to be saved when you exit the program.  This saved  position  will be 
  894. used as the starting position the next time you  load KA/2. 
  895.  
  896.  
  897. ΓòÉΓòÉΓòÉ 4.7. Source ΓòÉΓòÉΓòÉ
  898.  
  899. Recipe Source
  900.  
  901.  The Optional Source text allows you to add text the  Source/Author  line of a 
  902. recipe.  The text that will be added is a  standard text line  or a custom line 
  903. defined by the user.  There are two  standard text lines,  one for recipes 
  904. inputted by the user, " Inputted by  <RegisterName>", and one for imported 
  905. recipes "Imported  from XXXX".  As part  of the text line a marker (~~) is 
  906. placed at the beginning  of the text.  If  this marker is found in the 
  907. Source/Author line of the  imported recipe, no text will be added. 
  908.  
  909. Add text       If this is checked, the standard or custom text will be  added 
  910.                only if the Source/Author line in the recipe is  blank. 
  911.  
  912. Append text    If this is checked, the standard or custom text will be 
  913.                appended to  the existing text in the Source/Author line. 
  914.  
  915. Custom Text    If this is check the text that you enter in the entry  field 
  916.                below  will be used in place of the standard text. 
  917.  
  918.  
  919. ΓòÉΓòÉΓòÉ 4.8. Options Misc Help ΓòÉΓòÉΓòÉ
  920.  
  921. Options, Misc.
  922.  
  923. Item           Function 
  924.  
  925. Log File       If this is checked, a log file will be maintained in the working 
  926.                dir.  The file name will be kitchen.log.  The log file can be 
  927.                view by selecting  the menu item, file,  View Log   You can also 
  928.                erase the file or delete entries from the file from the  View 
  929.                Log window.  Should the file size exceed 500KB a message will be 
  930.                display when you start up KA/2 
  931.  
  932. USA/Metric     This sets the default measurement conversion mode.  The three 
  933.                modes available are: 
  934.  
  935.    ΓûáNone     No conversion done.  Recipe is displayed, exported, or printed as 
  936.              it  is stored in the recipe file. 
  937.  
  938.    ΓûáUSA      The Unit of measure in the ingredient section is converted to a 
  939.              USA  measure abbreviation if the unit of is found in KA/2's table. 
  940.  
  941.    ΓûáMetric   The Unit of measure in the ingredient section is converted to a 
  942.              Metric  measure abbreviation if the unit of is found in KA/2's 
  943.              table. 
  944.  
  945. Note:  Measure that are not found in the KA/2 table are not converted and will 
  946.        appear as they are stored in the recipe file. 
  947.  
  948.  
  949. ΓòÉΓòÉΓòÉ 4.9. Predefined Ingredients ΓòÉΓòÉΓòÉ
  950.  
  951.                              Predefined Ingredients
  952.  
  953. List
  954.  
  955.  The predefined ingredients for KA/2 are entered  in the Option  notebook, on 
  956. the Ingredient page. The limit for the number  of ingredients  in the list is 
  957. 100.  This list will be available when you are editing or  entering a recipe. 
  958. You are not limited to the using only the ingredients in  this list.  The 
  959. purpose of the list is to provide a easy method to enter  ingredients that  you 
  960. use often or for any other reason. 
  961.  
  962.  Recipes that are being imported will used the ingredients  contained in the 
  963. imported recipe, unless you select to  change them manually by selecting the 
  964. verify option in the  Import window. 
  965.  
  966.  New ingredients can be add to the predefine list by  entering them to the  top 
  967. entry field, then pressing return. 
  968.  
  969.  To delete ingredients from the list select the  ingredient(s) you want to 
  970. delete, then press the delete button. 
  971.  
  972.  If you try to enter more than 100 ingredients a warning  message will be 
  973. displayed. 
  974.  
  975.  
  976. ΓòÉΓòÉΓòÉ 5. View Window ΓòÉΓòÉΓòÉ
  977.  
  978. Recipe Viewer
  979.  
  980.  The view recipe window contains two areas, the Multiline  view area and the 
  981. control buttons.  You cannot modify a recipe directly in  this window.  If  you 
  982. wish to modify the recipe being viewed, press the  Edit Button. 
  983.  
  984.  The recipes that are viewed in this window are the selected  recipes in the 
  985. listbox in the main window. 
  986.  
  987.  The control buttons available in this window are: 
  988.  
  989. Control        Function 
  990.  
  991. First          Moves to the first selected recipe. 
  992.  
  993. Last           Moves to the last selected recipe. 
  994.  
  995. Previous       Moves to the previous selected recipe. 
  996.  
  997. Next           Moves to the next selected recipe. 
  998.  
  999. Edit           Edit the current recipe. 
  1000.  
  1001. Print          Print the current recipe. 
  1002.  
  1003. Exit           Returns to the main window. 
  1004.  
  1005.  
  1006. ΓòÉΓòÉΓòÉ 6. Recipe Editor ΓòÉΓòÉΓòÉ
  1007.  
  1008. Recipe Editor
  1009.  
  1010.  The Recipe Editor is use to entered a new recipe or to  modify an existing 
  1011. recipe.  The window consist of two main areas, the recipe  area and the 
  1012. control area. 
  1013.  
  1014. RECIPE AREA    The recipe will be displayed in this area, along with  the 
  1015.                section headings.  If you selected a new recipe a entry  area 
  1016.                will be blank  and the Title entry window will be opened so you 
  1017.                can entry  the recipes  title. There is one control button for 
  1018.                each section of the  recipe. 
  1019. CONTROL AREA   The control button are use to open a editor window for  the 
  1020.                selected  section.  The twelve control buttons are: 
  1021.  
  1022.    Title 
  1023.    Group 
  1024.    Description 
  1025.    Ingredient 
  1026.    Instruction 
  1027.    Save 
  1028.    Preparation 
  1029.    Serving 
  1030.    Source 
  1031.    Notes 
  1032.    Nutrition 
  1033.  
  1034.  The entries or modification will not be saved to the recipe  file until you 
  1035. press the save button.  Pressing the cancel button will not  save the  change 
  1036. you may have made in this editing session. 
  1037.  
  1038.  
  1039. ΓòÉΓòÉΓòÉ 6.1. Title Editor ΓòÉΓòÉΓòÉ
  1040.  
  1041. Title Editor
  1042.  
  1043.  If a title already exist for this recipe it will appear in  the entry box. 
  1044. You can edit it or enter a new title. 
  1045.  
  1046. Control   Function 
  1047.  
  1048. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1049.  
  1050. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1051.           changes will be lost. 
  1052.  
  1053. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1054.  
  1055. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1056.           changes will be lost. 
  1057.  
  1058. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1059.  
  1060. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1061.           changes will be lost. 
  1062.  
  1063. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1064.  
  1065. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1066.           changes will be lost. 
  1067.  
  1068. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1069.  
  1070. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1071.           changes will be lost. 
  1072.  
  1073. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1074.  
  1075. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1076.           changes will be lost. 
  1077.  
  1078. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1079.  
  1080. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1081.           changes will be lost. 
  1082.  
  1083. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1084.  
  1085. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1086.           changes will be lost. 
  1087.  
  1088. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1089.  
  1090. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1091.           changes will be lost. 
  1092.  
  1093. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1094.  
  1095. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1096.           changes will be lost. 
  1097.  
  1098.  Kitchen Assistant/2 does not allow duplicate  titles in the  database.  If a 
  1099. duplicate title is entered, a warning  message box will be  displayed  when you 
  1100. save the recipe. 
  1101.  
  1102.  
  1103. ΓòÉΓòÉΓòÉ 6.2. Group Edit ΓòÉΓòÉΓòÉ
  1104.  
  1105. Group Editor
  1106.  
  1107.  The Group Editor window is used to attached one or more  group(s) to a recipe. 
  1108.  
  1109.  The Group editor windows contains 2 listboxes, the left one  contains the 
  1110. predefined groups and the  right one contains the Groups to be attached to the 
  1111. current  recipe.  The window also has a entry field to permit you to  enter a 
  1112. group that is not contained in the predefine list. 
  1113.  
  1114. CAUTION:
  1115.  A group that has be entered in the "New" entry field will  not be add to the 
  1116. predefined list.  If you wish to have the  new group add to the predefined 
  1117. list, you will have go to  the  Options, Groups  window and add it to the 
  1118. predefine group list there. 
  1119.  
  1120.  If the recipe being edited contains group(s) they will  appear in the right 
  1121. listbox when group edit window is  opened.  If any of these groups appear in 
  1122. the predefined  listbox they will be removed for the predefine listbox.  This 
  1123. is done so that you do not duplicate entries. 
  1124.  
  1125.  To attach one or more group(s) to the recipe from the  predefine list,  select 
  1126. the group(s) you want from the left listbox, then  press the Add  button.  To 
  1127. select multiple groups, Hold the Ctrl key down  while make the selection with 
  1128. the mouse or the keyboard.  You can select groups from the predefined list and 
  1129. enter a  new group in the new entry field in one operation. 
  1130.  
  1131. Warning:  The number of groups that can be assigned to a recipe is  10. 
  1132.  
  1133. Controls       Function 
  1134.  
  1135. Add >>         Adds the selected groups for the predefine listbox, and  the if 
  1136.                the "New" entry filed contains a group to the recipe  group 
  1137.                listbox. 
  1138.  
  1139. << Remove      The remove Button will remove any selected groups from  the 
  1140.                Recipe Groups listbox and place them in the predefine  listbox. 
  1141.  
  1142. <<Deselect>>   All select items in BOTH listboxes will be deselected. 
  1143.  
  1144. OK             Transfers the text in the entry field to the Recipe Editor 
  1145.                window. 
  1146.  
  1147. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1148.                All  changes will be lost. 
  1149.  
  1150. OK             Transfers the text in the entry field to the Recipe Editor 
  1151.                window. 
  1152.  
  1153. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1154.                All  changes will be lost. 
  1155.  
  1156. OK             Transfers the text in the entry field to the Recipe Editor 
  1157.                window. 
  1158.  
  1159. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1160.                All  changes will be lost. 
  1161.  
  1162. OK             Transfers the text in the entry field to the Recipe Editor 
  1163.                window. 
  1164.  
  1165. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1166.                All  changes will be lost. 
  1167.  
  1168. OK             Transfers the text in the entry field to the Recipe Editor 
  1169.                window. 
  1170.  
  1171. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1172.                All  changes will be lost. 
  1173.  
  1174. OK             Transfers the text in the entry field to the Recipe Editor 
  1175.                window. 
  1176.  
  1177. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1178.                All  changes will be lost. 
  1179.  
  1180. OK             Transfers the text in the entry field to the Recipe Editor 
  1181.                window. 
  1182.  
  1183. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1184.                All  changes will be lost. 
  1185.  
  1186. OK             Transfers the text in the entry field to the Recipe Editor 
  1187.                window. 
  1188.  
  1189. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1190.                All  changes will be lost. 
  1191.  
  1192. OK             Transfers the text in the entry field to the Recipe Editor 
  1193.                window. 
  1194.  
  1195. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1196.                All  changes will be lost. 
  1197.  
  1198. OK             Transfers the text in the entry field to the Recipe Editor 
  1199.                window. 
  1200.  
  1201. Cancel         Exits without transferring the text to the Recipe Editor Window. 
  1202.                All  changes will be lost. 
  1203.  
  1204.  
  1205. ΓòÉΓòÉΓòÉ 6.3. Description Edit ΓòÉΓòÉΓòÉ
  1206.  
  1207. Recipe Description
  1208.  
  1209.  The recipe description is entered here.  Do not enter  carriage returns, 
  1210. unless you need them for some special formatting.  I would  advise that you do 
  1211. not since they may mess up the recipe  formatting done by  Kitchen Assistant/2 
  1212.  
  1213. Control   Function 
  1214.  
  1215. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1216.  
  1217. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1218.           changes will be lost. 
  1219.  
  1220. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1221.  
  1222. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1223.           changes will be lost. 
  1224.  
  1225. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1226.  
  1227. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1228.           changes will be lost. 
  1229.  
  1230. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1231.  
  1232. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1233.           changes will be lost. 
  1234.  
  1235. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1236.  
  1237. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1238.           changes will be lost. 
  1239.  
  1240. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1241.  
  1242. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1243.           changes will be lost. 
  1244.  
  1245. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1246.  
  1247. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1248.           changes will be lost. 
  1249.  
  1250. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1251.  
  1252. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1253.           changes will be lost. 
  1254.  
  1255. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1256.  
  1257. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1258.           changes will be lost. 
  1259.  
  1260. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1261.  
  1262. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1263.           changes will be lost. 
  1264.  
  1265.  
  1266. ΓòÉΓòÉΓòÉ 6.4. Ingredients Edit ΓòÉΓòÉΓòÉ
  1267.  
  1268.                                 Ingredient Editor
  1269.  
  1270. Window
  1271.  
  1272.  The Ingredient Edit window is activated from the recipe  editor window by the 
  1273. Ingredient button. 
  1274.  
  1275.  The main area is the text entry box in the center of the  window.  You can 
  1276. enter the ingredients directly into this  area if you observe the correct 
  1277. formatting as listed below.  You can also use the three ingredient entry fields 
  1278. at the  top of the window and the header entry field at the bottom  of the 
  1279. window to enter the new text for the ingredient  section of the recipe.  To 
  1280. modify existing ingredient text  you must make the modifications in the Main 
  1281. entry area or  delete the text you want to change and then enter the new  text 
  1282. using the entry fields at the top of the window.  Using these entry field will 
  1283. ensure that the entries are in  the correct format. 
  1284.  
  1285.                                 Ingredients Text
  1286.  
  1287. Formatting
  1288.  
  1289. Ingredient Header  The header should be on a line by it's self and should  be 
  1290.                   preceeded by 5 or more Header Characters, optionally 
  1291.                   followed by 5  or more Header  character  The header 
  1292.                   character is user definable in the Options,  Printer page of 
  1293.                   the notebook. 
  1294.  
  1295. Ingredient Line   The quantity and measure fields must be followed by a 2  or 
  1296.                   more spaces or a tab character.  The unit of measurement 
  1297.                   should 1-3 characters.  While they can be any measurement  or 
  1298.                   abbreviation, I suggest that you use a standard 
  1299.                   abbreviation.  KA/2 will convert whatever is entered to the 
  1300.                   standard KA/2 abbreviation, if the measurement you entered 
  1301.                   is in it's table. 
  1302.  
  1303.                   The ingredient text should be formatted as follows: 
  1304.  
  1305.  
  1306.                                     IngredientText [ ,AdditionText ]
  1307.  
  1308.                   The item within the brackets are optional and is used  for 
  1309.                   additional  descriptive text associated with the ingredient. 
  1310.                   The  IngredientText should be just the ingredient ie: Onions, 
  1311.                   this should be followed by a "," or ";" if there is a 
  1312.                   addition descriptive text for the ingredient ie: "Sliced 
  1313.                   thin". 
  1314.                    An example of a ingredient line would be: 
  1315.  
  1316.                                      3 lg  Onions, Sliced thin
  1317.  
  1318.                                                 or
  1319.  
  1320.                                             1  c  flour
  1321.  
  1322.                   The ingredientText portion the the line is used for the 
  1323.                   ingredient  indexing used by KA/2 to speed up some of it's 
  1324.                   operation.  If  the comma is omitted the program will work, 
  1325.                   although the  number of index entries may increase 
  1326.                   unnecessarily and may  impact the performance of the program. 
  1327.  
  1328.  If you use the ingredient entry fields, be sure that the  cursor is at the 
  1329. beginning of the line that you want the text to be placed. 
  1330.  
  1331.  
  1332.                           Usingtheingrediententryfields
  1333.  
  1334. Quantity  Enter the numeric quantity for the ingredient.  Enter a  fractional 
  1335.           qty  as 1 1/2.  Do not use a decimal entry. 
  1336.  
  1337. Measure   You can enter the unit of measure in the entry field or  press the 
  1338.           button on the right side of the field to drop down the list  of 
  1339.           measurements.  Select the desired measurement and press  enter or 
  1340.           double-click the left mouse button.  The drop down box will  close. 
  1341.           Only  the abbreviated portion of the text will be used in the  recipe 
  1342.           for the  unit of measure.  If you enter your own unit of measure in 
  1343.           this entry  field be sure to limit it to 3 characters.  You do not 
  1344.           need  to enter the  long name of the ingredient. 
  1345.  
  1346. Ingredient  Enter the ingredient in the ingredient entry field.  Limit this to 
  1347.           just the ingredient name.  Any additional information  should be 
  1348.           entered  into the text entry field. 
  1349.  
  1350. Text      This is used for descriptive information for the  ingredient such as 
  1351.           "Slice thin". 
  1352.  When done press the ADD button to transfer the text to the  main text entry 
  1353. field. 
  1354.  
  1355. Control   Function 
  1356.  
  1357. Header    To create a ingredient header line, enter the heading  text,  select 
  1358.           it, then press the Header button.  The selected text  will be 
  1359.           formatted as a header.  If the text you select in in the  middle of a 
  1360.           line,  the line will be split and the header placed on a line by 
  1361.           it's self. 
  1362.  
  1363. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1364.  
  1365. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1366.           changes will be lost. 
  1367.  
  1368. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1369.  
  1370. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1371.           changes will be lost. 
  1372.  
  1373. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1374.  
  1375. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1376.           changes will be lost. 
  1377.  
  1378. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1379.  
  1380. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1381.           changes will be lost. 
  1382.  
  1383. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1384.  
  1385. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1386.           changes will be lost. 
  1387.  
  1388. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1389.  
  1390. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1391.           changes will be lost. 
  1392.  
  1393. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1394.  
  1395. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1396.           changes will be lost. 
  1397.  
  1398. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1399.  
  1400. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1401.           changes will be lost. 
  1402.  
  1403. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1404.  
  1405. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1406.           changes will be lost. 
  1407.  
  1408. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1409.  
  1410. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1411.           changes will be lost. 
  1412.  
  1413.  
  1414. ΓòÉΓòÉΓòÉ 6.5. Instruction Editor ΓòÉΓòÉΓòÉ
  1415.  
  1416.                                Recipe Instruction
  1417.  
  1418. Edit
  1419.  
  1420.  The Instruction section is where you enter the step by step  instruction  for 
  1421. the recipe.  The instructions are stored as paragraph,  with a blank  line or a 
  1422. header denoting the beginning of a paragraph.  You should let the program 
  1423. format the lines in a paragraph. 
  1424.  
  1425.  You can create a heading by enter the heading text,  selecting it, then  press 
  1426. the header button.  If the selected text is in the  middle of the  line the 
  1427. line will be split and the header will be place on  the next line,  by it's 
  1428. self with the remaining text following on the next  line. 
  1429.  
  1430.  Header can be entered directly into the instruction field  if the correct 
  1431. format is observed.  The header should be on a line by it's  self and  should 
  1432. be preceeded by 5 or more Header Characters,  optionally followed by 5 or more 
  1433. Header characters  The default Header Character is defined in the Option, 
  1434. printer notebook  page. 
  1435.  
  1436. Control   Function 
  1437.  
  1438. Header    Creates a Header line from the selected text. 
  1439.  
  1440. Add       Adds the ingredient information in the upper entry  fields to the 
  1441.           main  entry area. 
  1442.  
  1443. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1444.  
  1445. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1446.           changes will be lost. 
  1447.  
  1448. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1449.  
  1450. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1451.           changes will be lost. 
  1452.  
  1453. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1454.  
  1455. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1456.           changes will be lost. 
  1457.  
  1458. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1459.  
  1460. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1461.           changes will be lost. 
  1462.  
  1463. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1464.  
  1465. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1466.           changes will be lost. 
  1467.  
  1468. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1469.  
  1470. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1471.           changes will be lost. 
  1472.  
  1473. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1474.  
  1475. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1476.           changes will be lost. 
  1477.  
  1478. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1479.  
  1480. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1481.           changes will be lost. 
  1482.  
  1483. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1484.  
  1485. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1486.           changes will be lost. 
  1487.  
  1488. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1489.  
  1490. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1491.           changes will be lost. 
  1492.  
  1493.  
  1494. ΓòÉΓòÉΓòÉ 6.6. Save Edited Recipe ΓòÉΓòÉΓòÉ
  1495.  
  1496. Save Button
  1497.  
  1498.  The Save button will save the recipe if it a new recipe  or if the recipe has 
  1499. been modified.  The Editor window will  be exited and you will return to the 
  1500. previous window. 
  1501.  
  1502.  
  1503. ΓòÉΓòÉΓòÉ 6.7. Preparation Edit ΓòÉΓòÉΓòÉ
  1504.  
  1505.                               Preparation & Cooking
  1506.  
  1507. Time
  1508.  
  1509.  This Edit window is used to enter the preparation and  cooking times for a 
  1510. recipe. 
  1511.  
  1512. Controls  Function 
  1513.  
  1514. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1515.  
  1516. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1517.           changes will be lost. 
  1518.  
  1519. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1520.  
  1521. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1522.           changes will be lost. 
  1523.  
  1524. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1525.  
  1526. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1527.           changes will be lost. 
  1528.  
  1529. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1530.  
  1531. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1532.           changes will be lost. 
  1533.  
  1534. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1535.  
  1536. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1537.           changes will be lost. 
  1538.  
  1539. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1540.  
  1541. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1542.           changes will be lost. 
  1543.  
  1544. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1545.  
  1546. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1547.           changes will be lost. 
  1548.  
  1549. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1550.  
  1551. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1552.           changes will be lost. 
  1553.  
  1554. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1555.  
  1556. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1557.           changes will be lost. 
  1558.  
  1559. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1560.  
  1561. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1562.           changes will be lost. 
  1563.  
  1564.  
  1565. ΓòÉΓòÉΓòÉ 6.8. Serving Edit ΓòÉΓòÉΓòÉ
  1566.  
  1567. Yield Information
  1568.  
  1569.  This Edit window is used to enter the Yield information for  the recipe. 
  1570. Enter a numeric qty in the Qty entry field.  The Unit of  Measure  is selected 
  1571. from the dropdown list box. 
  1572.  
  1573. Control   Description 
  1574.  
  1575. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1576.  
  1577. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1578.           changes will be lost. 
  1579.  
  1580. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1581.  
  1582. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1583.           changes will be lost. 
  1584.  
  1585. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1586.  
  1587. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1588.           changes will be lost. 
  1589.  
  1590. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1591.  
  1592. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1593.           changes will be lost. 
  1594.  
  1595. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1596.  
  1597. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1598.           changes will be lost. 
  1599.  
  1600. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1601.  
  1602. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1603.           changes will be lost. 
  1604.  
  1605. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1606.  
  1607. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1608.           changes will be lost. 
  1609.  
  1610. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1611.  
  1612. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1613.           changes will be lost. 
  1614.  
  1615. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1616.  
  1617. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1618.           changes will be lost. 
  1619.  
  1620. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1621.  
  1622. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1623.           changes will be lost. 
  1624.  
  1625.  
  1626. ΓòÉΓòÉΓòÉ 6.9. Source Edit ΓòÉΓòÉΓòÉ
  1627.  
  1628. Source/Author
  1629.  
  1630.  The Source Edit window is used to enter the Source or author information  for 
  1631. the recipe.  Enter a single line of text in the entry field. 
  1632.  
  1633. Control   Function 
  1634.  
  1635. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1636.  
  1637. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1638.           changes will be lost. 
  1639.  
  1640. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1641.  
  1642. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1643.           changes will be lost. 
  1644.  
  1645. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1646.  
  1647. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1648.           changes will be lost. 
  1649.  
  1650. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1651.  
  1652. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1653.           changes will be lost. 
  1654.  
  1655. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1656.  
  1657. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1658.           changes will be lost. 
  1659.  
  1660. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1661.  
  1662. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1663.           changes will be lost. 
  1664.  
  1665. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1666.  
  1667. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1668.           changes will be lost. 
  1669.  
  1670. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1671.  
  1672. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1673.           changes will be lost. 
  1674.  
  1675. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1676.  
  1677. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1678.           changes will be lost. 
  1679.  
  1680. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1681.  
  1682. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1683.           changes will be lost. 
  1684.  
  1685.  
  1686. ΓòÉΓòÉΓòÉ 6.10. Notes Edit ΓòÉΓòÉΓòÉ
  1687.  
  1688. Notes
  1689.  
  1690.  The Note Edit Window is used for any miscellaneous notation  for the  recipe. 
  1691.  
  1692.  While you can enter the text with carriage return, I would  recommend  that 
  1693. you enter the text without them and let the program  handle the line 
  1694. formatting.  This may avoid problems later  on when you try to print the 
  1695. recipe. 
  1696.  
  1697. Controls  Function 
  1698.  
  1699. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1700.  
  1701. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1702.           changes will be lost. 
  1703.  
  1704. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1705.  
  1706. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1707.           changes will be lost. 
  1708.  
  1709. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1710.  
  1711. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1712.           changes will be lost. 
  1713.  
  1714. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1715.  
  1716. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1717.           changes will be lost. 
  1718.  
  1719. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1720.  
  1721. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1722.           changes will be lost. 
  1723.  
  1724. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1725.  
  1726. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1727.           changes will be lost. 
  1728.  
  1729. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1730.  
  1731. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1732.           changes will be lost. 
  1733.  
  1734. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1735.  
  1736. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1737.           changes will be lost. 
  1738.  
  1739. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1740.  
  1741. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1742.           changes will be lost. 
  1743.  
  1744. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1745.  
  1746. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1747.           changes will be lost. 
  1748.  
  1749.  
  1750. ΓòÉΓòÉΓòÉ 6.11. Nutrition Edit ΓòÉΓòÉΓòÉ
  1751.  
  1752.                                    Nutritional
  1753.  
  1754. Information
  1755.  
  1756.  This Edit window used to enter the Nutritional information  for the recipe. 
  1757.  
  1758.  Use the per spin button to select the unit of measure that  the nutritional 
  1759. values are based on.  The measurements used here are same  as used for the 
  1760. recipe Yield field.  You can add addition units of measure  to this box by 
  1761. using the Option,  Yield  from the menu bar and adding the new units to the 
  1762. Yield  list. 
  1763.  Complete entering numeric values for the rest of the fields  in this  window. 
  1764. Valid characters are 1234567890.\ and space. Do  not enter the  unit of 
  1765. measure, such as grams. 
  1766.  
  1767. Controls  Functions 
  1768.  
  1769. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1770.  
  1771. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1772.           changes will be lost. 
  1773.  
  1774. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1775.  
  1776. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1777.           changes will be lost. 
  1778.  
  1779. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1780.  
  1781. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1782.           changes will be lost. 
  1783.  
  1784. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1785.  
  1786. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1787.           changes will be lost. 
  1788.  
  1789. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1790.  
  1791. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1792.           changes will be lost. 
  1793.  
  1794. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1795.  
  1796. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1797.           changes will be lost. 
  1798.  
  1799. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1800.  
  1801. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1802.           changes will be lost. 
  1803.  
  1804. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1805.  
  1806. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1807.           changes will be lost. 
  1808.  
  1809. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1810.  
  1811. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1812.           changes will be lost. 
  1813.  
  1814. OK        Transfers the text in the entry field to the Recipe Editor window. 
  1815.  
  1816. Cancel    Exits without transferring the text to the Recipe Editor Window.  All 
  1817.           changes will be lost. 
  1818.  
  1819.  
  1820. ΓòÉΓòÉΓòÉ 7. Import Window ΓòÉΓòÉΓòÉ
  1821.  
  1822. Import Window
  1823.  
  1824.  The Import Window provides the user with the ability to  select some options 
  1825. via checkboxes before starting a  import.  This window is opened after you have 
  1826. selected the  file to be imported. 
  1827.  
  1828.  The name of the file to be imported appears in the title  bar  of the window. 
  1829. If you wish to change to another file, use  the File button in this window. 
  1830.  
  1831. Checkbox       Function 
  1832. Verify         If this is checked the  Editor window will  be opened  for each 
  1833.                recipe imported.  This will give the user the  ability to edit 
  1834.                the recipe before it's added to the recipe file. 
  1835. Add to List Box  If this is checked, as each recipe is imported, it will  be 
  1836.                added  to the Listbox. 
  1837.  
  1838.  The import of the file will begin when you press the Start  button.  During 
  1839. the import process the title of the recipe  will  be displayed in the entry 
  1840. field and added to the listbox if  you have  checked the Add to Listbox 
  1841. checkbox.  The count of recipes  imported  will be displayed in the left status 
  1842. bar.  The Right status  bar will  contain the count of import error.  The  Log 
  1843. can be viewed  to determine the reason for the error. 
  1844.  
  1845.  The import can be cancelled by pressing the Cancel Button.  Upon completion of 
  1846. the import, the Start Button will change  to  OK.  Pressing the OK button will 
  1847. return you to the main  window. 
  1848.  
  1849.  
  1850. ΓòÉΓòÉΓòÉ 8. File Dialog ΓòÉΓòÉΓòÉ
  1851.  
  1852. File Dialog
  1853.  
  1854.  The File Dialog window permits you to navigate the systems  file structure. 
  1855.  
  1856.  The drive, directory, and file can be selected or changed  as needed.  KA/2 
  1857. will provide the default file mask, drive,  and directory.  You can use these 
  1858. or enter another drive, directory.  The  defaults can be changed in the options 
  1859. notebook. 
  1860.  
  1861.  
  1862. ΓòÉΓòÉΓòÉ 9. RegisterHlp ΓòÉΓòÉΓòÉ
  1863.  
  1864. Registration Window
  1865.  
  1866.  Enter the registered name, serial number, and the  registration number  you 
  1867. received when you registered KA/2 in the entry fields  then press the  OK 
  1868. button. 
  1869.  
  1870. Warning:  If the registration information you entered is incorrect a  warning 
  1871. message will be displayed. 
  1872.  
  1873.  You can abort the register screen by pressing the the  cancel button. 
  1874.  
  1875.  To register KA/2 or for pricing information see the  REGISTER.FRM file that is 
  1876. included in the zip file. 
  1877.  
  1878. Warning:  If you upload the KA/2 package to a BBS, or give it to  someone, DO 
  1879. NOT include the KITCHEN.INI file.  This is your  INI file and you are not 
  1880. allowed to give it or transfer it  anyone else. 
  1881.  
  1882.  
  1883. ΓòÉΓòÉΓòÉ 10. Print/Export Styles ΓòÉΓòÉΓòÉ
  1884.  
  1885. Print Window
  1886.  
  1887.  This window will open when you print a recipe and if you  have defined 1 or 
  1888. more user print format in the Options  Notebook. The default format will be 
  1889. selected, with the  other formats that you have defined available for 
  1890. selection.  After selecting the format you wish to use,  press OK. 
  1891.  
  1892.  
  1893. ΓòÉΓòÉΓòÉ 11. Beta Version ΓòÉΓòÉΓòÉ
  1894.  
  1895. Beta Release Information
  1896.  
  1897.  The Beta version release of  Kitchen Assistant/2  is made available to any one 
  1898. who wants to help in testing the program.  This version does not contain the 
  1899. "nag" screen, but does contain a time  limit.  See  Registering for more 
  1900. information on  the "nag"  screen. 
  1901.  When the time limit expires, the Beta Kitchen Assistant/2  will revert to a 
  1902. standard unregistered version. 
  1903.  
  1904. CAUTION:
  1905.  Of course any bug that that existed will still exist. You should upgrade  to 
  1906. the latest release as soon as possible. 
  1907.  
  1908.  You can register the Beta version at no cost before the Beta Limit date or 
  1909. until  the next GA (General Availability)  version is released.  As a register 
  1910. beta user you will receive a no  discount  on the GA registration fee.  Also 
  1911. you will be notified of any new beta  release  of this version and notification 
  1912. of the GA release.  If you encounter any problems with Kitchen Assistant/2 
  1913. please  contact support to report the  problem. 
  1914.  
  1915. Note:  See the register.txt file included with the program for full information 
  1916. on  registering Kitchen Assistant/2 
  1917.  
  1918.  
  1919. ΓòÉΓòÉΓòÉ 12. Support ΓòÉΓòÉΓòÉ
  1920.  
  1921.  Questions and problems can be sent to: 
  1922.  
  1923.  
  1924.                    Internetaddresses :anancoz @ pipeline . com
  1925.  
  1926.                                    anancoz@interport.net
  1927.  
  1928.                               Compuserve: 73777,13
  1929.  
  1930.                                 US Mail address:
  1931.  
  1932.                                   Allan Nancoz
  1933.  
  1934.                                  349 Quincy Ave.
  1935.  
  1936.                               Bronx, NY 10465-3011
  1937.  
  1938.  Include the following Information.  Version # 
  1939.  Problem/symptoms/Question: 
  1940.  Serial Number (from Product info screen if there is one): 
  1941.  Your Name and address. 
  1942.  Your E-mail address: (if you have one) 
  1943.  If you have a Email address I will acknowledge receipt of  the problem 
  1944. report. You will be informed of the resolution.  How you can get a fix will 
  1945. depend on the severity of the  problem, if you  are a register user.  We are 
  1946. committed to providing the end  user with a  reliable, working product.  Even 
  1947. if you not a registered  user, I want  to hear about any problem you are having 
  1948. with KA/2 and I  will get them  resolved. 
  1949.  
  1950.  
  1951. ΓòÉΓòÉΓòÉ 13. Licence ΓòÉΓòÉΓòÉ
  1952.  
  1953. License
  1954.  
  1955.  Kitchen Assistant/2 is a copyrighted program.  It is not public domain or free 
  1956. software.  A limited  license is granted  for the purpose of determining 
  1957. suitability of the program.  Registration  is required for any use beyond a 30 
  1958. day evaluation period.  Unregistered  copies of this program may be distributed 
  1959. providing that  all the materials  in this package are included in an unaltered 
  1960. form.  Individual  copies may not be sold or fees charged for more than the 
  1961. cost of the media  without permission of the author.  Kitchen  Assistant/2 may 
  1962. be  included in shareware collections providing that the files  are not altered 
  1963. in any way.  Distributors of shareware collection can get  the latest  version 
  1964. from the author. 
  1965.  
  1966.    Registered users have the right to use this program for  their personal  use 
  1967. on one or more computers provided that only 1 copy is  in use at the  same 
  1968. time.  Registered users can distribute the KA/2  package as long as  they do 
  1969. not include their INI file in the package. 
  1970.  
  1971. Copyright (C) Allan Nancoz 1994
  1972.  
  1973. DISCLAIMER
  1974.  Thissoftwareisprovidedasiswithnowarranties expressedorimplied 
  1975. . Undernocircumstanceswilltheauthorbeliableforany lossoftime 
  1976. , dataormoniescausedbyyouruseofthisprogram .
  1977.  
  1978.  
  1979. ΓòÉΓòÉΓòÉ 14. Product Infomation ΓòÉΓòÉΓòÉ
  1980.  
  1981. Product Information
  1982.  
  1983.  The Product Information display the version of this copy of  Kitchen 
  1984. Assistant/2  Along with the the Name and serial number if this is a  registered 
  1985. copy. 
  1986.  
  1987.  If this is not a registered copy, a register button will be  at the bottom  of 
  1988. the window.  Press the button to open the register  window in which you  can 
  1989. enter your registration information. 
  1990.  
  1991.  The icon button at the top is used to close the window.  This button will  not 
  1992. be active if this is not a registered copy.  In this  case the window  will 
  1993. close after a predetermined time. 
  1994.  
  1995.  If the copy is a active Beta release, the words "BETA  VERSION" and the 
  1996. expiration date will appear in the lower box.  After the  expiration data  the 
  1997. beta copy will behave as a unregistered copy. 
  1998.  For unregistered copies this window will be open at the  start up of the 
  1999. program for a predetermined time. 
  2000.  
  2001.  
  2002. ΓòÉΓòÉΓòÉ 15. USA/Metric Conversions ΓòÉΓòÉΓòÉ
  2003.  
  2004.                              Metric/USA Measurement
  2005.  
  2006. Conversion
  2007.  
  2008.   The mode of measurement conversions are controlled in the  following ways. 
  2009. tsize=15 break=none. 
  2010.  
  2011. Options   The default mode is set here. This will be the mode  that KA/2 starts 
  2012.           up in. 
  2013.  
  2014. Main Window  The metric/USA button is located on the right side of  the main 
  2015.           window control below the search control.  The current mode in effect 
  2016.           displayed in the button and in  the window title bar.  Pressing the 
  2017.           button will cycle the  conversion mode through the three possible 
  2018.           setting.  tsize=20 break=none. 
  2019.  
  2020.    No Convert  This will displayed the measures as they were entered  or 
  2021.              imported. 
  2022.  
  2023.    USA Measures  All metric units will be converted to USA units. 
  2024.  
  2025.    Metric Measure  All USA units will be converted to metric units. 
  2026.  
  2027. View Window  Same operation a the kitchen metric button except for  the 
  2028.           following.  The button is located at the bottom of the window. The 
  2029.           recipe will be  displayed with the measurements based on the current 
  2030.           state  of the metric  control. 
  2031.  For the conversion to be performed the unit of measure in  the recipe must 
  2032. meet the following conditions. 
  2033.  
  2034. o The quantity must not be blank. 
  2035.  
  2036. o The quantity must have a valid numeric value. 
  2037.  
  2038. o The unit of measure must not be blank. 
  2039.  
  2040. o The unit of measure must be valid 3 character  abbreviation. 
  2041.  If the conversion cannot be made the values will appear in  their original 
  2042. form.