Adding Custom Field cause Error

Hello dear Admin,

Adding a custom field to a normal table works well.Adding a custom field to a linked table will cause an error:Faile to add Custom Field.
Access violation at address 102DBADB in module ‘ewsqlx2.dll’. Read of address 00000018Then the App starts to show an error on every save (save will succeed but with an error message).Even after closing the app and trying to add the custom field immediately after restart will give the same results.Dtabase: SQL Server 2017
Table structure: Any table, will fail even with the simplest ones.
Expression: Anything , even blank.Latest version of ASPNetMaker.

This is due to bad error handling of a wrong SQL expression for Custom Field. For the time being make sure the Custom Field expression is correct, you may test it in SQL Server Management Studio first, see Custom Field in the help file on how to test.The error handling will be improved in next minor version.

Ok I will.
Thank you