40 characters, huh? Yep. That is indeed too short.
And, while tinyurl can be very handy for all kinds of things, let's go ahead and fix this one, shall we?
First of all, let me say I'll increase the size of the url in the next update.
But in the meantime, you can increase the size yourself using a few simple Visual FoxPro commands.
Here is the procedure.
First all all, close the Donor Manager if it is running.
Next, fire up the VFP Command Prompt (probably at /Start /Programs /Donor Manager /VFP Command Prompt).
You'll get a box on the screen where you can enter some commands. Type the following commands, pressing <Enter> at the end of each line.
Code: Select all
set path to data
alter table donor alter column website c (100)
quit
Now, that will make the "website" field accept up to 100 characters. You can make it more, if you want, but that ought to be enough, I would think.
I hope that helps!