ACC: Avoid Using Different Palettes for Simultaneous Forms
Article ID: 114508
Article Last Modified on 6/24/2002
APPLIES TO
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
This article was previously published under Q114508
Novice: Requires knowledge of the user interface on single-user computers.
SUMMARY
In Microsoft Access, forms have a property called PaletteSource that you
can use to create a different color scheme for each form. However, if you
display multiple forms on the screen simultaneously, Microsoft Access
recommends that you set the palettes of all the forms to the same colors.
Microsoft Windows can only display one color palette at a time. If multiple
forms that use different color palettes are displayed at the same time,
only the active form's colors will be correct because the background forms
will be forced to use the active form's color palette. This also occurs
with multiple images on one form.
To prevent this, make sure that all images that will be displayed
simultaneously use the same color palette. Another way to avoid this
behavior is to hide background forms when they are not active.
REFERENCES
For more information about palettes, search for "PaletteSource Property"
using the Microsoft Access for Windows 95 Help menu.
For more information about palettes, search for "PaletteSource," and then
"PaletteSource Property" using the Microsoft Access 2.0 Help menu.
Keywords: kbinfo kbusage KB114508