Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this step, you will cause a fatal error to occur and the then view the error log.  The error log is associated with run-time errors.

1.  We will add code in order to create a run time error. Add the code in red below to the bottom of the CreateInstance event handling routine:
. . . .
End_Loop
 
#std_num := (#std_num / 0)
 
Endroutine
2.  Compile the form iiiDragandDrop.
3.  On the Home ribbon, click the down arrow on the Execute button, to display the Execute options dialog:

...