
Why can't I point form at different database
Quote:
> and the properties of the form show that it is pointing to
> t:\file..\..\uwfiletrack.dbc.
> It still shows the data from the c:\ drive
> What to do?
It's because the database is named in the form, so it's nothing to do
with the database container.
As is being talked about over in "Dbc", you can set you forms up so you
can reset this property at runtime, which is pretty neat and leads on to
other benefits.
As is not being talked about over there you can kludge it by moving the
data on the c drive so it isn't where the form thinks it is and making
sure there's no path reference to where it *is*, and making an entry in
the Foxpro path. The form will still look for it on the C drive, but
not being able to find it it will start using it's paths and then will
find the one you want on the T drive.
The form holding this explicit reference is not one of the greatest bits
of programming, IMNVHO.
Mark
-If more of us acted more sensibly,
d'you think Governments might join in?