home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / BUSI / MAGEV40B.ZIP / HELPFILS.ZIP / AM_STR_T.HLP < prev    next >
Text File  |  1991-04-27  |  2KB  |  47 lines

  1. APPLICATIONS MAKER - HELP FOR STRING TYPES
  2.  
  3. In  programming  languages  a  STRING  is  defined  as  an  array  of
  4. characters.   STRINGS can hold words or sentences.  The data you  are
  5. reading now is of type STRING.
  6.  
  7. The  STRING ITEMS can be of six types: ENTRY, READ, AUTO-FILL,  MENU,
  8. KEY and STATIC.
  9.  
  10. ENTRY:  With the ENTRY type your user enters the string.
  11.  
  12. READ:   With  the  READ  type the string is read  into  item  from  a
  13. relational  file.  Before data can be read in the target record  must
  14. be  found  in the file on the basis of KEYS, covered  later  in  this
  15. screen.
  16.  
  17. AUTO-FILL:   With  the AUTO-FILL type the string is  filled  with  an
  18. entry  made during setup, the computer time or the record  number  of
  19. the currently loaded record in one of your files.
  20.  
  21. MENU:   With the MENU type the program opens a window on  the   input
  22. screen and offers the user a choice of multiple, pre-defined entries.
  23. The  entry displayed/chosen need not be the same as the value  placed
  24. into the item.
  25.  
  26. Menu definition files are originated with a word processor  operating
  27. in  the  pure  ascii mode.  These files  are  named at  the  time  of
  28. initialization.
  29.  
  30. Each  possible  choice on the menu, of which there can be up  to  one
  31. hundred, should have TWO lines dedicated to it in the menu file.  The
  32. first line can have up to 60 characters, and holds the text proffered
  33. to  the user.  The second line contains the string to be recorded  in
  34. the item, and may be the size of the target item.
  35.  
  36. The  menu  definition files MUST be recorded in the datafile  of  the
  37. MENU  ITEM.  If your menu item is recorded into file three  then  the
  38. program  will attempt to open the file in the directory holding  file
  39. three.   If  your menu file is not associated with a  file  then  the
  40. program will look for it in the directory of the first file loaded.
  41.  
  42. KEY:   String  is used as basis of identification of a  record  in  a
  43. relational  file.   Help for KEYS is available by selecting  the  KEY
  44. type then pressing H again.
  45.  
  46. STATIC:  With the STATIC type the item is left alone.  It is  usually
  47. the target of a string formula.