Hi Bruce,
With NT5 PR31, I am getting an error when compiling. The problem is that I have a table in the dictionary that has a column with an Initial Value. This columns is a String type (@s1) with an Initial Value of 'P'. The line of code that is being rejected is WUI:GroupLevel = ''P' which is in the PreInsert Routine section'. It should be WUI:GroupLevel = 'P'. Once I replace 'P' with P in the dictionary, it compiles with success. This worked in PR29 and earlier. Did not try PR30 since there was a post about compile errors.
Thanks...
Alan