FORMULA LANGUAGE


Examples: @Command([DebugLotusScript])
This formula, when added to a hotspot button labeled Debug on a document, starts the script debugger. Once an event that has code associated with it is triggered, the Script Debugger window displays.

@Command([DebugLotusScript])

For instance, if a document with the Debug hotspot button has LotusScript code in its postmodechange event, when you open the document from a view (in read mode), click Debug, then double-click the document background to change it to edit mode, the Script Debugger window displays.

Tip If you want to close the window and stop debugging, click the Close Debugger button in the Script Debugger window. If you decide to take Designer out of debug mode before the Debugger window displays, click the Debug hotspot button again to turn the debugger off.

See Also