GO-PENDING function
Returns a TRUE value if, within an EDITING phrase, an APPLY statement results in a GO action. The GO action is deferred until the end of the EDITING phrase.
This function is supported only for backward compatibility.
Note: Does not apply to SpeedScript programming.Syntax
ExampleThe
r-gopend.p
procedure lets you update some of the fields in each customer record. If you press GO when the value in the current balance field is greater than the balance in the credit-limit field, the UPDATE statement does not end. Instead, it continues prompting you for input until you correct the problem and then press GO.
See also
OpenEdge Release 10.2B
|