Page 1 of 1

Fix for the "iscccu" bug

Posted: Mon Jun 19, 2006 1:39 pm
by jmuehleisen
Some of you may be getting an error message when moving to the Partner Master screen where the program complains about an sql column named "iscccu" not being found.

You can get around it by clicking <ignore> and it will be fixed in the next update, but if you'd like a quick fix for right now, here's one.

It takes just a few "FoxPro commands."

Close the Donor Manager.

Then, run the "Fox Command Prompt" at /Start /All Programs /Donor
Manager /Fox Command Prompt

Type these commands, pressing <Enter> after each line

Code: Select all

set path to data
use donor exclusive
alter table donor add column iscccu L
quit
That ought to fix it for you. Let me know if you run into any problems with this.