A screen capture? A little more info please. Include version, display type and O/S.David Ung said:Thank you for your help.
David
Is everything encrypted? Do you have access to the frame? Is total amount a database field or a variable? If it is a database field, you could use an assign trigger. (char or gui) (modal or event driven)?David Ung said:Our last consultant gave us source codes but they are encrypted! All we need to do is to capture a displayed data (in this case a total amount) and change one condition such as (if the total amount is greater than YYY then display a warning message). Because the condition is hard coded (in encrypted files), we thought we can use trigger(s), whcih can capture the total amount and to apply it with the new condition coded in the trigger(s).
Thank you again for your help.
PS. Progress version 8
It's hard to tell, but you may be able to put in a U/I trigger.David Ung said:I can access to include file (.i). The field that I want to capture is a variable (total_amount). We are using GUI.
David Ung said:But the problem is the variable total_amount is not defined in my trigger program. Therefore the compiler displays an error message.