It happens much too often that I have to tell a client how to fix up missing
references when I send them an application, especially if the client is
distributing it to different users. It makes me look unprofessional (which I
guess I am to some extent). I've tried the fixuprefs() function I got from
the knowledge base (that uses the qryTestRefs and checks for error 3075),
but it doesn't seem to get called, and I still get the problem. I'm
developing in A2002 Dev. Edition with a 2000 file format.
My question is: what do people consider the best way to avoid this problem?
Can I just download the most current refs and tell my clients to do so as
well? If so, can someone point me to where I would get those?
Or, is there a better routine out there to automatically fix the problem?
If I compile an mde, I would think I woudln't get the problem, because it
would include all the library stuff it needed, no? But I do get the problem.
Is it possible to 'late-bind' everything in order to solve this? I'm not an
expert on that, but I don't think so.
Do people agree that this is one of the most difficult issues with
distributing applications, or am I just ignorant?
I've read a fair amount about this and tried lots of things, so I'm not a
total newbie, but I'm still stymied.
thanks a lot
-John