ACC97: Private Data Type Doesn't Appear in Auto List Members BoxID: Q170144
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
A private, user-defined data type declared in a class module does not
appear in the Auto List Members box as expected. However, a private,
user-defined data type does appear in the Object Browser when you select
the project name from the list of Libraries.
This problem does not occur with a user-defined data type declared in a
standard module.
Microsoft has confirmed this to be a problem in Microsoft Access 97.
Private Type TestType
strTestType As String
End Type
Dim x As
Note that TestType does not appear in the Auto List Members box.
Dim x as TestType
For more information about user-defined data types, search the Help Index for "Type Statement."
Additional query words:
Keywords : kbprg
Version : 97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999