Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Brain freeze moment
Message
De
02/02/2006 15:07:31
 
 
À
02/02/2006 14:44:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Divers
Thread ID:
01093057
Message ID:
01093072
Vues:
24
Check out this KB

http://support.microsoft.com/default.aspx?scid=kb;en-us;273744



>I am getting the following error on an ASP
>Error Type:
>(0x8007007E)
>/www/template.asp, line 16
>
>
>
>
>
>
>I compiled the following to a Multithreaded DLL in VFP 6 SP 5
>
>DEFINE CLASS www AS custom OLEPUBLIC
> Name = "www"
> PROCEDURE pull
> return [Hello World]
> ENDPROC
>ENDDEFINE
>
>
>
>
>
>
>
>I am using this class in a ASP page to print [Hello World] as follows
>
>
>'****************************************************************************'/Set Global/
>Dim obj
>set obj = Server.createobject("part.www")
>
>'/Draw/
>response.write obj.pull()
>'****************************************************************************
>
>
>
>
>The error is in the 'set obj line'
>
>Can you help solve this mystery?
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform