Mensaje
De
24/03/2000 15:30:33
 
 
a
24/03/2000 13:14:42
General information
Foro:
Visual FoxPro
Category:
Aplicaciones de Internet
Miscellaneous
ID de la conversación:
00349781
ID del mensaje:
00350186
Views:
28
>
>Man, I don't know, I never saw this when switching over. COM from ASP worked just the same. Is the error thrown on the line that tries to create the object, or on a subsequent method call? If a method call, what is the method trying to do? Are there any other methods that do work?

I found the problem. It was one of those "Damn, I'm dumb" things. I forgot the Set when creating the object. So instead of:

Set Myobj=createobject("myobj.class")

I had

Myobj=createobject("myobj.class")
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Responder
Mapa
Ver