Is there a current or planned way to add ok and cancel to an alert message?
I would like to throw up a warning but let the user choose to continue or cancel.
eg 'Selected records do not equal zero - continue?' OK or Cancel
Bruce maybe your new modular popup window?
Either way it would need to work like clawin code
If Message('Selected items do not Equal zero.| Do you want to continue?','Reconcile',ICON:QUESTION,BUTTON:Yes+BUTTON:No,BUTTON:No) = BUTTON:Yes
Cheers,
Kevin