Search results

  1. M

    Appserver log file

    Hello, Is it possible to get the path to the appserver log file in progress (the path the we can specify in OpenEdge Explorer -> appserver -> Configuration -> Agent -> Server log filename)? Thanks!
  2. M

    4GL triggers - DELETE

    Hello, I have a code similar to this: ON DELETE OF Orders DO: ... END. CREATE Orders. ASSIGN Orders.OrderID = "000000001" ASSIGN Orders.Amount = 100. ... RELEASE Orders. FOR FIRST Orders WHERE Orders.OrderID = "000000001" EXCLUSIVE-LOCK: ... ASSIGN Orders.Amount = 200...
Back
Top