| Search Locate Previous Next | Contents |
To call the standard Windows messagebox, in a variety of styles:
Win.Msg 'Print Complete'
The default is the Info style, which just has a single <OK> button and the friendly bubble icon. Other options are:
For example:
'File' Win.Msg 'Problem reading your data'
You may like to adapt this function, adding in more button selections as required.