home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzmail / mergewiz.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  960 b   |  39 lines

  1. *- mergewiz.h
  2.  
  3. *- help context ID
  4. #DEFINE    N_HELPCONTEXT_ID    1895825418
  5.  
  6. *- localize these
  7. #DEFINE ALERTTITLE_LOC        "Microsoft Visual FoxPro Wizards"
  8.  
  9. #DEFINE E_NOMAILMERGE_LOC    "Failed to create MailMerge Object."
  10.  
  11. *- if these are changed, also change in MAILMRGE.H
  12. *- supported word procs/merge types
  13. #DEFINE        N_WORD60        1
  14. #DEFINE        N_WORD20        3        && not supported in 5.0
  15. #DEFINE        N_COMMADELIM    2
  16.  
  17. *- new/old doc
  18. #DEFINE        N_NEW_DOC        1
  19. #DEFINE        N_EXISTING_DOC    2
  20.  
  21. *- template types
  22. #DEFINE        N_FORMLETTER    1
  23. #DEFINE        N_LABEL            2
  24. #DEFINE        N_ENVELOPE        3
  25. #DEFINE        N_CATALOG        4
  26.  
  27. ******************************************************************************
  28. * Used by GetOS and other methods
  29. ******************************************************************************
  30. * Operating System codes
  31. #DEFINE    OS_W32S                1
  32. #DEFINE    OS_NT                2
  33. #DEFINE    OS_WIN95            3
  34. #DEFINE    OS_MAC                4
  35. #DEFINE    OS_DOS                5
  36. #DEFINE    OS_UNIX                6
  37.  
  38.  
  39. *- eof MERGEWIZ.H