HI
Would it be possible to have some code that puts some return characters in the displayed text for the errordialog ?
e.g. when an attempt to insert into a table with some non null fields is made (with nulls) the following trap produces a dialog box that is about 80cm long !
plugins.dialogs.showErrorDialog(‘Error’, ‘SQL error:’+ plugins.rawSQL.getExceptionMsg(), ‘Ok’)
Thanks for the quick reply, Indeed it is possible.
I was wondering if it would be possible to add a (optional?) parameter to the dialog call such that it was at least fitted to the users screen width.