|
Hello all-
I'm using a form that has look-up variables defined in
it (the form uses table #1, the look up variables come from table
#2). The variables (from table #2) can be changed on the
form. After leaving the form, the command files perform some tasks on
the variables, but in no way, modifies the variables, which are then written
back down to their appropriate table (table #2).
The programming code has been working flawlessly for an
extremely long time. But, on occasion, a line of the data becomes scrambled
in table #2, and it then contains CHAR 255 (���)
and the little white boxes. When this happens, the line of data in table
#2 is not changeable in the form or table anymore, and is totally
corrupted. The only way to fix the data is to delete the line of data
from (table #2), add a new line of data, and change the appropriate columns and
links.
What's up with that?
The biggest issue is that you do not know that the data is
faulty until you pull up the form that should contains that line of data, only
to find the record totally wiped out.
Lee Bailey
|
