Take any class module and export it. Open it in a text editor you will see that code. So someone opened in text editor and copied and pasted instead of importing. Needs to get removed. That is information needed to import back into vb.
Attribute VB_Name = "Form_Placement"
That is the name of the class
Attribute VB_Creatable = True
That means you can instantiate an instance of this class
Attribute VB_Creatable = True
That means you can instantiate an instance of this class
Attribute VB_Exposed = False
I believe that means I cannot create an instance basically if it is outside the current project
On Thu, Apr 3, 2014 at 3:47 PM, Jerry Mathers <jerrymathersasthebeav@yahoo.com> wrote:
It was part of some VBA code. The entire section looked like this:
VERSION 1.0 CLASSAttribute VB_Name = "Form_Placement"
BEGIN
MultiUse = -1
END
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Compare DatabaseIn the rest of the code there was no other reference to MultiUse.
Looks like it is just setting a variable to true. Could that be in Pascal btw?
From: Jerry Mathers <jerrymathersasthebeav@yahoo.com>;
To: MS_Access_Professionals@yahoogroups.com <MS_Access_Professionals@yahoogroups.com>;
Subject: [MS_AccessPros] Multiuse?
Sent: Thu, Apr 3, 2014 6:20:16 PM
I found the following line of code in an Access file someone showed me:
BEGIN
MultiUse = -1
ENDI cannot seem to find any information on what it does or what Multiuse is. Is anyone familiar with this?Thanks!!Jerry
__._,_.___
| Reply via web post | Reply to sender | Reply to group | Start a New Topic | Messages in this topic (4) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar