enum

  1. Cecil

    Question I Want To Understand User-defined Enumeration (enum)

    I trying to understand how to use enumerated type, but reading the documentation is not making a lot of sense. My eyes are just glazing over. I sort of get it from my Visual Basic programming days, but under the ABL it's just not mentally clicking in. I would like to lean by example and I was...
  2. DCraig

    Enum conflicting with DB field name

    Hi All, I've come across a strange issue. I have a simple class i use as an enum called OrderType like so: CLASS Entity.Order.Enums.OrderType: DEFINE PUBLIC STATIC PROPERTY TestOrder AS CHARACTER NO-UNDO INIT "TESTORDER" GET. END CLASS. Which i use in code like so: MESSAGE...
Top