Skip to main content
Skip table of contents

BeLogError()


BeLogError() - Schreiben BE-Fehlerprotokoll veranlassen

Die Funktion veranlasst das Schreiben eines BE-Fehlerprotokolls inkl. Delphi-Callstack an der aktuellen Programmstelle.


ParameterBeschreibung

cErrorText:C

eigener Fehlertext

Rückgabewert

Text

Beispiel

CODE
| cRes |

cRes := '',

if DAB410:RUE_PROD < 0 then
   cRes := ArrToStr(DAB410.RecAsArray),
   cRes := StrTran(cRes, '},{', '},' + crlf + '{'),
   BeLogError('DAB410:RUE_PROD < 0: ' + crlf + cRes),
endif,
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.