CCRP ProgressBar |
|||||||||||
PROGRESS
BAR Bug: Error using Constant ccrpNone Fix: PreSelectedFolder Property
Fails to Pre-select CONTROL PAGE INDEX |
Bug: Error using Constant
ccrpNone Last reviewed June 2, 1998
When attempting to use the built-in constant
ccrpNone to set an AutoCaption to none, an error is generated.
A conflict exists between the BorderStyle and
AutoCaption's constants; an earlier declaration of this was left inadvertently in the
release.
Use 0 instead of ccrpNone wherever this constant
is required. Alternatively, specify the constant explicitly using the syntax
'ccrpAutoCaptionConstants.ccrpNone'.
Because removing this bug would break binary compatibility with beta and version 1 products, it has been decided to leave this in until breaking compatibility is required (probably after the release of VB6).
|