I have a blank application that has already been working last night I made some corrections, tested the code and stopped working.
I started to debug by creating a new blank application and copying chucks of code into the new test blank application checking for bugs.
I got a clean run up until this 5 lines below.
The program runs the function “check_existing_venta();” but does not like the if statement afterwards.
I have pasted the if statement as it is below onto a new blank test application and the test runs fine with no problems
Can someone tell me what could be the reason for this? there is nothing wrong with the if statement but as soon as I take it out the blank application does run
and I can see the LAST print statement.
check_existing_venta();
if (([glo_alert_flag] == 2)) {
print “VENTA YA EXISTE BYPASS RECORD !!! “.”<br/>”;
}
print “END OF PROCESS END OF LOOP !!! “.”<br/>”;