Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dcom on vfp 7

Status
Not open for further replies.

malonep

Programmer
Jul 14, 2004
44
CA
I was wondering how to set up a dcom in vfp7 instead of using com

I have the line

loObject = CreateObject("Report.User")
loObject.login(lcUserName,lcPassword,lcDataPath)

I need to change it to dcom to move the work over to the server but I don't know how to set it up.

1) what do I need to do to make dcom work with vfp7 or asp
( I could do it in either place which every is easier/better)

2) to use CreateObjectEX you need the clsid or the progid
(how do you determine these off of a remote server?)
(the clsid is different than the class name?)


thanks
 
I need to change it to dcom to move the work over to the server but I don't know how to set it up.

Perhaps some information to explain how to configure a DCOM.


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top