The following revisions, identified with * * should be applied to the HyperACCESS API manual:
“When you create a new instance of HyperACCESS, the program will not become visible until a HAPI function call causes HyperACCESS to open an entry file.” (API Manual, page 2-2)
This is incorrect. The statement should be:
“When you create a new instance of HyperACCESS, the program will not become visible until a HAPI function call causes HyperACCESS to open an entry file a call to the function haSizeHyperACCESS restores the session window.”
“Using the HyperACCESS interface, call the function haInitialize. This will return an HAScript interface. You can now call HAPI functions through this interface and automate HyperACCESS.” (API Manual, page 2-2)
This is incomplete. The statement should be:
“Using the HyperACCESS interface, call the function haInitialize, *immediately followed by haConnectSession.* This will return an HAScript interface and prevent HyperACCESS from throwing an exception. You can now call HAPI functions through this interface and automate HyperACCESS.”