Consultor Eletrônico



Kbase P17114: How to delete a Database record based on a Browse's value
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Unverified

GOAL:

How to delete a Database record based on a Browse's value

FIX:

Here is the button's trigger code;

DO:
Find first <TABLE> where <TABLE.FIELD> = <Browse-Column>:SCREEN-VALUE NO-ERROR.
IF AVAILABLE <TABLE> THEN
DELETE <TABLE>.
END.