TeresePamela
Programmer
I'm using another person's mdb as a learning tool and when I run the analyzer-documenter the following code is shown at the very beginning of the code section of the documentation, but I cannot find it *anywhere* in the application. Can anyone tell me what this is, is it necessary? how would I produce it? anything else??
The code is (minus the lines):
-----------------------------------------------
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 True
END
Attribute VB_Name = "Form_frmSearchForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredID = True
Attribute VB_Exposed = False
Option Compare Database
-------------------------------------------
Thanks for any input offered.
Pam
The code is (minus the lines):
-----------------------------------------------
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 True
END
Attribute VB_Name = "Form_frmSearchForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredID = True
Attribute VB_Exposed = False
Option Compare Database
-------------------------------------------
Thanks for any input offered.
Pam