Search results

  1. 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...
  2. DCraig

    Progress Appserver Question

    Hi All, I have a .wsm file i am using to add a new web service to the progress appserver which has deployed fine. However, when i consume the web service from .net code the logical/boolean output parameter from the .p file that runs when i call the appserver web service procedure is of type...
Top