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 / Wztable / wzdbc.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  4.8 KB  |  107 lines

  1. *- #INCLUDE file for the database wizard.
  2.  
  3. #define MESSAGE_LOC "Microsoft Visual FoxPro Wizards"
  4. #DEFINE STEP1_LOC    "Step 1 - Select a Database"
  5. #DEFINE STEP2_LOC    "Step 2 - Select Tables and Views"
  6. #DEFINE STEP3_LOC    "Step 3 - Index the Tables"
  7. #DEFINE STEP4_LOC    "Step 4 - Set up relationships"
  8. #DEFINE FINISH_LOC    "Step 5 - Finish"
  9.  
  10. #DEFINE DESC1_LOC    "Select a database from the list below that you want to create."
  11.  
  12. #DEFINE DESC2_LOC    "Select which tables and views you want to include in your database."
  13.                     
  14. #DEFINE DESC3_LOC    "How do you want to index your table?" +CHR(13)+CHR(13)+;
  15.                     "You may select one field as the primary index key." +CHR(13)+CHR(13)+;
  16.                     "Select check boxes to create additional indexes."
  17.  
  18. #DEFINE DESC4_LOC    "You can set up relationships between the tables in the database." 
  19.  
  20. #DEFINE FINISH1_LOC    "You are ready to create your database." 
  21. #DEFINE FINISH2_LOC    "Select an option below, and click Finish to create the database."
  22.  
  23. #DEFINE BMPFILE1    "TABLE1.BMP"
  24. #DEFINE BMPFILE2    "TABLE2.BMP"
  25. #DEFINE BMPFILE3    "TABLE3.BMP"
  26. #DEFINE BMPFILE4    "REL2.BMP"
  27. #DEFINE BMPFILE5    "FLAG.BMP"
  28.  
  29. #DEFINE REL1_BMP    "rel1.bmp"
  30. #DEFINE REL2_BMP    "rel2.bmp"
  31. #DEFINE REL3_BMP    "rel3.bmp"
  32.  
  33. *- help codes
  34. *- #DEFINE HELP_wizDBC_Wizard_Step_4        1999935414
  35. *- #DEFINE HELP_wizDBC_Wizard_Step_3        1999935413
  36. *- #DEFINE HELP_wizDBC_Wizard_Step_2        1999935412
  37. *- #DEFINE HELP_wizDBC_Wizard_Step_1        1999935411
  38. *- #DEFINE HELP_wizDBC_Wizard 1999935410
  39.  
  40. #DEFINE HELP_wizDBC_Wizard_Step_1    1895825555
  41. #DEFINE HELP_wizDBC_Wizard_Step_2    1895825556
  42. #DEFINE HELP_wizDBC_Wizard_Step_3    1895825557
  43. #DEFINE HELP_wizDBC_Wizard_Step_4    1895825558
  44. #DEFINE HELP_wizDBC_Wizard_Step_5    1895825559
  45.  
  46.                         
  47. #DEFINE C_TBLERR_LOC            "Unable to create this table:"
  48. #DEFINE C_IDXERR_LOC            "Unable to create tables and indexes."
  49.  
  50. #DEFINE C_RESETINDEXKEY_LOC        "Memo and General fields cannot be index keys. " + ;
  51.                                 "This field will not be used as an index key"
  52.                 
  53. #DEFINE C_TABLEUSEDINVIEW_LOC    "The @1 @3 is used in the @2 view. Removing this @3 will also remove the @2 view. Continue?"
  54. #DEFINE C_VIEWNEEDSTABLE_LOC    "The @1 view uses the @2 @3, which is not selected. Do you want to restore the @2 @3?"
  55. #DEFINE    C_VIEW_LOC                "view"
  56. #DEFINE C_TABLE_LOC                "table"
  57. #DEFINE C_ISREL_LOC                "Is related to "
  58. #DEFINE C_ISNOTREL_LOC            "Is not related to "
  59. #DEFINE C_NEWTAG_LOC            "<New field>"
  60. #DEFINE C_MYNEWTABLE_LOC        "\<My new @1 table..."
  61.  
  62. #DEFINE C_NONE_LOC                "(None)"
  63.  
  64. #DEFINE C_BUSYDBC_LOC            "Creating database..."
  65. #DEFINE C_BUSYDBF_LOC            "Adding tables..."
  66. #DEFINE C_BUSYVUE_LOC            "Adding views..."
  67. #DEFINE C_BUSYIDX_LOC            "Creating indexes and relations..."
  68. #DEFINE C_BUSYSTR_LOC            "Adding stored procedures..."
  69.  
  70. #DEFINE C_NOODBC_LOC            "Unable to get list of ODBC drivers."
  71. #DEFINE C_NOACCESSODBC_LOC        "No Access data source is defined."
  72. #DEFINE C_NOCREATETEMPDIR_LOC    "Unable to create temporary directory for database template."
  73. #DEFINE C_NOCONNECT_LOC            "Unable to connect to the Access database."
  74. #DEFINE C_NORETRIEVEDATA_LOC    "Error retrieving data."
  75. #DEFINE E_NOREGISTRY_LOC        "Unable to load REGISTRY class."
  76. #DEFINE E_NOTTABLE_LOC            "The file you selected is not a table."
  77. #DEFINE E_NOTDBC_LOC            "The file you selected is not a Microsoft Visual Foxpro database file."
  78. #DEFINE E_NOOPENTABLE_LOC        "Unable to open the file you selected."
  79. #DEFINE E_CREATETBLERR_LOC        "Unable to create table @1."
  80. #DEFINE E_CREATEDBCERR_LOC        "Unable to create database."
  81. #DEFINE E_OPENDBCERR_LOC        "Unable to open new database."
  82. #DEFINE E_OPENDBCTEMPERR_LOC    "Unable to open database template."
  83. #DEFINE E_SAMEDBC_LOC            "The new database cannot be the same file as the database template."
  84. #DEFINE E_ACCNOTABLES_LOC        "Unable to obtain list of tables from Access database."
  85. #DEFINE E_ACCNOCOLS_LOC            "Unable to obtain list of columns from Access tables."
  86. #DEFINE E_DBCOPEN_LOC            "The template database you selected is already open. Close it and continue?"
  87.  
  88. #DEFINE    C_LOADINGTEMPLATE_LOC    "Loading template "
  89. #DEFINE C_CREATINGTEMPLATE_LOC    "Creating template from "
  90. #DEFINE C_NODBC_LOC                "No database was found in the selected template."
  91. #DEFINE C_DESTDBC_LOC            "Select new database:"
  92. #DEFINE C_SELECTDBC_LOC            "Select database:"
  93. #DEFINE C_VALIDDATABASE_LOC        "Database:DBC;Microsoft Access Database:MDB"
  94. #DEFINE C_PROCESSING_LOC        "Processing "
  95.  
  96. #DEFINE C_MSACCESSODBC_LOC        "Microsoft Access Driver (*.mdb)"        && ODBC driver -- localize?
  97. #DEFINE C_IGNORETABLES_LOC        "switchboard items"                        && tables in MDB to ignore -- localize?
  98. #DEFINE C_TEMPLATELOC_LOC        "wizards\template\"                        && location of templates, off of HOME() -- localize?
  99.  
  100. #DEFINE MB_OK                    0
  101. #DEFINE MB_YESNO                4
  102. #DEFINE MB_ICONQUESTION            32
  103. #DEFINE MB_ICONEXCLAMATION      48
  104. #DEFINE MB_RET_YES                6
  105. #DEFINE MB_DEFBUTTON2           256     && Second button is default
  106.  
  107. #DEFINE I_DBCFCOUNT                8