frame field ENTEREDFRAMEframe fieldFRAMEThis procedure goes through the Customer table and prompts the user for a new CreditLimit value. The ENTERED function tests the value the user enters. If the user enters a new value, the procedure displays the old and new CreditLimit values. If the user enters the same or no value, the value does not change.
/* This code does not compile. */DEFINE FRAME xmyint AS INTEGERmychar AS CHARACTER.ON LEAVE OF mycharIF mychar ENTERED THENMESSAGE "Character value changed.".UPDATE myint mychar WITH FRAME x.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |