Skip to main content
Skip table of contents

Event "nach Kd.Auftr.Pos. speichern"

Event "nach Kd.Auftr.Pos. speichern"


Dieser Event wird aufgerufen, nachdem in der Auftragsbearbeitung eine Auftragsposition erfolgreich gespeichert wurde.

Beispiel

CODE
| nEvtNo:P1, oDab000:P2, oDab050:P3, oDab055:P4, oDab010:P5, nWasDBState:P6, oOldDab055:P7 |

// Auftragsposition wurde vollständig gespeichert,
// es ist keine Transaktion aktiv!
// nWasDBState - gibt DBState() der oDab055 vor Speicherung an
// oOldDab055  - MemoryTable mit Zustand der oDab055 vor Speicherung

if nWasDBState = dsinsert and oDab000:SOLL > oDab000:KREDLIM then
   MessageDlg("Achtung: Kunde hat das Kreditlimit überschritten!", 2),
endif,


JavaScript errors detected

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

If this problem persists, please contact our support.