Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems using CreateObject in ASP
Message
From
28/08/2006 16:14:34
 
 
To
All
General information
Forum:
Internet
Category:
Active Server Page
Title:
Problems using CreateObject in ASP
Miscellaneous
Thread ID:
01149169
Message ID:
01149169
Views:
47
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
Next
Reply
Map
View

Click here to load this message in the networking platform