Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
ole error code
in OI, do you convert the ole status error returned (e.g. -2147012867) to a useful web searchable ole error code
Comments
To convert the error to hex, you simply do an OConv:
OConv(-2147012867, "MX")
You answered my question, but was referring to the use in this example:
rv = OLECallMethod(Object, "Send", Payload) Status = OleStatus() If Status then
Then plug this into a search: