Fix for the "iscccu" bug

Here are the most frequently asked questions about the Donor Manager. You might even find a few answers !

Post Reply
jmuehleisen
Site Admin
Posts: 737
Joined: Sat May 29, 2004 1:28 pm
Type the middle number, please (202): 202
Location: Kampala, Uganda
Contact:

Fix for the "iscccu" bug

Post 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.
John Muehleisen
Mentoring Emerging Christian Leadership in Africa for Excellence / Integrity / Innovation
Post Reply