Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems using CreateObject in ASP
Message
From
28/08/2006 16:55:10
 
 
To
28/08/2006 16:14:34
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
01149169
Message ID:
01149178
Views:
10
Randy,

How about Server.CreateObject?

>I've made & tested some multi-threaded dll's from VFP 9. The process calls work just fine from VFP. By this I mean that I can do the following command from a VFP command window:
> oObj = CREATEOBJECT("MyDll.MyOLEPublicClass")
>After which, I can reference & use the object interactively, w/ no problems.
>
>However, if I put the following code as an insert on an .ASP page, Internet Explorer chokes on the "CreateObject" command, w/ or w/o a "Dim" statement:
> < % Set oObj = CreateObject( "MyDll.MyOLEPublicClass" ) % >
>
>I've not done too much w/ ASP, so I figure I'm probably missing something obvious. Any suggestions?
>
>Thanks,
>Randy
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Reply
Map
View

Click here to load this message in the networking platform