E r g e b n i s / R e s u l t
Reset all of the Open Access variables.
B e s c h r e i b u n g / D e s c r i p t i o n
REINIT will reload the configuration file used by Open Access and
reset all of the internal variables.
After changing the searching orders or any of the default files using
the other functions in this C Hook, this function provides a quick way
to return them to their original values.
When the function is called, you will see the screen flash briefly as
Open Access updates the screen colours, searching orders and default
files.
S y n t a x
Code:
boolean = call('REINIT') P a r a m e t e r
There are no parameters for this procedure
R e t u r n s
A boolean value is returned.
TRUE - the re-initialisation was successful.
FALSE - there was a problem re-initialising using the configuration file.
Open Access must now be in a unknown state, halt your application
and recommend the user leave Open Access immediately.
B e i s p i e l / E x a m p l e
Code:
attach 'SETUP'
a = call('REINIT') ! a re-initialisation will take place.
detach 'SETUP'