Re: Still having problems with Remote desktop and Foxpro 2.5 for Windows

2007-04-24 Thread Alan Bourke
Are you using the latest remote desktop client? There was a new one released very recently to work when connecting to Vista. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of

[NF] If Architects Had To Work Like Web Designers...

2007-04-24 Thread Ed Leafe
...or other developers, for that matter; sure sounds like some of my clients! http://twasink.net/blog/archives/2004/10/if_architects_h.html -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Post Messages to: ProFox@leafe.com

Form design

2007-04-24 Thread Eurico Chagas Filho
Hi I need to create a form with several buttons and containers in such a way that when a container gets the focus, there is only one exit path. I mean all F keys, Alt+key and mouse clicks are disabled while the user acts on the container. Any hints on how to tackle this ? TIA, E. No virus

RE: Form design

2007-04-24 Thread Dave Crozier
Euricho, On the form KeyPreview=.T. In the Keypress event of the Form then disregard any unwanted keystrokes. The only problem here is that you will have to disable your own top level menu commands or they will still fire. I suggest a global object oGlobal_Object with a lIgnore_Keys property

RE: Form design

2007-04-24 Thread Dave Crozier
Euricho, I forgot to add in the Keypressed event of the form issue the NoDefault to stop any unwanted keys, just in case you didn't know. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eurico Chagas Filho Sent: 24 April 2007 12:54 To:

Re: [OT] Start using biodiesel

2007-04-24 Thread Leland F. Jackson, CPA
The temperature went down to 8 degrees Fahrenheit one December day back in the 1980s. The wind was coming out of the north 15 to 25 MPH with snow and sleet. It's not unusual to see temperatures at 15 to 20 degree Fahrenheit. Regards, LelandJ Pete Theisen wrote: On Monday 23 April 2007

[OT] Proud to be American!

2007-04-24 Thread Ed Leafe
Well, not as much after watching my fellow countrymen: http://www.youtube.com/watch?v=HCkYfYa8ePI -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Form design

2007-04-24 Thread Eurico Chagas Filho
Hi Dave Thanks for your input. I am trapping the FKeys with Keypreview and the other keys in the keypress event of the textboxes inside the containers. The problem is the mouse click, it still happens, so I am going to need a property, like u suggest. To resolve all the other issues I declared

RE: [NF] Quickbooks 2K6 problem

2007-04-24 Thread Virgil Bierschwale
Click on the check number column to sort it by check number There probably is one, but since its sorted by the date column, you're not seeing it. Virgil Bierschwale Armstrong and Skipper Real Estate (830) 329-6774 Cell (830) 864-4799 Fax (830) 864-4726 Home http://www.bierschwale.com

Re: [NF] Maybe there is hope for the computer industry after all

2007-04-24 Thread Man-wai CHANG
Can't recall exactly, but there was a URL someone submitted recently (either here or on VFUG) that noted the dismal sales of Vista in China, and how much $$ M$ spent there (and basically didn't get the returnyet). To augment, I bought them because I could afford it, not... well...Why

RE: Form design

2007-04-24 Thread Dave Crozier
Eurico, Change the cursor _Screen.Mousepointer when the mouse enters/leaves the Object. If you set it to busy (11) when Exiting (Mouseleave) then you can check it in the controls outside the container via the when event. To disable (i.e return _Screen.Mousepointer=0) to disable access to the

Re: [NF] Electric Car redux

2007-04-24 Thread Leland F. Jackson, CPA
When will the Tesla begin appearing on the Dealer's show floor of general consumer consumption? Any idea of what I would be looking at in terms of cost? Regards, LelandJ Chet Gardiner wrote: A chance to see, buy and have lunch with a Tesla; http://asme-tesla.eventbrite.com/ Pretty damn

Re: [NF] Electric Car redux

2007-04-24 Thread Kenneth Kixmoeller/fh
Not to be a jerk, but can we revive this thread in the [OT] forum, please? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: [NF] Electric Car redux

2007-04-24 Thread Leland F. Jackson, CPA
Never mind, I found the cost, which would runs around $100,000 each after adding a few options, sales tax and registration fees. It appears that to buy a Telsa requires a $50,000.00 premium or $30,000.00 patient buyer down payment, so the car will not be generally available on Dearler lots,

RE: [OT] Electric Car redux

