[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Running an Individual Program in a Progress Developer Studio Project

  • Thread starter Thread starter Rutger Olthuis
  • Start date Start date
Status
Not open for further replies.
R

Rutger Olthuis

Guest
To check if your code actually runs you can either use the debugger or... add something like define variable a as decimal no-undo. assign a = decimal("a"). no errors during compile time, but for sure an error at run time. If you don't get the runtime error, your code just doesn't run. It could be you've created a run configuration where you're explicitly running some other .p

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