If I add a new column to the structure definition, the forms (schemas) and the server events will crash with a range error. Only the restart of the processes (HI or EVH) will help. Here is the example with this error generated from ESL.
//BEGIN EVENT//
RECORD NOALIAS (SD.TestStructure) _globalValues
RPC PROCEDURE CopyData (RECORD NOALIAS (SD.TestStructure) _localValues)
REDIM globalValues[localValues\DIM]
SET globalValues WITH localValues
END CopyData
//END EVENT//
Is it D2000 bug? Or have you any workarround for this situation?
I use D2000 V11.2 R57