Hi guys,

Due to an issue with the following structure we changed the way the compiler relocates the name.
Code:
Struct tStructure
    Integer integer
End_Struct
in 20.0 and lower it would find 'Integer' to be the actual member name instead of 'integer' (also because DataFlex is case-insensitive). We changed the way the compiler looks up a member from l->r to r->l which seems to cause an issue here.

Though the thing you are doing is illegal code placement already, it does seem to form a problem in this topic https://support.dataaccess.com/Forum...Making-a-point.

Concluding for you case it is correct, for the case above not so much.

Sincerely,

Bram Nijenkamp