Entry point in developer mode ?? (OpenInsight 32-bit Specific)
At 11 FEB 2005 08:24:41AM Simon G Wilmot wrote:
Hi all,
Is this possible. Because the system I am working on shares itself with an Arev database that is wholly in sysprog, I am using the entry point of the system to attach the tables I want for various users via Alias_table - the problem is when logging in as a developer I have no database !! I would like to attach all tables at this point if possible.
Hopefully,
Simon
At 11 FEB 2005 10:33AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Simon,
Have you tried looking at the engine StartupProc facility? You could write a routine called from there to attach your tables…
See the description in the ENVIRON_CONSTANTS insert - field 32.
World Leaders in all things RevSoft
At 11 FEB 2005 10:46AM Simon G Wilmot wrote:
I have checked out that possibility, but that runs before the application becomes active so is not feasible for running Alias_Table options. I may have to try that using Attach_table …
Simon