Message Error during delete record.

Posted by rogeliolt on 14-Sep-2017 14:11

Hi!. I'm using with ADM2, and I try to delete a record but send me a message like this:

---------------------------
Data Error (Press HELP to view stack trace)
---------------------------
Table: Errores
Attempt to delete record failed.

Update cancelled.

---------------------------
OK Help
---------------------------

the code into deleterecord procedure is:

PROCEDURE deleteRecord:
/*------------------------------------------------------------------------------
Purpose:
Notes:
------------------------------------------------------------------------------*/
FIND catalogos.Errores WHERE ROWID(catalogos.Errores) = TO-ROWID(ENTRY(1,DYNAMIC-FUNCTION('getRowIdent':U IN DYNAMIC-FUNCTION('getDataSource':U))))
NO-LOCK NO-ERROR.
/* Code placed here will execute PRIOR to standard behavior. */

RUN SUPER.

/* Code placed here will execute AFTER standard behavior. */


END PROCEDURE.

Please Help me to solve this problem.

Thanks regards!.

All Replies

This thread is closed