2007-04-24 Thread Hal Kaplan
.com = [mailto:[EMAIL PROTECTED] On Behalf Of Leland F. Jackson, CPA =  = The Telsa isn't exactly a family car from looking at the = pictures, so I think I will hid and watch to see how the = Telsa does. If the Telso ever hit critical mass, where the = investment in plant, equipment, and

Re: [OT] Electric Car redux

2007-04-24 Thread Leland F. Jackson, CPA
I'm still driving my 2005 VW Jetta TDI wagon with which I am very pleased. I haven't had a single problem with her. She is always ready when I have to go anywhere. I don't do a lot of driving, so I only have around 7,000 miles on my Jetta wagon. It really takes around 60,000 miles before

Re: [OT] Proud to be American!

2007-04-24 Thread Michael Madigan
I believe he was interviewing Americans. --- Ed Leafe [EMAIL PROTECTED] wrote: Well, not as much after watching my fellow countrymen: http://www.youtube.com/watch?v=HCkYfYa8ePI -- Ed Leafe -- http://leafe.com -- http://dabodev.com

[NF][PHP]Debugging in PHP

2007-04-24 Thread Kenneth Kixmoeller/fh
Hey - - - - - I know, why ask a PHP question in here? 1. You know the context of what I am talking about. 2. PHP forums main answer: RTFM -- not relevant for this question 3. Secondary PGP forum answer: Search the archives -- the archives, um, inhale vigorously (at least

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread MB Software Solutions
Kenneth Kixmoeller/fh wrote: Hey - - - - - I know, why ask a PHP question in here? 1. You know the context of what I am talking about. 2. PHP forums main answer: RTFM -- not relevant for this question 3. Secondary PGP forum answer: Search the archives -- the archives, um,

RE: [NF][PHP]Debugging in PHP

2007-04-24 Thread Bill Arnold
Ken, http://www-128.ibm.com/developerworks/library/os-debug/ There are many PHP debugging techniques that can save you countless hours when coding. An effective but basic debugging technique is to simply turn on error reporting. Another slightly more advanced technique involves using print

Re: [OT] Start using biodiesel

2007-04-24 Thread Pete Theisen
On Tuesday 24 April 2007 9:54 am, Leland F. Jackson, CPA wrote: Hi Leland! The engine I had (Cummins 14 Liter) would generally be ok at 8F if it wasn't shut off for too long. Minus 8, however, would make it choke. I would use additives all winter, though, because I never really knew where I

Re: [OT] Proud to be American!

2007-04-24 Thread Vince Teachout
Ed Leafe wrote: Well, not as much after watching my fellow countrymen: http://www.youtube.com/watch?v=HCkYfYa8ePI Reminds me a lot of the movie Idiocracy I'm sure he asked a lot of people, though, and only edited together the dumbest ones. I see the same 4 or 5 people over and over

Re: [OT] Proud to be American!

2007-04-24 Thread Michael Madigan
I think if you go to NY, you'll find a lot of people who voted for Hillary. --- Vince Teachout [EMAIL PROTECTED] wrote: Ed Leafe wrote: Well, not as much after watching my fellow countrymen: http://www.youtube.com/watch?v=HCkYfYa8ePI Reminds me a lot of the movie Idiocracy

RE: [OT] Proud to be American!

2007-04-24 Thread Bill Arnold
Well, not as much after watching my fellow countrymen: http://www.youtube.com/watch?v=HCkYfYa8ePI Reminds me a lot of the movie Idiocracy I'm sure he asked a lot of people, though, and only edited together the dumbest ones. I see the same 4 or 5 people over and over

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Leland F. Jackson, CPA
Stepping through code in Komodo seems to work in perl pretty well. The below excerpt is from Komodo help: #- Instead of running to the end of a program or to the next breakpoint, the debugger can also step through code one statement at a time. The following

RE: [OT] Proud to be American!

2007-04-24 Thread Hal Kaplan
= [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan =  = I think if you go to NY, you'll find a lot of people who = voted for Hillary. =  That could be how she got elected as one of New York's U.S. Senators. B+ HALinNY ___ Post Messages to:

RE: Still having problems with Remote desktop and Foxpro 2.5 forWindows

2007-04-24 Thread Hal Kaplan
FPW 2.5 is an amazing piece of code because Fox Software got no help at all from Microsoft. Consequently it is NOT 100% Windows compliant. There are definitely some areas (scroll bars and list boxes come to mind) that just will not behave as you might expect. HTH B+ HALinNY

Re: [NF] Electric Car redux

2007-04-24 Thread Chet Gardiner
Just a quick check brought up these 5 threads on electric cars and cars in the recent past: http://leafe.com/archives/showFullThd/345670 http://leafe.com/archives/showFullThd/340656 http://leafe.com/archives/showFullThd/310126 http://leafe.com/archives/showFullThd/253545

[NF] Getting jump started - techniques...

2007-04-24 Thread Whil Hentzen (Pro*)
...and in the time it took me to tab from the Subject line to the message body, I forgot what I was going to say. Ever have one of those days? What I _really_ wanted to ask was how you got started. You've been working on a project for a while, and then you put it aside for a while (you can

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread Hal Kaplan
= [mailto:[EMAIL PROTECTED] On Behalf Of Whil Hentzen (Pro*) =  = What do you guys do? =  = Whil =  Huh? B+ HALinNY ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this

[OT] JAY LENO... HITS THE NAIL ON THE HEAD

2007-04-24 Thread Kent Belan
JAY LENO... HITS THE NAIL ON THE HEAD The other day I was reading Newsweek magazine and came across some poll data I found rather hard to believe. It must be true given the source, right? The Newsweek poll alleges that 67 percent of Americans are unhappy with the direction the country is headed

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread Kenneth Kixmoeller/fh
On Apr 24, 2007, at 2:40 PM, Whil Hentzen (Pro*) wrote: What do you guys do? Waste time reading and responding to ProFox? Actually, it is true. Particularly in the old days when there was actually some Fox in here. Reading, thinking about, and even answering (on those rare occasions when

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread Whil Hentzen (Pro*)
Hal Kaplan wrote: = [mailto:[EMAIL PROTECTED] On Behalf Of Whil Hentzen (Pro*) = = What do you guys do? = = Whil = Huh? Lose your train of thought already? :) What do you do to get started on a project again, to regain that 'mental map' of a system you haven't worked with for a

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread David Crooks
On Tuesday, April 24, 2007 3:58 PM Whil Hentzen wrote: Lose your train of thought already? :) What do you do to get started on a project again, to regain that 'mental map' of a system you haven't worked with for a while, to begin working first thing in the morning without piddling around for 20

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread Virgil Bierschwale
That's what I'm doing a lot of today and I'm beginning to believe that I hate stepping through a program in remote desktop connection. Virgil Bierschwale Armstrong and Skipper Real Estate (830) 329-6774 Cell (830) 864-4799 Fax (830) 864-4726 Home http://www.bierschwale.com

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread Matthew Jarvis
Whil Hentzen (Pro*) wrote: Lose your train of thought already? :) What do you do to get started on a project again, to regain that 'mental map' of a system you haven't worked with for a while, to begin working first thing in the morning without piddling around for 20 minutes trying to

RE: [OT] JAY LENO... HITS THE NAIL ON THE HEAD

2007-04-24 Thread David Crooks
On Tuesday, April 24, 2007 3:53 PM Kent Belan wrote JAY LENO... HITS THE NAIL ON THE HEAD snipped False. http://www.snopes.com/politics/soapbox/jayleno.asp David L. Crooks ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread MB Software Solutions
Whil Hentzen (Pro*) wrote: What do you do to get started on a project again, to regain that 'mental map' of a system you haven't worked with for a while, to begin working first thing in the morning without piddling around for 20 minutes trying to remember where to start that sort of

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Kenneth Kixmoeller/fh
On Apr 24, 2007, at 2:02 PM, Leland F. Jackson, CPA wrote: Stepping through code in Komodo seems to work in perl pretty well. It says that it does, and it looks like it should, but it doesn't seem to in PHP. It just jumped all over the place

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Kenneth Kixmoeller/fh
On Apr 24, 2007, at 12:19 PM, Bill Arnold wrote: There are many PHP debugging techniques that can save you countless hours when coding. Thanks for the link, Bill. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [OT] Start using biodiesel

2007-04-24 Thread Jean Laeremans
On 4/24/07, Pete Theisen [EMAIL PROTECTED] wrote: because I never really knew where I was going or what was coming. Not much has changed since then i see A+ jml ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [OT] Start using biodiesel

2007-04-24 Thread Derek Kalweit
The engine I had (Cummins 14 Liter) would generally be ok at 8F if it wasn't shut off for too long. Minus 8, however, would make it choke. I would use additives all winter, though, because I never really knew where I was going or what was coming. Did you have glow plugs? The glow plugs in my

Re: [NF] Electric Car redux

2007-04-24 Thread Kenneth Kixmoeller/fh
On Apr 24, 2007, at 2:19 PM, Chet Gardiner wrote: Just a quick check brought up these 5 threads on electric cars and cars in the recent past: You are so good at rationalizing... ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whil Hentzen (Pro*) Sent: Tuesday, April 24, 2007 12:41 PM To: [EMAIL PROTECTED] Subject: [NF] Getting jump started - techniques... A writer friend of mine says that he never stops work at the end

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Leland F. Jackson, CPA
Did you see down at the bottom of my post about the Perl Development Kit? Regards, LelandJ Kenneth Kixmoeller/fh wrote: On Apr 24, 2007, at 2:02 PM, Leland F. Jackson, CPA wrote: Stepping through code in Komodo seems to work in perl pretty well. It says that it does, and it

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Kenneth Kixmoeller/fh
On Apr 24, 2007, at 5:03 PM, Leland F. Jackson, CPA wrote: Did you see down at the bottom of my post about the Perl Development Kit? Yes. Am I missing something about debugging PHP code? (Afternoon haze setting in...) ___ Post Messages to:

[OT] What People Say in Court

2007-04-24 Thread Jerry Wolper
From a little book called Disorder in the Court. They're things people actually said in court, word for word. http://www.scribd.com/doc/13408/What-People-say-in-Court ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: [OT] JAY LENO... HITS THE NAIL ON THE HEAD

2007-04-24 Thread Ed Leafe
On Apr 24, 2007, at 4:03 PM, David Crooks wrote: JAY LENO... HITS THE NAIL ON THE HEAD snipped False. http://www.snopes.com/politics/soapbox/jayleno.asp Duh. -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Post Messages to:

Re: [NF][PHP]Debugging in PHP

2007-04-24 Thread Leland F. Jackson, CPA
Well, I was trying to turn you on to perl with Komodo. g I figured you might even be interested in ActivePerl Pro Studio. I figured it wouldn't hurt to give perl a little plug as I scarcely ever hear it meson around the forum as a viable option.

Re: [OT] Start using biodiesel

2007-04-24 Thread Pete Theisen
On Tuesday 24 April 2007 4:19 pm, Derek Kalweit wrote: The engine I had (Cummins 14 Liter) would generally be ok at 8F if it wasn't shut off for too long. Minus 8, however, would make it choke. I would use additives all winter, though, because I never really knew where I was going or what

Job Posting on Guru.com

2007-04-24 Thread Vince Teachout
Just passing this on - I know nothing else about it except what you read below. I myself don't have vfp8, vista, or codemine From guru.com --- Profile ID: 790894 matches... Title: Visual Foxpro Application Modifications Project ID: 291932

VFP 9 Amazing jumping check boxes...

2007-04-24 Thread Richard Kaye
It's the end of the day and I think this form I'm working on is possessed. It's pretty simple. Nothing fancy. No page frames, grids, etc. Just some labels, text boxes, command buttons and check boxes. I positioned everything where I want it, save the form and run it. My carefully positioned

Re: [OT] Proud to be American!

2007-04-24 Thread Vince Teachout
Hal Kaplan wrote: = [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan = = I think if you go to NY, you'll find a lot of people who = voted for Hillary. = That could be how she got elected as one of New York's U.S. Senators. I don't follow. Are you from the country of Utah? --

RE: [OT] Proud to be American!

2007-04-24 Thread Michael Madigan
Yep, the state is filled with retards. --- Hal Kaplan [EMAIL PROTECTED] wrote: = [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan =  = I think if you go to NY, you'll find a lot of people who = voted for Hillary. =  That could be how she got elected as one of New York's U.S.

Re: [OT] JAY LENO... HITS THE NAIL ON THE HEAD

2007-04-24 Thread Michael Madigan
Oh please check snopes.com first. http://www.snopes.com/politics/soapbox/jayleno.asp --- Kent Belan [EMAIL PROTECTED] wrote: JAY LENO... HITS THE NAIL ON THE HEAD The other day I was reading Newsweek magazine and came across some poll data I found rather hard to believe. It must be true

RE: Still having problems with Remote desktop and Foxpro 2.5 forWindows

2007-04-24 Thread Michael Madigan
I suspect that's the problem, although I was hoping someone had a tweak, work-around, compatibility setting, or something to make it work. Or some sort of way to flush screen memory. --- Hal Kaplan [EMAIL PROTECTED] wrote: FPW 2.5 is an amazing piece of code because Fox Software got no help

Re: [NF] Electric Car redux

2007-04-24 Thread Michael Madigan
The list has decided that only computer-related, non-fox should appear in [NF]. Other technology, such as electric cars should appear in [OT]. --- Kenneth Kixmoeller/fh [EMAIL PROTECTED] wrote: On Apr 24, 2007, at 2:19 PM, Chet Gardiner wrote: Just a quick check brought up these 5

[NF] -- Suck-ups and Why CIOs Love Them

2007-04-24 Thread Bill Anderson
Interesting article... http://www.computerworld.com/action/article.do?command=viewArticleBasictaxonomyName=ManagementarticleId=288079taxonomyId=14intsrc=kc_li_story http://tinyurl.com/3c6mzf The magazine has a sidebar, called What's Wrong With Us?, with 20 flaws that hold people back. I can't

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread John Gunvaldson
What do you guys do? Whil I usually start by breaking something that previously worked fine - and would have been fine, if I didn't just browse it's code and decide that here is a good place to start... I just got back to fixing a bunch of gets and sets in a class. I introduced a nasty

[NF] -- Vista Leaves Some Out in Cold

2007-04-24 Thread Bill Anderson
With Vista, Microsoft revamped the Windows operating system's ability to natively lock out unapproved USB storage devices through some new policy items in its Group Policy. However, this capability requires a service that has quietly been denied to some customers by default—a casualty of

[OT] The VP was way too diplomatic

2007-04-24 Thread Robert Calco
http://tinyurl.com/36pb7o A week or so ago I was of the opinion that the Right Hon. Sen. Reid was, at worst, and empty suit---Pelosi's poodle---with not even a scary bark compared to Cruella herself. But peering a little more deeply into his beady little eyes as he has been uttering the

Re: [NF] -- Suck-ups and Why CIOs Love Them

2007-04-24 Thread Matthew Jarvis
Bill Anderson wrote: Interesting article... http://www.computerworld.com/action/article.do?command=viewArticleBasictaxonomyName=ManagementarticleId=288079taxonomyId=14intsrc=kc_li_story http://tinyurl.com/3c6mzf The magazine has a sidebar, called What's Wrong With Us?, with 20 flaws

[OT] Looking for hope in all the wrong places

2007-04-24 Thread Robert Calco
http://tinyurl.com/2484m4 Maybe we'll find intelligent life there. The supply on earth is obviously running low, for example: http://tinyurl.com/2ah438 Ah, humanity! - Bob ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

[ADMIN] Testing spam filter

2007-04-24 Thread Ed Leafe
Another tweak, this time to the ProFoxTech spam filter... -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of

[NF] Is Choice Always Good?

2007-04-24 Thread Ted Roche
An excellent essay on why the MS monoculture (One Microsoft Way) isn't always a bad thing: Microsoft offers the certainty of no choices. Choice isn't always good, and the open source community sometimes offers far too many ways to skin the same cat, choices that are born more out of pride, ego or

Re: Still having problems with Remote desktop and Foxpro 2.5 forWindows

2007-04-24 Thread Ted Roche
On 4/24/07, Michael Madigan [EMAIL PROTECTED] wrote: I suspect that's the problem, although I was hoping someone had a tweak, work-around, compatibility setting, or something to make it work. Or some sort of way to flush screen memory. Have you tried running the application, as-is, no

RE: [NF] -- Suck-ups and Why CIOs Love Them

2007-04-24 Thread Virgil Bierschwale
Boy, I totally disagree with this. All the suck ups I ever had dealings with were very ambitious and they were going to take whatever shortcut they could that would get them to the top, no matter who got hurt on their climb to the top. --- Perhaps he comes around to it later, but suck-ups

Re: [OT] Looking for hope in all the wrong places

2007-04-24 Thread Pete Theisen
On Tuesday 24 April 2007 7:51 pm, Robert Calco wrote: http://tinyurl.com/2484m4 Maybe we'll find intelligent life there. The supply on earth is obviously running low, for example: http://tinyurl.com/2ah438 Hi Bob! What an a55hole! If Reid is P-woman's poodle maybe this guy is her

Re: Still having problems with Remote desktop and Foxpro 2.5 forWindows

2007-04-24 Thread Michael Madigan
It's not an executeable, it's an app running under the foxpro 2.5 IDE. I don't have the developers edition. --- Ted Roche [EMAIL PROTECTED] wrote: On 4/24/07, Michael Madigan [EMAIL PROTECTED] wrote: I suspect that's the problem, although I was hoping someone had a tweak, work-around,

RE: Still having problems with Remote desktop and Foxpro 2.5 forWindows

2007-04-24 Thread Virgil Bierschwale
This is common because I had the same problem under citrix. There is a fix and it has nothing to do with remote desktop, but I can't remember the specifics. Seems like its something to do with the colors in the screen. Virgil Bierschwale Armstrong and Skipper Real Estate (830) 329-6774 Cell

[OT] anyone ever used Virgin?

2007-04-24 Thread Pete Theisen
Hi Everybody! I had to let my Verizon wireless phone service go when I closed my practice. Has anyone ever used Virgin? It looks like they are $20 every 90 days, which I could afford. I hardly ever called from my cell, or received a call, for that matter, I would not likely use up the

Re: [OT] anyone ever used Virgin?

2007-04-24 Thread Michael Madigan
There are those pre-paid phones too. --- Pete Theisen [EMAIL PROTECTED] wrote: Hi Everybody! I had to let my Verizon wireless phone service go when I closed my practice. Has anyone ever used Virgin? It looks like they are $20 every 90 days, which I could afford. I hardly ever called

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread Vince Teachout
I don't have a lot of problems figuring out where I was or what I was doing - usually reading the the code will do it, although it's hard to understand (or, sometimes find) older code. My real problem is actually making myself sit down and start SOMETHING, ANYTHING. And usually reviewing the

Re: [OT] Looking for hope in all the wrong places

2007-04-24 Thread Robert Calco
On Apr 24, 2007, at 9:47 PM, Pete Theisen wrote: On Tuesday 24 April 2007 7:51 pm, Robert Calco wrote: http://tinyurl.com/2484m4 Maybe we'll find intelligent life there. The supply on earth is obviously running low, for example: http://tinyurl.com/2ah438 Hi Bob! What an a55hole! If

Re: [NF] Getting jump started - techniques...

2007-04-24 Thread Whil Hentzen (Pro*)
Vince Teachout wrote: I don't have a lot of problems figuring out where I was or what I was doing - usually reading the the code will do it, although it's hard to understand (or, sometimes find) older code. My real problem is actually making myself sit down and start SOMETHING, ANYTHING.

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread john harvey
This is sick! I just spent about three hours writing a routine to do some data conversion, and I started it thinking, I'll just see if I can write something to create the table JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Whil Hentzen (Pro*)

[OT] This is classic

2007-04-24 Thread Robert Calco
http://tinyurl.com/2mzy2v - - - Ségolène Royal, the first woman with a chance of leading France, began re-shaping her campaign yesterday as she faced a runoff with the clear favourite in the presidential election, the rightwing former interior minister Nicolas Sarkozy. Ms Royal began the

Re: [OT] This is classic

2007-04-24 Thread Helio W.
Same old story. Here in Brazil with a bit of a twist: leftist union leader Lula won presidency by lying to public on both sides of the ideological spectrum. He betrayed even his dumb socialist supporters. On 4/25/07, Robert Calco [EMAIL PROTECTED] wrote: http://tinyurl.com/2mzy2v - - -

RE: [NF] Getting jump started - techniques...

2007-04-24 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vince Teachout Sent: Tuesday, April 24, 2007 8:15 PM To: [EMAIL PROTECTED] Subject: Re: [NF] Getting jump started - techniques... I don't have a lot of problems figuring out where I was or what I was

Re: [OT] This is classic

2007-04-24 Thread Michael Madigan
Dumb Socialist redundant. --- Helio W. [EMAIL PROTECTED] wrote: Same old story. Here in Brazil with a bit of a twist: leftist union leader Lula won presidency by lying to public on both sides of the ideological spectrum. He betrayed even his dumb socialist supporters. On 4/25/07,

Re: [OT] This is classic

2007-04-24 Thread Robert Calco
Good to hear from you Helio. How have you been lately? I've been buried in a new job. Were it not for the flu the last couple of days I might not have had time to catch up on politics and ProFox OT. It's helped me recover, frankly. ;-) - Bob On Apr 25, 2007, at 1:02 AM, Helio W. wrote: