PSC Doc humor

Posted by Tim Kuehn on 12-Apr-2007 15:51

From the 10.1A PDF - OpenEdge Development: Progress 4GL Reference pg 397:

DEFINE BUTTON find-butt LABEL "Find Customer".

ENABLE find-butt Customer.Cust-num

WITH FRAME cust-frame.

ON CHOOSE OF find-butt

DO:

RUN r-fincus.p( INPUT Customer.Cust-num:HANDLE IN FRAME cust-frame,

BUFFER Customer).

DISPLAY Customer

WITH FRAME cust-frame.

END.

ON ENTRY OF Customer.Cust-num

HIDE MESSAGE.

WAIT-FOR WINDOW-CLOSE

OF CURRENT-WINDOW.

All Replies

This thread is closed