hi all
how error handling can be done in nav 2009 using CLEARLASTERROR; and GETLASTERRORTEXT; i have write this code on report but control didnt get into next step as the error line is executed..
any help or sugeestion to use this error handling
Counter := Counter + 1;
IF Counter = 10 THEN BEGIN
ERROR('....Its an error...');
TextError := GETLASTERRORTEXT;
CLEARLASTERROR;
END;
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n