T
Teewan
Hi guys
I have a training database, which I am still making alterations to and am
disturbed that sometimes while working on forms etc my Global variables are
suddenly all zero length strings.
On opening the database the system startup opens the Switchboard form.
The OnOpen event of the Switchboard form calls a number of functions located
in the SysConfiguration module which sets the Global variables to their
appropriate values. Every now and then those values suddenly revert to zero
lenght strings for no apparent reason.
It has been suggested to me that they are attached to the Swithchboard form
and I would loose them when I close the Switchboard. If this is the case how
and where should I be setting them from. Incidentally, I can't seem to make
them zero by closing the Switchboard.
I wondered if it is just a glitch occurring because I'm stopping and
starting bits of code etc. It doesn't seem to have happened (as yet) when
the database is being used by the average user working in there, only in my
testing versions. It is making me very nervous though as I use a Global
prefix for many of my Primary keys.
Thanks in advance
Teewan
I have a training database, which I am still making alterations to and am
disturbed that sometimes while working on forms etc my Global variables are
suddenly all zero length strings.
On opening the database the system startup opens the Switchboard form.
The OnOpen event of the Switchboard form calls a number of functions located
in the SysConfiguration module which sets the Global variables to their
appropriate values. Every now and then those values suddenly revert to zero
lenght strings for no apparent reason.
It has been suggested to me that they are attached to the Swithchboard form
and I would loose them when I close the Switchboard. If this is the case how
and where should I be setting them from. Incidentally, I can't seem to make
them zero by closing the Switchboard.
I wondered if it is just a glitch occurring because I'm stopping and
starting bits of code etc. It doesn't seem to have happened (as yet) when
the database is being used by the average user working in there, only in my
testing versions. It is making me very nervous though as I use a Global
prefix for many of my Primary keys.
Thanks in advance
Teewan