Search results

  1. D

    Answered Converting Application with Global Shared Variables to Classic AppServer REST Service

    I think I've managed to solve my issue. I just had to change the "GLOBAL SHARED" to "SHARED" when creating the shared variables. I hadn't read the specification for the define variable statement and just assumed the "Global Shared" keywords meant the same as global variables in other...
  2. D

    Answered Converting Application with Global Shared Variables to Classic AppServer REST Service

    Thanks Cringer. I agree with you on the "Shared" variables. I'd like to get rid of them but its tough to find the resources to do it because it would basically involve refactoring the majority of the code for no perceptible change from a non-developers view. I'm also trying to keep the...
  3. D

    Answered Converting Application with Global Shared Variables to Classic AppServer REST Service

    Hello, I currently have an ABL UI application which was originally written with the business logic separate from the GUI. I am trying to convert the frontend to a website but keep the underlying Progress business logic so I am attempting to use a Classic AppServer REST broker to interact with...
Top