Remove need to use procedures (where methods would be more appropriate)

  • Thread starter Thread starter Marko Myllymäki
  • Start date Start date
Status
Not open for further replies.
M

Marko Myllymäki

Guest
Some parts of the ABL still require procedures instead of methods. Eg. procedures that are ran asynchronously on the AppServer need an EVENT-PROCEDURE, which means you can't really use them in objects (without creating a .p to pass through data). I'm sure other examples can be found (and are probably known by Progress). Try to explain these things to developers new to OpenEdge...

Continue reading...
 
Status
Not open for further replies.
Back
Top