R
rogeliolt
Guest
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!.
Continue reading...
Continue reading...