Does anyone know how to determine the class of an OLE field? I'm trying to control the class of an OLE object automatically using code such as:
[OLEField].Class = [txtOLEClass]
At runtime, I am told that the .Class method or data member is not found. So I need a library reference?
Please help!
-Patrick
Nine times out of ten, the simplest solution is the best one.
[OLEField].Class = [txtOLEClass]
At runtime, I am told that the .Class method or data member is not found. So I need a library reference?
Please help!
-Patrick
Nine times out of ten, the simplest solution is the best one.