home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / access / diverses / codebl / readme.txt < prev   
Text File  |  1995-01-23  |  2KB  |  47 lines

  1. CODEBLDR.MDA - Code Builder Add-in for Microsoft Access
  2. Copyright (c) 1994-1995 dMax Creations
  3. All rights reserved
  4.  
  5. The Code Builder provides code templates to the Access Basic development
  6. environment making it easier to enforce standardized error handling,
  7. documentation, and other development convensions to the Access environment.
  8.  
  9. To install Code Builder, copy the CODEBLDR.MDA file to your Access
  10. directory. Then, with a database open, select Add-in Manager from
  11. the File menu. Select the Add New... button to install Code Builder.
  12. After you use the add-in manager to add or uninstall an add-in,
  13. you must exit Access and re-start in order for the change to take place.
  14.  
  15. The Code Builder requires you to install the TAB.OCX custom control.  This
  16. is available seperately as a download from the MSACCESS forum on Compuserve.
  17. This custom control must be installed before the Code Builder will operate
  18. correctly.  If you do not have this control installed on your system,
  19. follow the documentation that comes with the control, or follows these
  20. steps:
  21.  
  22. 1. Copy TAB.OCX and TAB.LIC to your Windows system directory
  23. 2. Copy OC1016.DLL to your Windows system directory
  24. 3. Make sure the [Options] section of the Access initialization file,
  25.    MSACC20.INI, contains the entry AllowCustomControls=1
  26. 4. From form design view, select Edit-Insert Object and click on the
  27.    insert Control radio button
  28. 5. Click on Add Control and specify the location of TAB.OCX
  29. 6. Click on OK
  30.  
  31. The Code Builder does not modify AccessÆ menus, rather it runs from a
  32. custom toolbar.  Before you can use the Code Builder with a database, you
  33. must open the Code Builder's customization dialog so that the builder
  34. can initialize your database for use with the builder.  To do this:
  35.  
  36. 1. Open your database
  37. 2. Choose File-Add-in Manager
  38. 3. Select Customize... with the Code Builder selected
  39.  
  40. Questions/Comments should be directed to:
  41.  
  42. Dana Comolli
  43. dMax Creations
  44. CIS: 71732,1134
  45. Phone: 708.234.4969
  46.  
  47.