Is there any way to issue the equivalent of a control-break to the editor or to load a solution without running it. While there is no loop in my code, enabling or disabling tabs on a form is triggering the onShow event for the form that the tab panel resides on resulting in a loop. Thank you for any assistance you can render.
Hi,
You could use the debugger to stop execution in the onshow method.
Rob