Dear Forum Members,
On a single record form I’ve added a custom button with the below code:
echo “<img src=’…/_lib/img/processing.gif’>”;
for($i=0;$i<2000;$i++)
{
sc_exec_sql("a insert statement ";
}
The processing image is showing if I remove the insert statement but not showing with statement. I need the processing info urgently if anyone can figureout the issue would b very helpful for me.
Thanks
Rajibul