Re: ShowTips and AlwaysOnTop

2013-01-23 Thread Dan Covill
On 01/23/13 02:10 AM, Man-wai Chang wrote: It seemed that ShowTips=.t. could not display ToolTipText when form.AlwaysOnTop=.t.! Could I fix that? Is it possible that the tooltip is displaying behind the form? Since the form is always on top, then maybe you can't put the tooltip in front

[NF][Apache?] Configuration Issue? (Error 310 ERR_TOO_MANY_REDIRECTS)

2013-01-23 Thread Ken Kixmoeller (ProFox)
Hey, folks - One of my PHP applications is being moved to a new server. Testing it out, I get the subject error. The error is reported this way in Chrome. In FireFox it says: Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Re: [NF][Apache?] Configuration Issue? (Error 310 ERR_TOO_MANY_REDIRECTS)

2013-01-23 Thread Ed Leafe
On Jan 23, 2013, at 11:45 AM, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: One of my PHP applications is being moved to a new server. Testing it out, I get the subject error. The error is reported this way in Chrome. In FireFox it says: Firefox has detected that the

Re: ShowTips and AlwaysOnTop

2013-01-23 Thread Fred Taylor
Are you sure? Seems to work OK for me in VFP9/SP2 (09.00.000.7423). Fred On Wed, Jan 23, 2013 at 3:10 AM, Man-wai Chang chan...@gmail.com wrote: It seemed that ShowTips=.t. could not display ToolTipText when form.AlwaysOnTop=.t.! Could I fix that? -- .~. Might, Courage, Vision.

Re: [NF][Apache?] Configuration Issue? (Error 310 ERR_TOO_MANY_REDIRECTS)

2013-01-23 Thread Ted Roche
On Wed, Jan 23, 2013 at 12:45 PM, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: Hey, folks - I suspect this is an Apache configuration issue, as neither the current test server, production server, nor my development server throw that error. (All also Apache) I

Form Not Initializing

2013-01-23 Thread Jeff Johnson
I have a Visual MaxFrame form in VFP9 doing something very strange. I took a working form and saved it as a different form and made the Name the new name of the form. This is something I do very often. The form loads (verified) and does not make it to the form.init (verified) and does not

RE: Form Not Initializing

2013-01-23 Thread Richard Kaye
Contained controls init before the parent container. So if one of your controls is blowing up, there could be something in the framework that prevents the form from coming up. I've also seen this kind of behavior when there's a corrupted table or index. -- rk -Original Message- From:

Re: Form Not Initializing

2013-01-23 Thread Frank Cazabon
Jeff, I'm a little confused. You say you overrode the error routine to display the error but then you ask why would it not throw an error? Maybe your error routine is swallowing the error? Frank. Frank Cazabon On 23/01/2013 02:59 PM, Jeff Johnson wrote: I have a Visual MaxFrame form in

Re: Form Not Initializing - Solved

2013-01-23 Thread Jeff Johnson
I have 8 tabs on a pageframe and one of the pages has a pageframe on it. I was intentionally hiding one of the pages with a page.init = .f. I set page.init to .t. and it threw an error on the initialization of the contained pageframe. So the error was occurring on the init of the contained

Re: Form Not Initializing

2013-01-23 Thread Jeff Johnson
Frank: I override the form.error routine to display a messagebox only when I am debugging a form. I also have a dodefault() in there. Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com www.arelationshipmanager.com On 01/23/2013 12:13 PM, Frank Cazabon wrote:

Re: Form Not Initializing

2013-01-23 Thread Frank Cazabon
I see you worked out what the problem was, but I'm interested in why you would override the form.error. During development VMP's error handler does not kick in so you'll get the VFP errors being displayed. WHy would you want something else? Frank. Frank Cazabon On 23/01/2013 03:19 PM,

Re: Form Not Initializing

2013-01-23 Thread Jeff Johnson
Frank: I always compile my exe and update it in a production environment. So I am always in the production environment. I have never been successful in testing in a development environment - other than unit testing of course. I know that VMP provides a great stand alone environment, but I

Re: Form Not Initializing

2013-01-23 Thread Frank Cazabon
Oh. That must slow things down during development. It's great to make a change to a form or class and just run it right then and there immediately. If I can help sort out the path issues let me know. Frank. Frank Cazabon On 23/01/2013 03:49 PM, Jeff Johnson wrote: Frank: I always compile

Intellisense is Gone?

2013-01-23 Thread Kurt
I hope to make Intelligent Sense with this request for help! Normally, if I'm typing code in a program - and I type a Function, underneath it tells me how to construct that function - in case I forget. And, who wants to memorize Everything! And, now all of a sudden - that little help thing no

Re: Intellisense is Gone?

2013-01-23 Thread Vincent Teachout
Kurt wrote: I hope to make Intelligent Sense with this request for help! Normally, if I'm typing code in a program - and I type a Function, underneath it tells me how to construct that function - in case I forget. And, who wants to memorize Everything! And, now all of a sudden - that little

Re: [NF][Apache?] Configuration Issue? (Error 310 ERR_TOO_MANY_REDIRECTS)

2013-01-23 Thread Ken Kixmoeller (ProFox)
Thanks, Ed -- - - -- in-line answers On Wed, Jan 23, 2013 at 12:15 PM, Ed Leafe ed.le...@rackspace.com wrote: It certainly does sound like an Apache config issue. Most likely there is a mod-rewrite in the config that is redirecting to your old server, and that server has an entry that

Re: [NF][Apache?] Configuration Issue? (Error 310 ERR_TOO_MANY_REDIRECTS)

