Recent content by DCraig

  1. DCraig

    Enum conflicting with DB field name

    Well the company i'm working for has been on this version for a long time i think so there's probably slim chance of an upgrade happening but i will raise it with them. So i guess a workaround for now would be to fully qualify the path to the enum class in all places it is referenced? Thanks
  2. DCraig

    Enum conflicting with DB field name

    Thanks for the response Cringer. Well if that's the case it sure is annoying... its very strange though because i don't even have the DB table name in front of the 'OrderType'. Would it really try to assume what table to shorthand the field from? Also, i'm using Progress version 10.2A02 if it...
  3. 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...
  4. DCraig

    Progress Appserver Question

    Alright thanks for that. We have Openedge 10.2A02 which is old i know...But I'll have a look at that .wsm file line by line and see if i can see anything missing. Will post back here with results.
  5. DCraig

    Progress Appserver Question

    Hi mollyfud, Thanks for your response. I'm not actually using the ProxyGen tool, i just had an example .wsm file that one of my colleagues had used in the past. I'm not even sure i can get access to ProxyGen. Surely the ProxyGen tool would just add another flag somewhere in the .wsm file to...
  6. 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