Web Site box only accepts 40 characters

Use this forum to report a bug in the program.
Post Reply
Michael
Posts: 24
Joined: Sat Mar 17, 2007 3:53 am
Type the middle number, please (202): 302
Location: Tanzania

Web Site box only accepts 40 characters

Post 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
guitarmanvt
Posts: 46
Joined: Tue Apr 17, 2007 2:05 pm
Type the middle number, please (202): 302
Location: North Carolina
Contact:

Post 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.
Michael
Posts: 24
Joined: Sat Mar 17, 2007 3:53 am
Type the middle number, please (202): 302
Location: Tanzania

Post by Michael »

:D Thanks. I'm sure that was just an excuse to show pics of your family. :wink:

j/k
guitarmanvt
Posts: 46
Joined: Tue Apr 17, 2007 2:05 pm
Type the middle number, please (202): 302
Location: North Carolina
Contact:

Post by guitarmanvt »

Yeah, I'm a proud daddy. But to be fair, here's another example:

http://tinyurl.com/2kg3na

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

web site address ... how to make it longer

Post 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!
John Muehleisen
Mentoring Emerging Christian Leadership in Africa for Excellence / Integrity / Innovation
guitarmanvt
Posts: 46
Joined: Tue Apr 17, 2007 2:05 pm
Type the middle number, please (202): 302
Location: North Carolina
Contact:

Post 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!
jmuehleisen
Site Admin
Posts: 737
Joined: Sat May 29, 2004 1:28 pm
Type the middle number, please (202): 202
Location: Kampala, Uganda
Contact:

Post 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.
John Muehleisen
Mentoring Emerging Christian Leadership in Africa for Excellence / Integrity / Innovation
Michael
Posts: 24
Joined: Sat Mar 17, 2007 3:53 am
Type the middle number, please (202): 302
Location: Tanzania

Post by Michael »

Thanks. Worked for me too. :)
Post Reply