Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP ActiveX Controls 4.1.5
Just installed the latest ActiveX, something is broken, see screenshot.
Any ideas?
Any ideas?
Comments
Did you move to 4.1.5 from 4.1.4 or something earlier than that? Does it correct itself when you revert back?
Font = Sys
If Font Then
Height = SRP_String("GetHeight", "ABCDEFGHIJKLMNOPQRSTUVWXYZ", Font, "99999")
Call Set_Property(Obj, "OLE.HeaderFont[ALL;ALL]", Font)
Array = Get_Property(OBJ, "OLE.HeaderRow[ALL]")
Array<1> = Height
Call Set_Property(OBJ, "OLE.HeaderRow[ALL]", Array)
Call Set_Property(Obj,'OLE.CellFont[ALL;ALL]',Font)
Array = Get_Property(OBJ, "OLE.DataRow[ALL]")
Array<1> = Height
Call Set_Property(OBJ, "OLE.DataRow[ALL]", Array)
End