Recent content by Kidn3r

  1. K

    Question How to create table ?

    Not sure what the question is... Do you want field student_id as a sequence and marks as a random number? Or do you want marks to be generated by both a random number and a sequence?
  2. K

    Question OOABL, BLOCK-LEVEL ON ERROR UNDO, THROW. & CATCH eAppError

    You could also add the following line to the top of your main.p or main.cls: block-level on error undo, throw. or add it as the startup parameter -undothrow 2. More information can be found here: OpenEdge 11.7 Documentation
Top