Skip to main content
Skip table of contents

DBCancelAll()


DBCancelAll() – Bearbeitungsmodus abbrechen



Die Funktion führt ein DBCancel() auf alle Tabellen aus, welche im Datenmodul enthalten sind und aktuell im Edit / Insert-Modus sind.


ParameterBeschreibung

oBeDbGet:O

Objekt der Klasse TBeDbGet (Datenmodul)


Rückgabewert


Keiner

Beispiel


CODE
| oDM, oTable |

oDM    := CreateObject('TBeDbGet'),
oTable := DBGetTable(oDM, waDAB000,),

startseq,
   oTable.CbEdit(),
   //Editieren der Tabelle
   oTable.CbPost(),
onerror,
   DBCancelAll(oDM),
stopseq,


Weitere Verknüpfungen




JavaScript errors detected

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

If this problem persists, please contact our support.