Home » Developer & Programmer » Forms » SOMETIMES CODE SKIP BY FORMS 6i
SOMETIMES CODE SKIP BY FORMS 6i [message #81495] Sun, 23 February 2003 23:47 Go to next message
vimal
Messages: 46
Registered: February 2000
Member
HI
THIS IS VERY FUNNY PROBLEM I M FACING

SOMETIMES CODE IS SKIP IN FMX FILES AND THE SOLUTION OF IT IS PUTTING THE MESSAGE(1); PAUSE;

AND THE CODE START WORKING

LIKE IF (LV_NO =1 THEN
MESSAGE('AAAA');PAUSE;
END IF;

EVEN THOUGH THE VALUE IS 1 OF LV_NO IS SKIPPED AND BY PUTTING MESSAE ABOVE THIS CODE IT WIL START WORKING

SO TELL ME THE LONG LASTING SOLUTION OF IT COZ IT MIGHT CREATE LOTS OF PROBLEMIN FUTURE

BYE
VIMAL
Re: SOMETIMES CODE SKIP BY FORMS 6i [message #81497 is a reply to message #81495] Mon, 24 February 2003 01:58 Go to previous message
magnetic
Messages: 324
Registered: January 2003
Senior Member
pause; functionality has en synchronising effect
so just replace the message(1);pause by synchronize;
actually the main problem seems to be something else.

maybe you should recreate the fmx file.
Previous Topic: Problem in printing the Condensed Reports
Next Topic: Icons does not appear in forms9i.
Goto Forum:
  


Current Time: Thu Apr 18 22:31:09 CDT 2024