Trigger Q?

Joel J.J. Heber

New Member
I want to create a field trigger NOT A TABLE TRIGGER.

Where ==> when the field gets the value ST it runs the given code.

Progress Books are very good for explaining the steps to achieve this. I understand fully what to do and how to do it.

This is my Question:

How do I point to the written record line in my program.

example print the line that was added if the value in a field is st.

it is simple but there are many transactions at once in this table therefore I am looking for something that points to a record when the trigger executes......is there such a thing.

Joel
 
Top