4D Yes No External

External modules for 4D.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
4D Yes No External

Post by Info-Mac » May 4th, 1993, 9:00 am

Download: http://archive.info-mac.org/dev/db/a4d/ ... no-ext.hqx

To: [email protected]
X-VMS-To: IN%"[email protected]"

YesNo(Expr;Var)
Expr is an alphanumeric expression
Var is a numeric variable

YesNo displays a dialog with the message specified by Expr. There are 3 buttons in the dialog Yes, No and Cancel. If the user clicks in Yes, Var is equal to 1, if the user clicks in No, it is equal to 2, if the user clicks in Cancel it is equal to 3.
Post Reply