PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD22] Server trigger
[WD22] Server trigger
Iniciado por guest, 12,mar. 2018 14:46 - No hay respuesta
Publicado el 12,marzo 2018 - 14:46
Hi,

I try to use a server trigger (After) on database table TblBoxMutatie. Can I directly use the content of record TblBoxMutatie in the code of the server trigger?
So can i use TblBoxMutatie.Aantal, TblBoxMutatie.TblLocatie, etc without reading the record?

I ask this because I suppose the server trigger has an independant context compared to the record in my program. Am I right?

Thanks in advance.