Hi there! I encountered a situation where I need to make changes to the record in the trigger program before it is being written to a physical file. For example: If my file has 4 fields in it and user is allowed to input data into 3 fields , my trigger program on the file being written to should fill in the data to the 4th field and then allow the insert operation to complete.The result should be that all 4 fields filled in with values when we query the data from the file.. Is it possible? Let me know how to do it... Thanks, Anil

Reply With Quote