Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation Server Can't Create Object - HELP!!!
Message
From
22/01/2001 16:31:02
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00466971
Message ID:
00466985
Views:
16
>Hi all,
> The above mentioned error occurred when I ran the following segment of code in a ASP:
>
> <..... language='JavaScript'>
>    Function EditUser(pnUserID)
>    {
>      oX = new ActiveXObject('ASPTools.Utilities');     <--  Error Occurred
>      cText = oX.EditUser(pnUserID);
>      Document.write(Text);
>    }
> <......>
>
>
>I am running IIS5.0 on W2K, and the server has only the VFP6.0 SP4 runtime files. Any comment is appreciated. TIA.
>
>Wan

This may be stupid on my part, but is that semicolon legal there. Other than that, check to make sure Asptools is registered properly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform