PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wd75 table in edit mode
wd75 table in edit mode
Iniciado por bert, 11,dic. 2003 11:38 - No hay respuesta
Publicado el 11,diciembre 2003 - 11:38
In a browse table managed by WD. (cascade input)
In the code section how do you test if a line was deleted?
On row exit:
New line: if table..newline then
Modify: if table..modified then
Delete: if ??
Bert