confidentbala
New Member
hi all,
I want to update a variable with alert-box. Can any one help me out.
Thanks in Advance.
confidentbala
I want to update a variable with alert-box. Can any one help me out.
Thanks in Advance.
confidentbala
define variable lOk as logical no-undo.
message "make your choice"
view-as alert-box question
BUTTONS YES-NO-CANCEL
title "Choose"
update lOk.
MESSAGE lok
VIEW-AS ALERT-BOX INFO BUTTONS OK.