If CustCost is a cursor (as opposed to a DBF), and if you created the cursor via SQL SELECT, then it will be read-only by default, and you won't be able to update it. To get round that, you need to add a READWRITE clause to the SELECT.
If it is a DBF, check the file attributes. Also check your permissions on the LAN.
And what exactly do you mean when you say it is "working fine in the Project Manager"? How are you trying to update a table in the Project Manager?
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.