Public Function ConfirmYes (
Optional PrintAbandonMsg As Boolean = True
) As Boolean
Simple confirmation using "yes"
Notify if the confirmation failed
Dim b As Boolean
b = xf.Interact.ConfirmYes()
b = xf.Interact.ConfirmYes(PrintAbandonMsg)
Dim b as Boolean
b = ConfirmYes()