Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
OI 10.1 issue heads-up
@DonBakke just letting you know I will post this in the beta issues.
This works in OI10.0.8 but in OI10.1 returns null
This works in OI10.0.8 but in OI10.1 returns null
function get_SRPControlsVersion(Void)
declare function OleCreateInstance,OleCallMethod
Obj = OleCreateInstance("SRP.ControlInfo")
SRPControlsVersion = OleCallMethod(Obj, "GetProVersionNumber")
return SRPControlsVersion
Comments
Going to try my ole email function and see if that works.
i.e. do I still keep the issue report?