The simple problems can be the most frustrating.
> On Tue, 11 Feb 2003 15:01:24 -0800, "John Postnikoff"
> >I am using a Query component on an application. It works just fine on
my
> >development machine. When I transfer the entire program and directory
> >contents to other machines I get an error stating it cannot find the
Field
> >'Sum of totalprice' not found. and the program will not run.
> Did you just copy files from the dev machine, or did you make an
> install file with InstallShield and do an install? If not, are the BDE
> versions the same on all machines?
> Dan
> >If I change the TotalsQuery to TotalsQuery.active:= false the program
will
> >run until I change active to true, then the error occurs again, only on
the
> >other machines.
> >I have checked my BDE settings.
> >If I disable the query, the application will run on the other computers.
> >I have tried both Delphi and InfoPower Query components.
> >I have tried to set the query field properties to internalcalc.
> >I am using Delphi 4 with InfoPower 2000 and dBASE IV tables.
> >What am I missing?
> >John