home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / TBAR5S.ZIP / TOOLBAR5.TXT < prev   
Text File  |  1993-04-25  |  4KB  |  117 lines

  1. V. 5 of Helen Feddema's Custom Toolbar for Access
  2. -------------------------------------------------
  3.  
  4. NEWUTIL.MDA & NEWUTILV.MDA utility libaries are featured in 
  5. "Customize Your Toolbars" by Helen Feddema in the May 93 issue 
  6. of Smart Access
  7.  
  8.  
  9. The NEWUTILS.MDA and NEWUTILV.MDA libraries are replacements 
  10. for UTILITY.MDA, featuring new buttons for the Access toolbars 
  11. (Print, Save and others).  Most are self-explanatory: the Save 
  12. button features a disk; the printer button a printer; the 
  13. object alignment diamond arrowheads show how an object would be 
  14. moved to align with another.  The tool on the main database 
  15. window with a small table and the letter A runs the Analyzer 
  16. macro (which you will have to install first before you can use 
  17. it -- see the file PSSKB.TXT that was placed in your ACCESS 
  18. directory for more details).
  19.  
  20. NEWUTILS.MDA is designed for use with SuperVGA and higher 
  21. resolution screens.  All toolbars except for the Form Design 
  22. and Report Design toolbars are unaffected by screen resolution. 
  23. The three form and report design alignment tools at the far 
  24. right of the screen, however, will be unavailable at standard 
  25. VGA resolution.  Note: all the toolbars are still usable at 
  26. standard VGA resolution, you just can't see some of the tools.  
  27. For toolbars designed for VGA, use NEWUTILV.MDA instead.
  28.  
  29. NEWUTILV.MDA replaces the Form & Report Design toolbars with 
  30. versions that are visible in standard VGA res also.  I (Paul 
  31. Litwin) made this new version.  I was able to do this by 
  32. eliminating some of the dead space between certain tools to 
  33. make room for one more icon.  Then, instead of using four 
  34. regular size alignment icons, I made four tiny alignment 
  35. buttons and arranged them in a diamond.  Helen Feddema figured 
  36. out how to get arrowheads on the tiny buttons.  This object 
  37. alignment diamond was so useful that we placed it on the SVGA 
  38. toolbar as well, making room for three new tools on that 
  39. toolbar.  
  40.  
  41. To use either toolbar, open your MSACCESS.INI file (in the 
  42. Windows directory) in a text editor such as Notepad and replace 
  43. the reference to UTILITY.MDA in the [Options] section with 
  44. NEWUTILS.MDA (or NEWUTILV.MDA).  It's best to "comment out" the 
  45. reference to UTILITY.MDA so that the new [Options] section 
  46. looks like one of these two examples (the latter example 
  47. assumes you are using the VGA version of the library):
  48.  
  49. [Options]
  50. SystemDB=C:\ACCESS\SYSTEM.MDA
  51. ;UtilityDB=C:\ACCESS\UTILITY.MDA
  52. UtilityDB=C:\ACCESS\NEWUTILS.MDA
  53.  
  54. -----or------
  55.  
  56. [Options]
  57. SystemDB=C:\ACCESS\SYSTEM.MDA
  58. ;UtilityDB=C:\ACCESS\UTILITY.MDA
  59. UtilityDB=C:\ACCESS\NEWUTILV.MDA
  60.  
  61. v. 4.0 Changes
  62. --------------
  63.  
  64. Fixed problem with Query Design Save
  65.  
  66. Placed buttons in the same positions on all toolbars (just one
  67. exception:  Print button on Report toolbar)
  68.  
  69. Added Size to Fit button (Jim Ferguson, this is for you) to
  70. Form and Report design toolbars
  71.  
  72. Added Windows API Utilities module (so these functions are
  73. always available).
  74.  
  75.  
  76. v. 5.0 Changes
  77. --------------
  78.  
  79. Made separate SVGA and VGA versions (Paul Litwin made the VGA 
  80. modifications).
  81.  
  82. Removed Windows API Utilities module (as some users were having 
  83. problems if they already were using this module)
  84.  
  85. Made zoom box font Fixedsys
  86.  
  87.  
  88. VGA: replaced four object alignment tools with object alignment 
  89. diamond.
  90.  
  91. SVGA: replaced four object alignment tools with object 
  92. alignment diamond.
  93.  
  94. Added tools for Bring to Front, Send to Back, Size to Fit
  95.  
  96. Made procedure selection list box wider
  97.  
  98.  
  99. Notes
  100. -----
  101.  
  102. You cannot edit a library that is attached to Access.  Thus, if 
  103. you wish to edit NEWUTILS.MDA or NEWUTILV.MDA after you have 
  104. attached it, you must exit Access, and move the semicolon from 
  105. the first "UtilityDB=" line to the second "UtilityDB=" line, 
  106. and persist through a few error messages about duplicate 
  107. procedure names when opening the library to edit.
  108.  
  109. Some users have reported problems with using these toolbars 
  110. with the following video boards/resolutions:
  111.  
  112. XGA
  113. VGA with Tseng 4000 chipset at 32,768 colors
  114.  
  115.  
  116. --Helen Feddema & Paul Litwin
  117.