‎2005 Aug 27 7:37 AM
Hello all,
I am working on enterprise Edition. Can any one give me a sample code for the Event : 01 Before saving the data in the database.
Thanks for your help.
Regards,
Salil
‎2005 Aug 27 9:23 AM
You have to define a routine linked to 01 event, for example: 01-> MY_ROUTINE.
Then you push EDITOR button, the system'll create a new include where you'll write code of your routine:
FORM MY_ROUTINE.
IF <TABLE-FIELD> = ....
.....
ENDIF.
ENDFORM.
In this routine you can check the headerline of your dictionary table
‎2005 Aug 27 9:23 AM
You have to define a routine linked to 01 event, for example: 01-> MY_ROUTINE.
Then you push EDITOR button, the system'll create a new include where you'll write code of your routine:
FORM MY_ROUTINE.
IF <TABLE-FIELD> = ....
.....
ENDIF.
ENDFORM.
In this routine you can check the headerline of your dictionary table