[Migrated content. Thread originally posted on 23 May 2007]
How can I define the following VB constant to a COBOL variable and use it to set an ActiveX property?Global Const CAL_COLORDEFAULT = &H8000000B
'the constant is used as
Cal.ElementBackColor = CAL_COLORDEFAULT
Thanks



