MessageBox from 4GL ( BPM )

Hi Grzegorz,

> The reason why I prefer to use a MessageBox from 4GL over a 'Raise
> exception' is that:
> 1. 'Raise exception' is stopping the execution of your code

Yes, this is true for the 'Raise Exception' action but I don't think for the
'Show informational message based on the designed template' action.

> 2. In 4GL you can put message in any point of your code

True

> 3. The data that you can pass to message box from 4GL can be selected
> from ANY table, not only ttTables that you are limited to in 'Raise
> exception'

This limitation is true as for 'Show informational messages...' as well.

Mark W.