2013-01-23 Thread Ken Kixmoeller (ProFox)
Thanks, Ted - --- - On Wed, Jan 23, 2013 at 12:32 PM, Ted Roche tedro...@gmail.com wrote: If you can work on the server yourself, see what 127.0.0.1 brings up for a web site... I can use it on a vpn. (I haven't figured out how to do terminal and such over the vpn, yet.) Would that help?

RE: Intellisense is Gone?

2013-01-23 Thread Kurt
Sorry - I should have mentioned. I'm using VFP7 at the moment. And, based upon what you wrote - I found it under the same place. And, its currently enabled. So - not sure why its NOT working! And - what I described as my problem - that IS what's considered Intellisense - right? I'm going to try

RE: Intellisense is Gone?

2013-01-23 Thread Kurt
Well - that did it - by restarting VFP - its now back as normal. Strange though - that it should just stop like that... -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, January 23, 2013 3:19 PM To: profoxt...@leafe.com

RE: Intellisense is Gone?

2013-01-23 Thread Tracy Pearson
Kurt wrote on 2013-01-23: Well - that did it - by restarting VFP - its now back as normal. Strange though - that it should just stop like that... -K- Kurt, If you issued a clear all, it might have been released and not come back. Tracy Pearson PowerChurch Software

Re: Form Not Initializing

2013-01-23 Thread Jeff Johnson
I need to take the time to do that. I already have a Preparedata program so I can run my reports in development to find errors. I don't know how I lived without it. Thanks Frank! Jeff --- Jeff Johnson j...@san-dc.com (623) 582-0323 www.san-dc.com www.arelationshipmanager.com

Re: Intellisense is Gone?

2013-01-23 Thread Vincent Teachout
Kurt wrote: Sorry - I should have mentioned. I'm using VFP7 at the moment. And, based upon what you wrote - I found it under the same place. And, its currently enabled. So - not sure why its NOT working! And - what I described as my problem - that IS what's considered Intellisense - right?

RE: Intellisense is Gone?

2013-01-23 Thread Kurt
I'm almost positively sure I didn't issue that command! -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Tracy Pearson Sent: Wednesday, January 23, 2013 3:27 PM To: profoxt...@leafe.com Subject: RE: Intellisense is Gone? Kurt wrote on 2013-01-23:

RE: Intellisense is Gone?

2013-01-23 Thread Kurt
Well - the easiest fix worked - just to restart VFP. Although - that reminded me of the Joke about 3 Engineers in a Car - which breaks down - and the MS Engineer says to roll down the windows, then roll them back up - then try starting the car again! :-) -K- -Original Message- From:

Re: [NF] Who on this list is a train nut?

2013-01-23 Thread Nicholas Geti
I highly approve. I was thinking since he has so much time, he should start digging a tunnel out of his basement then lay some track so he can run his car outside to the lawn. He could charge visitors a fee to climb aboard. Nicholas Geti. - Original Message - From: Stephen Russell

RE: [NF] Who on this list is a train nut?

2013-01-23 Thread Kurt
Hey Nicholas - I gotta agree with you. I should find out where he lives - I know he's in Canada - and ask if I can come visit him! Bet that would be a RIOT!!! :-) -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Nicholas Geti Sent: Wednesday,

RE: Intellisense is Gone?

2013-01-23 Thread Richard Kaye
If somehow _vfp.EditorOptions got set to an empty string that will disable Intellisense completely. This can be stored in the resource file iirc. The guy I've been working with for the last 20 years hates Intellisense. We used to have Intellisense fights when doing remote support for our

Re: Intellisense is Gone?

2013-01-23 Thread MB Software Solutions, LLC
On 1/23/2013 4:27 PM, Richard Kaye wrote: If somehow _vfp.EditorOptions got set to an empty string that will disable Intellisense completely. This can be stored in the resource file iirc. The guy I've been working with for the last 20 years hates Intellisense. We used to have Intellisense

RE: Intellisense is Gone?

2013-01-23 Thread Kurt
Hey MB - don't bash RK's buddy TOO Badly! At times - I find it VERY ANNOYING - since its CONSTANTLY Popping up and trying to tell you how to code - when you don't always want it. So - I too get annoyed by it. But, on the other hand - there are PLENTY of times when it pops-up and I Actually use it

Re: [NF] Who on this list is a train nut?

2013-01-23 Thread Nicholas Geti
This spring I will be laying some track for an O Scale railroad around my garden. Nothing like a full size train, but just as time consuming. I see full size cabooses for sale once in a while but my wife won't go for it. Nicholas Geti - Original Message - From: Kurt k...@isssusa.com

Re: [NF] Who on this list is a train nut?

2013-01-23 Thread Pete Theisen
On 01/23/2013 05:29 PM, Nicholas Geti wrote: Hi Guys, Since the car has *Windows*, this thread is acceptable on [NF]. If the thread were [OT], none of the FoxPro tech guys could see it, a great tragedy. You all really like [OT], as long as it is the right people posting. This spring I

RE: [NF] Who on this list is a train nut?

2013-01-23 Thread Geoff Flight
would anyone admit that? Ive known several 'train nuts' in my life... not a good look in general! -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Pete Theisen Sent: Thursday, 24 January 2013 12:49 PM To: ProFox Email List Subject: Re: [NF] Who on this list

Re: [NF] Who on this list is a train nut?

2013-01-23 Thread Pete Theisen
On 01/23/2013 09:22 PM, Geoff Flight wrote: would anyone admit that? Ive known several 'train nuts' in my life... not a good look in general! Hi Geoff, Didn't you say you rode the train to work every day, and that you like the old ones better than the newer ones? I admit a small interest in