Posted by: TomH
Using the CTD 1.5.1 CDK, I have an app that parses our production
applications to produce a list of database tables used by each application.
Every application is opened for parsing using the CDK function
"InitFromFile". I've noticed that files that were saved as ".app" process
just fine. However, those saved as ".apt" don't. It's as though something
in the .apt file is causing the parser to think it has processed the whole
file, when it actually hasn't. No errors are received... the parser simply
continues on to the next file.
I know the remedy is to save all files as .app, but was wondering if anyone
else has seen this behavior, and if there's something that can be done using
the CDK to properly handle these text files?
Thanks!
Tom