Just got around to looking at this again - I did see the Alias Name error on my system at one point, but now, running what I think is the same code, there's no error. I am fairly certain that there's no way the the VCX file was USEd as a table - it's only accessed via SET CLASSLIB.
In any case, I've applied Tuvia's suggestion to check the SET("CLASSLIB") string which eliminated the error from the customer site. Thanks for the assistance.
--stein
Well, class libaries are DBF files, so it is possible that there's some conflict.
Is it possible something had the VCX file open in another workarea?
+++ Rick ---
Can any tell me why this line of code: SET CLASSLIB TO awBusiness ADDITIVE
is generating this error: <b>Alias name is already in use</b> ??
I don’t understand how setting a class library can generate an alias error.
The other oddity is that we have this app installed on multiple sites and this error is only coming up for one customer. Other installations (and my test site of course) are running the same code with no problem.