home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 574.TXT < prev    next >
Text File  |  1991-12-18  |  1KB  |  32 lines

  1. Q:  When I use \ /[Date] in my formletters, only the first letter 
  2.     of the month is capitalized.  How can I get it to capitalize  
  3.     the whole month?
  4.  
  5.  
  6. A:   Instead of using \ /[Date] in your formletters, use the
  7.      following command:
  8.  
  9.      \ /[&Upper(Cmonth(Date()))+' '+Subs(Dtoc(Date()),4,2)+
  10.          ' '+'19'+Subs(Dtoc(date()),7,2)]
  11.  
  12.      Most likely this command is going to be longer than one line
  13.      in your formletter.  After the command is actually executed
  14.      (which happens when the formletter is printed), it will only
  15.      be as long as the current date (example: OCTOBER 29 1991).  
  16.  
  17.      When entering this command in your formletter, it is important
  18.      NOT to have any hard returns ANY WHERE in the command string!
  19.      At the end of the first line do not press the <ENTER> key
  20.      (which would cause a hard return), simply allow the line to
  21.      line wrap down automatically.
  22.  
  23.      NOTE:  When inserting this command into yoour document, do not
  24.             put the space between the `\' and the `/'.  This is done
  25.             in this document to prevent any merging from being done when
  26.             this help file is printed.
  27.  
  28.  
  29. (End of 574)
  30. NEW 10/29/91 MLM
  31. Indexed under:  D  Date  Uppercasing the MONTH
  32.                 U  Upper Case of the MONTH in a Date