Script Freezes while using forms
when i make a form, the script doesnt continue until i close the form.
SCAR Code:
SafeInitForm
SafeShowForm
writeln('Hello')
i wont get the 'Hello' until i close the form window,
is there a way for the script to carry on even though the form is open, so you can have a form open the whole time the script is running, something like..
SCAR Code:
frmdesign.stopscript:=true //switch to false
i think this could be useful to show the report in a TEdit or a TMemo as well as the debug log