|
-
Apr 3rd, 2001, 06:43 AM
#1
Thread Starter
Addicted Member
I'm trying to run the sample applicatin WCDEMO but it runs into an error in webclass_start event which has one line of code in it:
Set Me.NextItem = Me.Template1
the error says "method or data member not found"
in the webclass designer the name of Template1 is spelled correctly, i don't know why this happens, anyone had problem with this as well?
-
Apr 3rd, 2001, 07:05 AM
#2
Hyperactive Member
Hi,
That's odd. My wcdemo start event simply says:
Code:
Private Sub WebClass_Start()
Set NextItem = Template1
End Sub
Take out the Me. and see if it works.
Al.
A computer is a tool, not a toy.
-
Apr 3rd, 2001, 07:44 AM
#3
Thread Starter
Addicted Member
it works
yep,
I looked further and found examples with no "Me." in the start event. I removed the Me and it runs. Well, except for one other error when on a line saying:
Me.URLdata = Generic
I outcomented this line and got through allright.
Thanks for your response anyway
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
|