|
-
October 15th, 2001, 05:03 PM
#1
Class variable from a different module
I have an ActiveX DLL project with one Class module and several "normal" modules.
I have this in the Class module :
public ErrType as string
public ErrNum as Long
public ErrNative as Long
public ErrDesc as string
public ErrDescComplete as string
public ErrSource as string
public ErrLine as Long
How do I access those variables/properties from the "normal" modules?
I tried using the ClassModuleName.ErrNum, I tried Self., Me. ...
Thanks for any info, Jenda
====================================
If you get a VB/VBScript code from someone without "Option Explicit" on top ... kill him/her !
If you ever meet anyone from Aptech, don't waste time looking
at the code!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|