Startbeitrag von christineam 15.05.2008 07:59
In an error procedure ...
Is there a way to automatically retrieve the window name and procedure name where the error occures . So i do not have to type the procedure name myself.
WHEN EXCEPTION IN
h = 7/0
DO
writelog ("Fout in " + windowname + procedure name")
END
Is there a way to automatically retrieve the window name and procedure name where the error occures . So i do not have to type the procedure name myself.
WHEN EXCEPTION IN
h = 7/0
DO
writelog ("Fout in " + windowname + procedure name")
END
Yep... it's called dbginfo
best regards
Fabrice Harari
WiNDev, WebDev, WinDev Mobile consulting
von Fabrice Harari - am 15.05.2008 08:22