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 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