Geep Howell
2008-10-29 00:00:54 UTC
I have an ap that maintains data for our local police academy.
Everything runs fine on XP. DEO files are kept on a file server
(running NT 4.0, sorta old and slow but still functional...) as is all
the data.
One of my main users had her computer replaced several days ago with a
Dell machine running Vista Home. When I installed my ap, I had some
problems, so I recompiled the ap at home using the latest INNO,
created a setup file, and reinstalled everything today, but the same
error persists. I can't get it to exhibit the problem behavior in the
home environment, running it on a similar Dell machine, same OS, and
my file server, which is a ClarkConnect system running CentOS, files
shared with Samba.
She logs in to Vista as an administrator. Both machines are patched
with Service Pack 1. User account control is turned off as is the
Windows firewall.
I use a PRG file when the program opens to delete and re-create the
three temp tables that are used on the user workstation. Certain
routines in the main program write data to the temp tables for
processing, then return the data to the main tables on the file
server.
The Academy version fails when writing to a local table on the user
machine within the ap subdirectory. The error is "subscript not
found" and when I copied the table over to my work machine where Plus
is installed, and looked at the structure, I found that the row names
of the two fields that were failing were truncated. CS_END_DATE
became CS_END_DA. Hard for the program to find.
I can't repeat this behavior on my home system. Nor have I ever seen
it happen at the Academy with the XP machines.
Any ideas on what might be happening? I am running 2.6.1.5 with the
2083 runtime. TIA
Geep
Everything runs fine on XP. DEO files are kept on a file server
(running NT 4.0, sorta old and slow but still functional...) as is all
the data.
One of my main users had her computer replaced several days ago with a
Dell machine running Vista Home. When I installed my ap, I had some
problems, so I recompiled the ap at home using the latest INNO,
created a setup file, and reinstalled everything today, but the same
error persists. I can't get it to exhibit the problem behavior in the
home environment, running it on a similar Dell machine, same OS, and
my file server, which is a ClarkConnect system running CentOS, files
shared with Samba.
She logs in to Vista as an administrator. Both machines are patched
with Service Pack 1. User account control is turned off as is the
Windows firewall.
I use a PRG file when the program opens to delete and re-create the
three temp tables that are used on the user workstation. Certain
routines in the main program write data to the temp tables for
processing, then return the data to the main tables on the file
server.
The Academy version fails when writing to a local table on the user
machine within the ap subdirectory. The error is "subscript not
found" and when I copied the table over to my work machine where Plus
is installed, and looked at the structure, I found that the row names
of the two fields that were failing were truncated. CS_END_DATE
became CS_END_DA. Hard for the program to find.
I can't repeat this behavior on my home system. Nor have I ever seen
it happen at the Academy with the XP machines.
Any ideas on what might be happening? I am running 2.6.1.5 with the
2083 runtime. TIA
Geep