CLSID
The CLSID (read "class ID") of a Server object is that ugly string of letters and numbers inside squiggly braces that OLE seems to love.
Usage |
cClassID = oObject.CLSID |
Example |
MODIFY PROJECT SYS2335 NOWAIT && one of Ted's test projects oProject = _VFP.ActiveProject ? oProject.Servers.Count && displays the servers available, 1 oProject.Servers[1].CLSID && display the Class ID for it * In this case, {6F2ED0B5-087E-11D2-AD72-00C04FA30529} * Let us know if one of your servers has the same CLSID |
See Also |