<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript Events >References |
This chapter describes the Debugging the Script Execution Order, Execution Point of OnBind & OnEndBind, Restrictions of DataSet Related Functions.
Debugging the Script Execution Order :
Script execution order can be traced by debugging component names using _TraceLn(This.GetName()); function of java script.
Enter _TraceLn(This.GetName()); function in the JavaScript edit window and preview the report. A console window appears by <Ctrl+Z> key and you can trace the execution order of components in the [Debug] tab. |