M
marian.edu
Guest
[quote user="tbergman"] By now you’ve realized how I found the problem. One of the programs that used this class had a dynamic temp-table with a field named “Publisher(s)” which caused the generated program to fail to compile on the fly. [/quote] Right, but that has nothing to do with dynamic temp-table definition anymore... you turned that into static one so naming restrictions applies to void confusing the compiler. [quote user="tbergman"] I know, a bit bizarre, but there you have it. And yes, an easy answer is to stop doing that, which is exactly what I did with the offending program. [/quote] Yeah, if not everyone can be made to stop doing it some error handling could also go a long way 
Continue reading...
Continue reading...