ccrpminilogo.gif (1886 bytes)  Knowledge Base
 KB Index    FAQ Index    Controls  
  
CCRP ProgressBar
PROGRESS BAR
Bug: Error using Constant ccrpNone

Fix: PreSelectedFolder Property Fails to Pre-select
   

CONTROL PAGE
CCRP Progress Bar, VB6
CCRP Progress Bar, VB5
   

INDEX
CCRP FAQ Index
CCRP KB Index

Bug: Error using Constant ccrpNone
Last reviewed June 2, 1998
  
  
   
The information in this article applies to:

  • CCRP ProgressBar Betas and Version 1.
       
Symptom

When attempting to use the built-in constant ccrpNone to set an AutoCaption to none, an error is generated.
   

Cause

A conflict exists between the BorderStyle and AutoCaption's constants; an earlier declaration of this was left inadvertently in the release.
   

Workaround

Use 0 instead of ccrpNone wherever this constant is required. Alternatively, specify the constant explicitly using the syntax 'ccrpAutoCaptionConstants.ccrpNone'.
   

Status

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).


    
Jeremy Adams
02 June 1998
Copyright
© 1998 Common Controls Replacement Project