Page 1 of 1

Web Site box only accepts 40 characters

Posted: Mon Jun 25, 2007 1:07 am
by Michael
Not exactly a bug, but I was trying to put someone's website address into their information, and the box only accepts 40 characters. Would be nice if that could be at least doubled.

Thanks.

:D

Posted: Thu Jun 28, 2007 12:56 pm
by guitarmanvt
I agree. However, in the meantime, try a TinyURL. The website http://tinyurl.com/ allows you to turn a very long web address into a very short (tiny) url.

For example, the link to our family photo is:

https://mail.jaars.org/~john-andrea_and ... family.jpg

But with TinyURL, it becomes:

http://tinyurl.com/2tvwzq

NOTE: When you open a web site via a TinyURL, it should redirect you to the actual (long) address. In other words, you will be able to see what the original URL is.

Posted: Thu Jun 28, 2007 2:26 pm
by Michael
:D Thanks. I'm sure that was just an excuse to show pics of your family. :wink:

j/k

Posted: Fri Jun 29, 2007 12:05 am
by guitarmanvt
Yeah, I'm a proud daddy. But to be fair, here's another example:

http://tinyurl.com/2kg3na

:wink:

web site address ... how to make it longer

Posted: Wed Jul 04, 2007 4:40 pm
by jmuehleisen
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!

Posted: Wed Jul 04, 2007 6:44 pm
by guitarmanvt
John,
I tried running the script commands. The second line ("alter table...") gives me an "Access Denied" message.

...oops...I had Donor Manager open.

Nevermind, it worked after I closed Donor Manager. AND, the field was increased. Rock on, man!

Posted: Thu Jul 05, 2007 1:36 am
by jmuehleisen
Now, if all of my problems were that easy to solve, ... well, I guess I'd just get bored.

I'm glad it worked out for you.

Posted: Wed Jul 11, 2007 12:41 am
by Michael
Thanks. Worked for me too. :)