J
James Palmer
Guest
Progress 11.5.1 on Win7. I've just done a diff on some code I've edited in the AppBuilder and noticed that PDSOE seems to be stripping the DBName from AppBuilder code. I have the setting on to prefix table names with the DB name. I'll show a couple of examples of what I mean. Before: /* Internal Tables (found by Frame, Query & Browse Queries) */ &Scoped-define INTERNAL-TABLES lb-StandardDiscount MeterSiteReference ~ ObjectStatus ICMAS.StandardDiscount tt-TenderExclusion After: /* Internal Tables (found by Frame, Query & Browse Queries) */ &Scoped-define INTERNAL-TABLES lb-StandardDiscount MeterSiteReference ~ ObjectStatus StandardDiscount tt-TenderExclusion Before: &Scoped-define TABLES-IN-QUERY-bro-msr-ele ICMAS.MeterSiteReference ~ ICMAS.ObjectStatus &Scoped-define FIRST-TABLE-IN-QUERY-bro-msr-ele ICMAS.MeterSiteReference &Scoped-define SECOND-TABLE-IN-QUERY-bro-msr-ele ICMAS.ObjectStatus After: &Scoped-define TABLES-IN-QUERY-bro-msr-ele MeterSiteReference ObjectStatus &Scoped-define FIRST-TABLE-IN-QUERY-bro-msr-ele MeterSiteReference &Scoped-define SECOND-TABLE-IN-QUERY-bro-msr-ele ObjectStatus How can I get PDSOE to stop doing that?
Continue reading...
Continue reading...