Re: [NF] Green electric hardware

2007-08-04 Thread Chet Gardiner
Um, I didn't write that -- Pete did.

As for my solar, it's going to be on our home...yeah, we'll need the 
Kwatts.  The wonderful thing about decentralized Solar -- we own 
it...pay once, use for decades...

C


Matthew Jarvis wrote:
> Chet Gardiner wrote:
> 
>   
>>> Thanks for the link. Here in Sarasota Florida in the summer, when the unit 
>>> would be needed, they would really need AC. People didn't even live here in 
>>> any numbers until AC was available.
>>>
>>> Many homes do not have heat, but all have AC. I have gone many winters 
>>> without 
>>> turning on the heat, but to try the summer without AC, why, you use as much 
>>> electricity with all the fans you have running pointed right at you!
>>>
>>>   
>
>
> This thing is starting to sound more like a Bachelor Pad rather than a 
> "Survival House"... what's next - a Lay-Z-Boy and a leather couch??? I 
> know a lot of people with vacation retreats that aren't equipped nearly 
> as nicely as this...
>
> C'mon - in a survival mode you don't need no AC/Heat - that's what 
> blankets and bathtubs are for
>
> TV? Cable?  Haven't these people heard of this new invention called the 
> $5 AM Transistor radio??
>
> If they *really* wanted 'survival', they'd go w/ the propane options so 
> they *could* have refrigeration if needed, light, cooking skip all 
> that other crap
>
> Personally I've got some food, ammo, cash (and gold) buried someplace I 
> can get to if I *really* need it... and yes, I didn't forget a shovel... 
>   
>
>
> Matthew S. Jarvis
> IT Manager
> Bike Friday - "Performance that Packs."
> www.bikefriday.com
> 541/687-0487 x140
> [EMAIL PROTECTED]
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread richmondeagle
Helio W. wrote:
> You and what army? :-)

Ask the blokes at NYC. They already know.

===

Well, we have been invaded by an army of 12 million already.

Larry Miller

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread Bill Kressbach
OK, tomorrow's a  travel so maybe I'll be able to get back to it on Monday.

Thanks, Bill


> Bill Kressbach wrote:
>> Can't I just add move the procedures to the form, and set up the 
>> variables
>> in the init method of the form.  Copy everything into a class 
>> (Container?,
>> Collection?, FormSet?) and then drop it onto a page in the tabbed form? 
>> I
>> can then edit the class to make changes?
>>
> If you do that, then you couple them to the form and basically cut off
> the previous approach of using the PRG directly (without a form).
>
>
> -- 
> Michael J. Babcock, MCP
> MB Software Solutions, LLC
> http://mbsoftwaresolutions.com
> http://fabmate.com
> "Work smarter, not harder, with MBSS custom software solutions!"
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread MB Software Solutions
Bill Kressbach wrote:
> Can't I just add move the procedures to the form, and set up the variables
> in the init method of the form.  Copy everything into a class (Container?,
> Collection?, FormSet?) and then drop it onto a page in the tabbed form?  I
> can then edit the class to make changes?
>   
If you do that, then you couple them to the form and basically cut off 
the previous approach of using the PRG directly (without a form).


-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: VFP9 Form to tabbed form

2007-08-04 Thread Bill Arnold

> Can't I just add move the procedures to the form, and set up 
> the variables in the init method of the form.  Copy 
> everything into a class (Container?, Collection?, FormSet?) 
> and then drop it onto a page in the tabbed form?  I can then 
> edit the class to make changes?

In my case, I use a base container class to start with, then build
container classes on top of this 'base class' for each class that will
be instantiated on a form or tab page. I prefer to do all class
instantiations dynamically, so as to minimize the involvement the form
or tab page in the class design (except to take into account the
limitations they impose). Scaling/re-sizing is another factor.



Bill




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread William Sanders / EFG
Ye Gods, Dr. T -
You studied Chemistry and Organic Chemistry Once, yes? How bout a little
'forced Osmosis' to get the greasy 'quality' back to your vegetable
stuffs?

Since you miss the 'grease' so much - here's the best way to get it back..

1.  In yer frypan - cook 12 strips o bacon.  Drain the grease when it gets
below 200 degrees F into a heat-safe container.  Discard the bacon (or
give it to yer cat).  Let the grease cool down for 30 minutes.
2.  Place 4 eggplant 'steaks' into the Suction Machine, along with the
bacon grease. A cook might actually add salt and minced garlic.
3.  Turn on the Suction Machine.  Seal the package.
4.  Let the package sit for an hour.  Do Not Refrigerate.
5.  Open the package.
6.  Place the EggPlant "Steaks" into the GF grill.  Cook normally.

Suction Machine - http://www.sealameal.com/
Should you use it, it forces the bacon grease into every available cell of
the EggPlant "Steak"
GF = George Forman

No Reply Necessary, or needed, or required.  Try it my way, once, and
THEN, give me your feedback.
-- 
William Sanders


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread Bill Kressbach
Can't I just add move the procedures to the form, and set up the variables
in the init method of the form.  Copy everything into a class (Container?,
Collection?, FormSet?) and then drop it onto a page in the tabbed form?  I
can then edit the class to make changes?

Bill

> This is sort of reversed from the approach you want to take, as I start
> with tab pages and use this mechanic for pages I want to be able to
> "tear off" into separate forms during runtime. Sort of similar.
>
> Basically, I use a simple 'tab_container' class as the base for
> individual tab page classes (each page is a class that is sub-classed on
> tab_container, which provides dimensions, background color, etc). For
> those pages that I want to be able to "tear off" the pageframe into




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Jean Laeremans
On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> > The Normans weren't French!
> >
> 'La Normandie' alors!

http://en.wikipedia.org/wiki/Battle_of_Hastings

A+
jml


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Jean Laeremans
On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:

> >
> 'La Normandie' alors!
>

This one ?
http://www.beyondcruises.com/famous-oceanliners2.html

A+
jml


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Ricardo Aráoz
Paul Hill wrote:
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>> The blokes don't speak English, don't
>> play proper football (they mix with rugby, shake and voilà).
> 
> Speaking of which, I was in an Irish pub earlier (proper Irish, as in
> full of old Irish men drinking Guinness) and they were showing Gaelic
> football on the screen.  That's an odd game.  It's like rugby but
> played with a round ball.  There's a goal each end with a keeper and
> football sized net but the posts are really high, like in rugby.  You
> can score by kicking/throwing the ball into the net or kicking it
> above the goal like in rugby.
> Oh, and the players bounce the ball every so often, like in netball.
> 

I once saw the ancient 'calcio' game (football), I think in Florence.
About 100 people, everything goes (no rules, you can hit anyone anytime
anyway), really impressive.




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Ricardo Aráoz
Pete Theisen wrote:
> On Saturday 04 August 2007 12:35, Paul Hill wrote:
>> On 8/4/07, Michael Madigan <[EMAIL PROTECTED]> wrote:
>>> Yeah, nothing like a nice deep-fried eggplant.  My
>>> grandmother used to salt them, place them on paper
>>> towels to let them dehydrate, then dip them in egg,
>>> cover them in bread crumbs, and fry them in olive oil.
>>>  Mske sure the oil is hot so they don't get soggy.
>>>
>>> It doesn't get much better than that.
>> This is an international list so please use the English word for
>> eggplant: aubergine
> 
> Hi Paul!
> 
> Come to think of it, I thought all people ate in the UK was those little 
> snack 
> thingies that sit in a dish on the bar at the pub.
>> :-)

Naw! They eat a wonderful fast food... Fish'n Chips. Really good (for a
fast food).



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Ricardo Aráoz
Paul Hill wrote:
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
 This is an international list so please use the English word for
 eggplant: aubergine
>>> Hi Paul!
>>>
>>> Is that UK English for the cow or the bull eggplant?
 :-)
>> Hey Paul! We should've told you. The blokes don't speak English, don't
>> play proper football (they mix with rugby, shake and voilà).
>> BTW, 'aubergine' is French.
> 
> Hence the smiley :-)
> 
>> I guess you got it from your French
>> conquerors (Normans), rather than from your German ones (Saxons). ;cP
> 
> The Normans weren't French!
> 
'La Normandie' alors!


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
Helio W. wrote:
> You and what army? :-)

Ask the blokes at NYC. They already know.


> 
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>> Helio W. wrote:
>>> Hugo Chavez was democratically elected but it's clear he's an
>> authoritarian
>>> a**hole.
>>>
>> So is Bush. Let's invade USA and take THAT dictator down!
>>
>>
>>>
>>> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
 [EMAIL PROTECTED] wrote:
> Bob,
>
> I think the quote from the article adequately explains why the Ds love
 Chavez...
> "Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela,
 said Penn is lending support to a "totalitarian" leader who wants
>> increasing
 control of society".
> Cut from the same cloth... don't you think?
>
> Larry Miller
>
 Hey! Hugo is a DEMOCRATIC LEADER. He was elected in square and fair
 elections.
 But I forget. If you don't like their politics then they are either
 traitors or dictators or terrorists.


>>


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: VFP9 Form to tabbed form

2007-08-04 Thread Bill Arnold
Bill,

This is sort of reversed from the approach you want to take, as I start
with tab pages and use this mechanic for pages I want to be able to
"tear off" into separate forms during runtime. Sort of similar. 

Basically, I use a simple 'tab_container' class as the base for
individual tab page classes (each page is a class that is sub-classed on
tab_container, which provides dimensions, background color, etc). For
those pages that I want to be able to "tear off" the pageframe into
separate forms during runtime, I use a double-click method on the page's
background to launche a ("page_to_form") form for this purpose, passing
it the class name. Page_to_form then uses ADDOBJECT to add the class to
the form. 


Bill

 
> I have a stand-alone program which I would like add to a page 
> in a tabbed 
> form.  But I would still like to still be able to run the stand-alone 
> program separately and any changes made to it to trickle down 
> to the tabbed 
> version.  I assume that a class is needed.  While I have some 
> experience at 
> making some individual controls into classes I've never done 
> it with a whole 
> program.  How do I do it?
> 
> Bill
> 
> 
> 
> 
> 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Paul Hill
On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> The blokes don't speak English, don't
> play proper football (they mix with rugby, shake and voilà).

Speaking of which, I was in an Irish pub earlier (proper Irish, as in
full of old Irish men drinking Guinness) and they were showing Gaelic
football on the screen.  That's an odd game.  It's like rugby but
played with a round ball.  There's a goal each end with a keeper and
football sized net but the posts are really high, like in rugby.  You
can score by kicking/throwing the ball into the net or kicking it
above the goal like in rugby.
Oh, and the players bounce the ball every so often, like in netball.

-- 
Paul


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Paul Hill
On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> >> This is an international list so please use the English word for
> >> eggplant: aubergine
> >
> > Hi Paul!
> >
> > Is that UK English for the cow or the bull eggplant?
> >> :-)
> >
>
> Hey Paul! We should've told you. The blokes don't speak English, don't
> play proper football (they mix with rugby, shake and voilà).
> BTW, 'aubergine' is French.

Hence the smiley :-)

> I guess you got it from your French
> conquerors (Normans), rather than from your German ones (Saxons). ;cP

The Normans weren't French!

-- 
Paul


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [NF] Win 2K Networking Question

2007-08-04 Thread William Sanders / EFG
Hopefully someone has covered this for you already ?

If you want to handle subnets, to allow for different 'stuff' and
redirection, I strongly suggest you utilize 2 NICS in the W2K server.

One NIC goes directly to the router, and has it's own subnet via dhcp at
the router (or hardcode it, who cares?)

Another NIC goes to an ethernet concentrator , which serves the machines
locally to that location.

Then use an entirely different tcp/ip address range internally for those
clients, and instead of using dhcp at the W2K server, hardcode them.

There's a few issues with DNS and IP routing, but if you really really
really wanna put a w2K server inbetween the client workstations and the
router serving the internet stuff - that's the way i'd do it.

There's lots of reasons for NOT doing it that way -
but one of the reasons I like this setup?
You can deny loads of sites via the built in w2k AS proxy server component.

Be Good! [Bill]
-- 
William Sanders / efGroup {rmv the DOT BOB to reply}
Mondo Cool TeleCom -> http://www.efgroup.net/efgcog.html
Mondo Cool WebHosting -> http://www.efgroup.net/efglunar.html
Mondo Cool DSL -> http://www.efgroup.net/shopfordsl.html
VFP Webhosting? You BET! -> http://efgroup.net/vfpwebhosting
Failing dotNet Project? -> http://www.dotnetconversions.com



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Michael Madigan
He's going to show Bush his pee pee and Bush is going
to die laughing.


--- "Helio W." <[EMAIL PROTECTED]> wrote:

> You and what army? :-)
> 
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> >
> > Helio W. wrote:
> > > Hugo Chavez was democratically elected but it's
> clear he's an
> > authoritarian
> > > a**hole.
> > >
> >
> > So is Bush. Let's invade USA and take THAT
> dictator down!
> >
> >
> > >
> > >
> > > On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]>
> wrote:
> > >> [EMAIL PROTECTED] wrote:
> > >>> Bob,
> > >>>
> > >>> I think the quote from the article adequately
> explains why the Ds love
> > >> Chavez...
> > >>> "Cuban-born actress Maria Conchita Alonso, who
> grew up in Venezuela,
> > >> said Penn is lending support to a
> "totalitarian" leader who wants
> > increasing
> > >> control of society".
> > >>> Cut from the same cloth... don't you think?
> > >>>
> > >>> Larry Miller
> > >>>
> > >> Hey! Hugo is a DEMOCRATIC LEADER. He was
> elected in square and fair
> > >> elections.
> > >> But I forget. If you don't like their politics
> then they are either
> > >> traitors or dictators or terrorists.
> > >>
> > >>
> >
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Ricardo Aráoz
Pete Theisen wrote:
> On Saturday 04 August 2007 12:35, Paul Hill wrote:
>> On 8/4/07, Michael Madigan <[EMAIL PROTECTED]> wrote:
>>> Yeah, nothing like a nice deep-fried eggplant.  My
>>> grandmother used to salt them, place them on paper
>>> towels to let them dehydrate, then dip them in egg,
>>> cover them in bread crumbs, and fry them in olive oil.
>>>  Mske sure the oil is hot so they don't get soggy.
>>>
>>> It doesn't get much better than that.
>> This is an international list so please use the English word for
>> eggplant: aubergine
> 
> Hi Paul!
> 
> Is that UK English for the cow or the bull eggplant?
>> :-)
> 

Hey Paul! We should've told you. The blokes don't speak English, don't
play proper football (they mix with rugby, shake and voilà).
BTW, 'aubergine' is French. I guess you got it from your French
conquerors (Normans), rather than from your German ones (Saxons). ;cP




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Helio W.
You and what army? :-)

On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>
> Helio W. wrote:
> > Hugo Chavez was democratically elected but it's clear he's an
> authoritarian
> > a**hole.
> >
>
> So is Bush. Let's invade USA and take THAT dictator down!
>
>
> >
> >
> > On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] wrote:
> >>> Bob,
> >>>
> >>> I think the quote from the article adequately explains why the Ds love
> >> Chavez...
> >>> "Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela,
> >> said Penn is lending support to a "totalitarian" leader who wants
> increasing
> >> control of society".
> >>> Cut from the same cloth... don't you think?
> >>>
> >>> Larry Miller
> >>>
> >> Hey! Hugo is a DEMOCRATIC LEADER. He was elected in square and fair
> >> elections.
> >> But I forget. If you don't like their politics then they are either
> >> traitors or dictators or terrorists.
> >>
> >>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Pete Theisen
On Saturday 04 August 2007 12:35, Paul Hill wrote:
> On 8/4/07, Michael Madigan <[EMAIL PROTECTED]> wrote:
> > Yeah, nothing like a nice deep-fried eggplant.  My
> > grandmother used to salt them, place them on paper
> > towels to let them dehydrate, then dip them in egg,
> > cover them in bread crumbs, and fry them in olive oil.
> >  Mske sure the oil is hot so they don't get soggy.
> >
> > It doesn't get much better than that.
>
> This is an international list so please use the English word for
> eggplant: aubergine

Hi Paul!

Come to think of it, I thought all people ate in the UK was those little snack 
thingies that sit in a dish on the bar at the pub.
>
> :-)
-- 
Regards,

Pete
http://www.pete-theisen.com/


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
Helio W. wrote:
> Hugo Chavez was democratically elected but it's clear he's an authoritarian
> a**hole.
> 

So is Bush. Let's invade USA and take THAT dictator down!


> 
> 
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> Bob,
>>>
>>> I think the quote from the article adequately explains why the Ds love
>> Chavez...
>>> "Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela,
>> said Penn is lending support to a "totalitarian" leader who wants increasing
>> control of society".
>>> Cut from the same cloth... don't you think?
>>>
>>> Larry Miller
>>>
>> Hey! Hugo is a DEMOCRATIC LEADER. He was elected in square and fair
>> elections.
>> But I forget. If you don't like their politics then they are either
>> traitors or dictators or terrorists.
>>
>>


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Pete Theisen
On Saturday 04 August 2007 12:35, Paul Hill wrote:
> On 8/4/07, Michael Madigan <[EMAIL PROTECTED]> wrote:
> > Yeah, nothing like a nice deep-fried eggplant.  My
> > grandmother used to salt them, place them on paper
> > towels to let them dehydrate, then dip them in egg,
> > cover them in bread crumbs, and fry them in olive oil.
> >  Mske sure the oil is hot so they don't get soggy.
> >
> > It doesn't get much better than that.
>
> This is an international list so please use the English word for
> eggplant: aubergine

Hi Paul!

Is that UK English for the cow or the bull eggplant?
>
> :-)

-- 
Regards,

Pete
http://www.pete-theisen.com/


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Small Holocaust in Health Insurance

2007-08-04 Thread Pete Theisen
On Saturday 04 August 2007 12:19, Michael Madigan wrote:
> I think when you investigate that most of the dying is
> done by illegal Mexicans, not Americans.

Hi Michael!

Not around here. The county gives first in line preference to illegals.
-- 
Regards,

Pete
http://www.pete-theisen.com/


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Paul Hill
On 8/4/07, Michael Madigan <[EMAIL PROTECTED]> wrote:
> Yeah, nothing like a nice deep-fried eggplant.  My
> grandmother used to salt them, place them on paper
> towels to let them dehydrate, then dip them in egg,
> cover them in bread crumbs, and fry them in olive oil.
>  Mske sure the oil is hot so they don't get soggy.
>
> It doesn't get much better than that.

This is an international list so please use the English word for
eggplant: aubergine

:-)

-- 
Paul


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Michael Madigan
It's not clear to Sean Penn, who is in love with the
guy.



--- "Helio W." <[EMAIL PROTECTED]> wrote:

> Hugo Chavez was democratically elected but it's
> clear he's an authoritarian
> a**hole.
> 
> 
> 
> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> >
> > [EMAIL PROTECTED] wrote:
> > > Bob,
> > >
> > > I think the quote from the article adequately
> explains why the Ds love
> > Chavez...
> > >
> > > "Cuban-born actress Maria Conchita Alonso, who
> grew up in Venezuela,
> > said Penn is lending support to a "totalitarian"
> leader who wants increasing
> > control of society".
> > >
> > > Cut from the same cloth... don't you think?
> > >
> > > Larry Miller
> > >
> >
> > Hey! Hugo is a DEMOCRATIC LEADER. He was elected
> in square and fair
> > elections.
> > But I forget. If you don't like their politics
> then they are either
> > traitors or dictators or terrorists.
> >
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Small Holocaust in Health Insurance

2007-08-04 Thread Michael Madigan
I think when you investigate that most of the dying is
done by illegal Mexicans, not Americans.



--- Pete Theisen <[EMAIL PROTECTED]> wrote:

> Hi Everybody!
> 
> It is three clicks in, but that is the only way to
> read it for free.
> 
>
http://www.newamerica.net/programs/health_policy/covering_everyone
> 
> The Institute of Medicine (IOM), after three years
> of committee meetings and 
> six volumes of published literature syntheses and
> interpretations, concluded 
> that 18,000–20,000 Americans—both children and
> adults—die each year because 
> of lack of health insurance, since this lack
> prevents them from getting the 
> timely and efficacious care the insured routinely
> get.
> -- 
> Regards,
> 
> Pete
> http://www.pete-theisen.com/
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [OT] Single straight guy cooking

2007-08-04 Thread Stephen the Cook
Pete Theisen <> wrote:
> On Friday 03 August 2007 21:53, Michael Madigan wrote:
>> I use the George Forman Grill for everything
> 
> Hi Michael!
> 
> You must have one of the larger ones. I had to take the second
> smallest size back to get the absolute smallest size to fit a limited
> place I have for it.  
> 
> This little one will be all right for thin food, but I can't see it
> for corn on the cob. Maybe corn on the cob slices . . . 

If Microwave then
With corn
.PeelBackHusk
.removeSilk
.rinseretainWater
.pushHusksBackInPlace
.WrapInParchmentOrPlasticWrap
End with

5 min in microwave. 

End if 


Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Small Holocaust in Health Insurance

2007-08-04 Thread Pete Theisen
Hi Everybody!

It is three clicks in, but that is the only way to read it for free.

http://www.newamerica.net/programs/health_policy/covering_everyone

The Institute of Medicine (IOM), after three years of committee meetings and 
six volumes of published literature syntheses and interpretations, concluded 
that 18,000–20,000 Americans—both children and adults—die each year because 
of lack of health insurance, since this lack prevents them from getting the 
timely and efficacious care the insured routinely get.
-- 
Regards,

Pete
http://www.pete-theisen.com/


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [OT] Single straight guy cooking

2007-08-04 Thread Stephen the Cook
Pete Theisen <> wrote:
> On Friday 03 August 2007 18:19, [EMAIL PROTECTED] wrote:
>> I can't figure out if he name the grill after himself or after one of
>> his sons.
> 
> Hi Larry!
> 
> Just guess at it. You have six chances to be correct.

Did you know that they pitched it to Hulk Hogan first.  He turned them down
so the went to others and George said yes.

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [OT] Single straight guy cooking

2007-08-04 Thread Stephen the Cook
Kristyne McDaniel <> wrote:
> Pete,
> 
> Our George Foreman grill works very well. The grease drips into a
> little tray and it is easy to clean up. I like it a lot. 

Get a pizza dough cut into half or quarters depending on the size of your
grill.  Form it to a rectangle and let it rise for a half an hour.  Put it
into the GF grill and bake it there.  Take it out, put in sliced sausage,
onion and peppers.  Cook them.  Take them out, cut the bread in half, and
invert.  Put the filling inside, brush with olive oil and toast the crust.
Some people will slice the top and bottom off because it's to much crust for
them.  

I could probably do an entire cookbook for the college student using the GF
grill.   

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Eggplant "Steaks"

2007-08-04 Thread Michael Madigan
Yeah, nothing like a nice deep-fried eggplant.  My
grandmother used to salt them, place them on paper
towels to let them dehydrate, then dip them in egg,
cover them in bread crumbs, and fry them in olive oil.
 Mske sure the oil is hot so they don't get soggy.

It doesn't get much better than that.

You can do it with zucchini too, but it's not as good.


--- Pete Theisen <[EMAIL PROTECTED]> wrote:

> Hi Everybody!
> 
> I used to cut thick "steaks" off of an eggplant, oil
> them, dip them in corn 
> meal and fry them in the splattery skillet. This
> morning I tried them in the 
> Foreman Grill.
> 
> They cook nicely, with no smoke and somewhat faster
> than on the pan. I miss 
> the oil, oil saturation, actually. Junkie quitting
> the bad stuff.
> -- 
> Regards,
> 
> Pete
> http://www.pete-theisen.com/
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Helio W.
Hugo Chavez was democratically elected but it's clear he's an authoritarian
a**hole.



On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > Bob,
> >
> > I think the quote from the article adequately explains why the Ds love
> Chavez...
> >
> > "Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela,
> said Penn is lending support to a "totalitarian" leader who wants increasing
> control of society".
> >
> > Cut from the same cloth... don't you think?
> >
> > Larry Miller
> >
>
> Hey! Hugo is a DEMOCRATIC LEADER. He was elected in square and fair
> elections.
> But I forget. If you don't like their politics then they are either
> traitors or dictators or terrorists.
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [NF] Nothing is Trivial!

2007-08-04 Thread Michael Madigan
Never give it away, they won't respect you in the
morning. LOL



--- Stephen the Cook <[EMAIL PROTECTED]>
wrote:

> David Boatright <> wrote:
> > Mike Wohlrab
> >> To add another phrase that many use to computer
> gurus is "You're good
> >> with computers right?"
> > 
> >  I fixed computers , created a website, designed
> flyers and buisness
> > cards for this woman I worked with, all for free. 
> No this person
> > also had a second job cleaning apartments so I
> asked her one day if
> > she would come around and clean mine. She said
> sure no problem it
> > will cost you $80, she got offended when I said I
> wanted her to do it
> > for free. 
> 
> So the sex was in a state of barter?  
> 
> Bad Steve!
> 
> 
> Stephen Russell
> DBA / .Net Developer
> 
> Memphis TN 38115
> 901.246-0159
> 
> "A good way to judge people is by observing how they
> treat those who
> can do them absolutely no good." ---Unknown
> 
> http://spaces.msn.com/members/srussell/
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition. 
> Version: 7.5.476 / Virus Database: 269.11.4/935 -
> Release Date: 8/3/2007
> 5:46 PM
>  
> 
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [OT] Unbreakable

2007-08-04 Thread Michael Madigan
You mean between the guy's ears?



--- Stephen the Cook <[EMAIL PROTECTED]>
wrote:

> Ed Leafe <> wrote:
> > Anyone see the movie with Bruce Willis and Samuel
> L. Jackson about a
> > guy who could survive anything? Watch this video
> for a real-world
> > equivalent.  
> > 
> > http://www.youtube.com/watch?v=KBvCrSjpx9I
> > 
> > I still don't believe it!
> 
> Damn!  That was some big air.
> 
> 
> Stephen Russell
> DBA / .Net Developer
> 
> Memphis TN 38115
> 901.246-0159
> 
> "A good way to judge people is by observing how they
> treat those who
> can do them absolutely no good." ---Unknown
> 
> http://spaces.msn.com/members/srussell/
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition. 
> Version: 7.5.476 / Virus Database: 269.11.4/935 -
> Release Date: 8/3/2007
> 5:46 PM
>  
> 
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
Michael Madigan wrote:
> But he saved the country from Communists.  
> 

Fine, just change the order. First kill yourself, then we'll see about
the communists.

(BTW I see you capitalize the word 'communists', that's a noticeable
show of respect for them. Maybe you are a 'closet commie'?)


> God Bless Him
> 
> 
> 
> --- Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> 
>> Michael Madigan wrote:
>>> We had Joe McCarthy to combat these scum in the
>> 50s. 
>>> Where's today's Joe McCarthy?
>>>
>> Took a good look at his life and killed himself. You
>> should follow his
>> steps if you admire him so.
>>
>>
>>> Too many drugs, along with being the son of a
>> criminal
>>> Communist, has made Sean a mess.
>>>
>>>
>>>
>>> --- Robert Calco <[EMAIL PROTECTED]> wrote:
>>>
 http://tinyurl.com/ypsaqc

 - - -

 Stalin enjoyed their ilk back in the day. These
>> days
 the pleasure is  
 all Hugo's.

 Penn and the Hollywood elite flocking to this
>> thug's
 side should all  
 be charged with treason, because Hugo Chavez is a
 sworn enemy of this  
 country, not merely a political opponent of the
 President. (However  
 blurred the distinction between the two may be,
 thanks to current Dem  
 leadership.) He has treaties in place with sworn
 enemies like Iran  
 and North Korea.

 Boy are we in for a fun time when the party of
>> the
 jackass takes all  
 three branches again. We saw yesterday just how
 brazenly the Dems are  
 willing to steal votes in the Congress. I always
 believed their  
 ridiculous ranting and raving over Republican
 strong-arming was a  
 form of projection, but I never imagined how much
 worse even they  
 could be than the caricatures they painted of
 Republicans.

 Buy gold now, while you still have a wallet.

 - Bob




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Eggplant "Steaks"

2007-08-04 Thread Pete Theisen
Hi Everybody!

I used to cut thick "steaks" off of an eggplant, oil them, dip them in corn 
meal and fry them in the splattery skillet. This morning I tried them in the 
Foreman Grill.

They cook nicely, with no smoke and somewhat faster than on the pan. I miss 
the oil, oil saturation, actually. Junkie quitting the bad stuff.
-- 
Regards,

Pete
http://www.pete-theisen.com/


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [OT] Unbreakable

2007-08-04 Thread Stephen the Cook
Ed Leafe <> wrote:
>   Anyone see the movie with Bruce Willis and Samuel L. Jackson about a
> guy who could survive anything? Watch this video for a real-world
> equivalent.  
> 
> http://www.youtube.com/watch?v=KBvCrSjpx9I
> 
>   I still don't believe it!

Damn!  That was some big air.


Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [NF] Nothing is Trivial!

2007-08-04 Thread Stephen the Cook
David Boatright <> wrote:
> Mike Wohlrab
>> To add another phrase that many use to computer gurus is "You're good
>> with computers right?"
> 
>  I fixed computers , created a website, designed flyers and buisness
> cards for this woman I worked with, all for free.  No this person
> also had a second job cleaning apartments so I asked her one day if
> she would come around and clean mine. She said sure no problem it
> will cost you $80, she got offended when I said I wanted her to do it
> for free. 

So the sex was in a state of barter?  

Bad Steve!


Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: [NF] Nothing is Trivial!

2007-08-04 Thread Stephen the Cook
mrgmhale <> wrote:
>> "You're good with
>> computers right?"
> 
> No, actually I suck and know less than most idiots about computers. 
> I just happen to get real lucky, and folks like you are desperate
> enough to pay me to find that out ...  
 
I'm better with kids, so I'll help you find a smart kid.  

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

"A good way to judge people is by observing how they treat those who
can do them absolutely no good." ---Unknown

http://spaces.msn.com/members/srussell/

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Michael Madigan
But he saved the country from Communists.  

God Bless Him



--- Ricardo Aráoz <[EMAIL PROTECTED]> wrote:

> Michael Madigan wrote:
> > We had Joe McCarthy to combat these scum in the
> 50s. 
> > Where's today's Joe McCarthy?
> > 
> 
> Took a good look at his life and killed himself. You
> should follow his
> steps if you admire him so.
> 
> 
> > Too many drugs, along with being the son of a
> criminal
> > Communist, has made Sean a mess.
> > 
> > 
> > 
> > --- Robert Calco <[EMAIL PROTECTED]> wrote:
> > 
> >> http://tinyurl.com/ypsaqc
> >>
> >> - - -
> >>
> >> Stalin enjoyed their ilk back in the day. These
> days
> >> the pleasure is  
> >> all Hugo's.
> >>
> >> Penn and the Hollywood elite flocking to this
> thug's
> >> side should all  
> >> be charged with treason, because Hugo Chavez is a
> >> sworn enemy of this  
> >> country, not merely a political opponent of the
> >> President. (However  
> >> blurred the distinction between the two may be,
> >> thanks to current Dem  
> >> leadership.) He has treaties in place with sworn
> >> enemies like Iran  
> >> and North Korea.
> >>
> >> Boy are we in for a fun time when the party of
> the
> >> jackass takes all  
> >> three branches again. We saw yesterday just how
> >> brazenly the Dems are  
> >> willing to steal votes in the Congress. I always
> >> believed their  
> >> ridiculous ranting and raving over Republican
> >> strong-arming was a  
> >> form of projection, but I never imagined how much
> >> worse even they  
> >> could be than the caricatures they painted of
> >> Republicans.
> >>
> >> Buy gold now, while you still have a wallet.
> >>
> >> - Bob
> >>
> >>
> >>
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
Michael Madigan wrote:
> We had Joe McCarthy to combat these scum in the 50s. 
> Where's today's Joe McCarthy?
> 

Took a good look at his life and killed himself. You should follow his
steps if you admire him so.


> Too many drugs, along with being the son of a criminal
> Communist, has made Sean a mess.
> 
> 
> 
> --- Robert Calco <[EMAIL PROTECTED]> wrote:
> 
>> http://tinyurl.com/ypsaqc
>>
>> - - -
>>
>> Stalin enjoyed their ilk back in the day. These days
>> the pleasure is  
>> all Hugo's.
>>
>> Penn and the Hollywood elite flocking to this thug's
>> side should all  
>> be charged with treason, because Hugo Chavez is a
>> sworn enemy of this  
>> country, not merely a political opponent of the
>> President. (However  
>> blurred the distinction between the two may be,
>> thanks to current Dem  
>> leadership.) He has treaties in place with sworn
>> enemies like Iran  
>> and North Korea.
>>
>> Boy are we in for a fun time when the party of the
>> jackass takes all  
>> three branches again. We saw yesterday just how
>> brazenly the Dems are  
>> willing to steal votes in the Congress. I always
>> believed their  
>> ridiculous ranting and raving over Republican
>> strong-arming was a  
>> form of projection, but I never imagined how much
>> worse even they  
>> could be than the caricatures they painted of
>> Republicans.
>>
>> Buy gold now, while you still have a wallet.
>>
>> - Bob
>>
>>
>>


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
[EMAIL PROTECTED] wrote:
> Bob,
> 
> I think the quote from the article adequately explains why the Ds love 
> Chavez...
> 
> "Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela, said 
> Penn is lending support to a "totalitarian" leader who wants increasing 
> control of society".
> 
> Cut from the same cloth... don't you think?
> 
> Larry Miller
> 

Hey! Hugo is a DEMOCRATIC LEADER. He was elected in square and fair
elections.
But I forget. If you don't like their politics then they are either
traitors or dictators or terrorists.


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread MB Software Solutions
Bill Kressbach wrote:
> It's a prg file which sets up variables and contains procedures.  It then 
> calls the main form which contains a grid and a few controls.  There is also 
> one sub-form that is called from time to time.
>
> Bill
>   

So if I understand you right, the variables declared in the PRG are 
referenced in the form, and you want the form to be able to call the 
procedures/functions in the PRG.

My advice:
 - call/instantiate your form in your PRG
 - you should be able to reference those procedures/functions from 
anywhere in your form then as they're still in the public/global scope 
at that point
 - make sure to take advantage of passing OBJECTS so that you 
encapsulate the functionality and not too tightly couple your forms to 
the generic procedures/functionsiow, don't reference the forms 
explicitly in your generic procedures/functions but rather call them 
from the form using a THIS reference.


**Main.prg
public oUtils, oApp, oGodShesNude
do form MyForm
return && end of regular program

procedure SomeProcedureInMyMainPRG(toObj as Object)
  ** you can pass the form reference to your generic subroutines
endproc

* -- end of prg 

** MyForm.pageframe1.page1.cmdDoSomething.Click
SomeProcedureInMyMainPRG(thisform)


Does that make sense to you?

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Ricardo Aráoz
Helio W. wrote:
> I learned the following phrase here in this list:
> 
> "The Pot Calling The Kettle Black"
> 

Specially when you look at the Banana company hiring Colombian
terrorists (as defined by the Dept. of state) for Iraq, and the govt.
turning a blind eye.

> 
> On 8/4/07, Robert Calco <[EMAIL PROTECTED]> wrote:
>> http://tinyurl.com/ypsaqc
>>
>> - - -
>>
>> Stalin enjoyed their ilk back in the day. These days the pleasure is
>> all Hugo's.
>>
>> Penn and the Hollywood elite flocking to this thug's side should all
>> be charged with treason, because Hugo Chavez is a sworn enemy of this
>> country, not merely a political opponent of the President. (However
>> blurred the distinction between the two may be, thanks to current Dem
>> leadership.) He has treaties in place with sworn enemies like Iran
>> and North Korea.
>>
>> Boy are we in for a fun time when the party of the jackass takes all
>> three branches again. We saw yesterday just how brazenly the Dems are
>> willing to steal votes in the Congress. I always believed their
>> ridiculous ranting and raving over Republican strong-arming was a
>> form of projection, but I never imagined how much worse even they
>> could be than the caricatures they painted of Republicans.
>>
>> Buy gold now, while you still have a wallet.
>>
>> - Bob
>>
>>


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Minneapolis bridge is falling down, falling down

2007-08-04 Thread Ricardo Aráoz
Helio W. wrote:
> An argentinean engineer involved in the Minneapolis bridge case?
> 

Nope, it's just old Mikey not taking his pills. I go along with his
folly, poor old fart.

> On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>> Michael Madigan wrote:
>>> Minneapolis spent all their bridge money on clean
>>> needle exchange instead.
>>>
>>> Additionally, the Argentinian Engineer (oxymoron) gave
>>> it a clean bill of health.
>>>
>> So he got payed! Stop whining! He won't give you the money back. hahaha
>> The Iraqis killed no one today, they said US engineers had already done
>> their job for the day.
>>
>>>
>>> --- Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>>>
 Things are a bit quiet around here lately, sooo.

 Hey Mikey!
  Do you think Dubya's gonna spend some doe in
 repairing some of those
 100 thou bridges? Or will he keep on throwing it
 into the war industry?





___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Michael Madigan
To go along with, "Hi GI Joe, love you long time!"



--- "Helio W." <[EMAIL PROTECTED]> wrote:

> I learned the following phrase here in this list:
> 
> "The Pot Calling The Kettle Black"
> 
> 
> On 8/4/07, Robert Calco <[EMAIL PROTECTED]> wrote:
> >
> > http://tinyurl.com/ypsaqc
> >
> > - - -
> >
> > Stalin enjoyed their ilk back in the day. These
> days the pleasure is
> > all Hugo's.
> >
> > Penn and the Hollywood elite flocking to this
> thug's side should all
> > be charged with treason, because Hugo Chavez is a
> sworn enemy of this
> > country, not merely a political opponent of the
> President. (However
> > blurred the distinction between the two may be,
> thanks to current Dem
> > leadership.) He has treaties in place with sworn
> enemies like Iran
> > and North Korea.
> >
> > Boy are we in for a fun time when the party of the
> jackass takes all
> > three branches again. We saw yesterday just how
> brazenly the Dems are
> > willing to steal votes in the Congress. I always
> believed their
> > ridiculous ranting and raving over Republican
> strong-arming was a
> > form of projection, but I never imagined how much
> worse even they
> > could be than the caricatures they painted of
> Republicans.
> >
> > Buy gold now, while you still have a wallet.
> >
> > - Bob
> >
> >
> >
> >
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Michael Madigan
We had Joe McCarthy to combat these scum in the 50s. 
Where's today's Joe McCarthy?

Too many drugs, along with being the son of a criminal
Communist, has made Sean a mess.



--- Robert Calco <[EMAIL PROTECTED]> wrote:

> http://tinyurl.com/ypsaqc
> 
> - - -
> 
> Stalin enjoyed their ilk back in the day. These days
> the pleasure is  
> all Hugo's.
> 
> Penn and the Hollywood elite flocking to this thug's
> side should all  
> be charged with treason, because Hugo Chavez is a
> sworn enemy of this  
> country, not merely a political opponent of the
> President. (However  
> blurred the distinction between the two may be,
> thanks to current Dem  
> leadership.) He has treaties in place with sworn
> enemies like Iran  
> and North Korea.
> 
> Boy are we in for a fun time when the party of the
> jackass takes all  
> three branches again. We saw yesterday just how
> brazenly the Dems are  
> willing to steal votes in the Congress. I always
> believed their  
> ridiculous ranting and raving over Republican
> strong-arming was a  
> form of projection, but I never imagined how much
> worse even they  
> could be than the caricatures they painted of
> Republicans.
> 
> Buy gold now, while you still have a wallet.
> 
> - Bob
> 
> 
> 
> 
> ___
> Post Messages to: ProFox@leafe.com
> Subscription Maintenance:
> http://leafe.com/mailman/listinfo/profox
> OT-free version of this list:
> http://leafe.com/mailman/listinfo/profoxtech
> Searchable Archive:
> http://leafe.com/archives/search/profox
> This message:
>
http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
> ** All postings, unless explicitly stated otherwise,
> are the opinions of the author, and do not
> constitute legal or medical advice. This statement
> is added to the messages for those lawyers who are
> too stupid to see the obvious.
> 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread Bill Kressbach
It's a prg file which sets up variables and contains procedures.  It then 
calls the main form which contains a grid and a few controls.  There is also 
one sub-form that is called from time to time.

Bill

> Is it one big procedure or do you have a main part calling several
> subroutines?




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] I've been away for awhile ...

2007-08-04 Thread Pete Theisen
On Friday 03 August 2007 15:37, Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote:
> ... have I missed anything important?

Hi Stephen!

Dunno, consider June:

Top 20 Non-OT Threads by Total Number of Posts
--
|   Posts   Subject                                                  |
--
  1.  107   [NF} FoxPro and .NET better than Linux?
  2.   47   [NF] The Top 10 Dead or Dying Computer Skills
  3.   37   Bidding for jobs based upon the number of tables involved
  4.   36   [NF] Is anyone else here getting dumber like me?
  5.   25   Automation with Word 2007
  6.   23   [NF] I just bought 3 computers, all with XP for fear of Vista
  7.   21   [NF] Graphic editing/ creation software
  8.   20   black hole in the cloud
  9.   20   [NF] Security Software
 10.   19   sql server - undelete???
 11.   19   [NF] Jobs jabs Windows
 12.   18   Guineu ???
 13.   17   [NF] iPhone So Good!
 14.   16   MySQL ODBC
 15.   16   [NF] Windows 2000 Professional under some open source 
virtualmachine.
 16.   15   [NF] How to screw the American computer programmer
 17.   15   Serial Communication
 18.   14   [NF] Toner waste
 19.   14   [NF] Unblocking an attachment in Outlook
 20.   14   [NF] Apple Introduces Safari for Windows


Top 20 OT Threads by Total Number of Posts
--
|   Posts   Subject                                                  |
--
  1.   67   [OT] Tokyo Rose
  2.   55   [OT] Why the democrats failed
  3.   52   [OT] Richardson/Lieberman ticket
  4.   42   [OT] New Poll:  The Cause of the war in Iraq
  5.   40   [OT] Hamas and Fatah and those like them
  6.   21   [OT]Teen Found Dead
  7.   19   [OT] Tesla Roadster Price Increase
  8.   14   [OT] You RAM is a document?
  9.    9   [OT] Federal Withholding % for independents
 10.    9   [OT] Crazy Person Vs Moral Pillar Of Society
 11.    8   [OT] Political Hiring in Justice Division Probed
 12.    7   [OT] Check out the voice on this guy
 13.    7   [OT] Flag Day Commentary
 14.    7   [OT] election financing
 15.    6   [OT] They Call This a Consensus?
 16.    6   [OT] VIDEO: Popular Mechanics drives the 2008 clean diesel Jetta
 17.    5   [OT] Fined for using veg oil
 18.    5   [OT] China, U.S. to step up anti-piracy work
 19.    5   [OT] Hipe or truth?
 20.    5   [OT] High price for a load of hot air


Top 20 Threads by Total Number of Posts
--
|   Posts   Subject                                                  |
--
  1.  107   [NF} FoxPro and .NET better than Linux?
  2.   67   [OT] Tokyo Rose
  3.   55   [OT] Why the democrats failed
  4.   52   [OT] Richardson/Lieberman ticket
  5.   47   [NF] The Top 10 Dead or Dying Computer Skills
  6.   42   [OT] New Poll:  The Cause of the war in Iraq
  7.   40   [OT] Hamas and Fatah and those like them
  8.   37   Bidding for jobs based upon the number of tables involved
  9.   36   [NF] Is anyone else here getting dumber like me?
 10.   25   Automation with Word 2007
 11.   23   [NF] I just bought 3 computers, all with XP for fear of Vista
 12.   21   [NF] Graphic editing/ creation software
 13.   21   [OT]Teen Found Dead
 14.   20   black hole in the cloud
 15.   20   [NF] Security Software
 16.   19   sql server - undelete???
 17.   19   [NF] Jobs jabs Windows
 18.   19   [OT] Tesla Roadster Price Increase
 19.   18   Guineu ???
 20.   17   [NF] iPhone So Good!

Or July:

Top 20 Non-OT Threads by Total Number of Posts
--
|   Posts   Subject                                                  |
--
  1.   63   [NF] For those who hate the iPhone
  2.   35   [NF] Consulting saga continued or Why Be Normal?
  3.   31   [NF] Laptop Batter Life
  4.   30   Slow load of runtimes
  5.   29   [NF] New processors present problems, payoff
  6.   25   [NF] Farewell, sweet laptop, time for a new connection...
  7.   24   Child form problem
  8.   22   If dabo did the web would it look like this?
  9.   21   Trapping system date change.
 10.   21   Strip non-ASCII characters
 11.   20   Write ahead cache problems
 12.   19   [NF] Advice on Windows Small Business Server 2003 R2
 13.   19   [NF] Dabo - 1 
 14.   18   [NF] Lazar in the news with WGA messup
 15.   18   [NF] Battery woes
 16.   18   Network problems
 17.   18   [NF] Fax machines
 18.   17   Object engineering #2
 19.   17   Specifying schema when accessing PostgreSQL from VFP
 20.   17   [NF] Can anyone recommend an event log emailer?


Top 20 OT Threads by Total Number of Posts
--
|   Po

Re: VFP9 Form to tabbed form

2007-08-04 Thread Kevin Cully
I just sent an email, but I guess I should have asked what is in this
external program?  Is it just functions and procedures, or is it visual
classes and controls?

-Kevin
CULLY Technologies, LLC

Sponsor of FoxForward 2007
foxforward.net


Bill Kressbach wrote:
> So I create a new container and then copy and paste all the controls onto 
> it?
> 
> Bill
> 
> 
>> The way I have this working is to make the page as a container and either
>> add it to a form or to a tab.
>> Allen
>>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>> On
>> Behalf Of Bill Kressbach
>>
>> I have a stand-alone program which I would like add to a page in a tabbed
>> form.  But I would still like to still be able to run the stand-alone
>> program separately and any changes made to it to trickle down to the 
>> tabbed
>> version.  I assume that a class is needed.  While I have some experience 
>> at
>> making some individual controls into classes I've never done it with a 
>> whole
>> program.  How do I do it?
>>
>> Bill
>>
>> No virus found in this outgoing message.
>> Checked by AVG Free Edition.
>> Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 03/08/2007
>> 17:46
>>
>>
>>
>>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread Kevin Cully
Hello Bill,

I'm not sure what kind of stuff you have in that stand alone program but
I'm going to assume that is just a list of functions.

Yes, you can make this work.  Your form with tabs should be thought of
as just the graphical part, where it takes care of calling into your
stand alone program and then displaying the results.  Editing, deleting,
etc.

Create a new project with a new PRG that is the main program for the
project.  In that PRG do a SET PROCEDURE TO <>.  This will give the rest of the application access to those
functions.

Your program then can DO FORM <>.  The LOAD and INIT
can take care of the initial fetching and display of the information.

-Kevin
CULLY Technologies, LLC

Sponsor of FoxForward 2007
foxforward.net


Bill Kressbach wrote:
> I have a stand-alone program which I would like add to a page in a tabbed 
> form.  But I would still like to still be able to run the stand-alone 
> program separately and any changes made to it to trickle down to the tabbed 
> version.  I assume that a class is needed.  While I have some experience at 
> making some individual controls into classes I've never done it with a whole 
> program.  How do I do it?
> 
> Bill
> 
> 
> 
> 
> 
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread MB Software Solutions
Bill Kressbach wrote:
> I have a stand-alone program which I would like add to a page in a tabbed 
> form.  But I would still like to still be able to run the stand-alone 
> program separately and any changes made to it to trickle down to the tabbed 
> version.  I assume that a class is needed.  While I have some experience at 
> making some individual controls into classes I've never done it with a whole 
> program.  How do I do it?
>   

Is it one big procedure or do you have a main part calling several 
subroutines?

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread richmondeagle
Bob,

I think the quote from the article adequately explains why the Ds love Chavez...

"Cuban-born actress Maria Conchita Alonso, who grew up in Venezuela, said Penn 
is lending support to a "totalitarian" leader who wants increasing control of 
society".

Cut from the same cloth... don't you think?

Larry Miller

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Helio W.
I learned the following phrase here in this list:

"The Pot Calling The Kettle Black"


On 8/4/07, Robert Calco <[EMAIL PROTECTED]> wrote:
>
> http://tinyurl.com/ypsaqc
>
> - - -
>
> Stalin enjoyed their ilk back in the day. These days the pleasure is
> all Hugo's.
>
> Penn and the Hollywood elite flocking to this thug's side should all
> be charged with treason, because Hugo Chavez is a sworn enemy of this
> country, not merely a political opponent of the President. (However
> blurred the distinction between the two may be, thanks to current Dem
> leadership.) He has treaties in place with sworn enemies like Iran
> and North Korea.
>
> Boy are we in for a fun time when the party of the jackass takes all
> three branches again. We saw yesterday just how brazenly the Dems are
> willing to steal votes in the Congress. I always believed their
> ridiculous ranting and raving over Republican strong-arming was a
> form of projection, but I never imagined how much worse even they
> could be than the caricatures they painted of Republicans.
>
> Buy gold now, while you still have a wallet.
>
> - Bob
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: VFP9 Form to tabbed form

2007-08-04 Thread Bill Kressbach
So I create a new container and then copy and paste all the controls onto 
it?

Bill


> The way I have this working is to make the page as a container and either
> add it to a form or to a tab.
> Allen
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> On
> Behalf Of Bill Kressbach
>
> I have a stand-alone program which I would like add to a page in a tabbed
> form.  But I would still like to still be able to run the stand-alone
> program separately and any changes made to it to trickle down to the 
> tabbed
> version.  I assume that a class is needed.  While I have some experience 
> at
> making some individual controls into classes I've never done it with a 
> whole
> program.  How do I do it?
>
> Bill
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 03/08/2007
> 17:46
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] Minneapolis bridge is falling down, falling down

2007-08-04 Thread Helio W.
An argentinean engineer involved in the Minneapolis bridge case?

On 8/4/07, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
>
> Michael Madigan wrote:
> > Minneapolis spent all their bridge money on clean
> > needle exchange instead.
> >
> > Additionally, the Argentinian Engineer (oxymoron) gave
> > it a clean bill of health.
> >
>
> So he got payed! Stop whining! He won't give you the money back. hahaha
> The Iraqis killed no one today, they said US engineers had already done
> their job for the day.
>
> >
> >
> > --- Ricardo Aráoz <[EMAIL PROTECTED]> wrote:
> >
> >> Things are a bit quiet around here lately, sooo.
> >>
> >> Hey Mikey!
> >>  Do you think Dubya's gonna spend some doe in
> >> repairing some of those
> >> 100 thou bridges? Or will he keep on throwing it
> >> into the war industry?
> >>
> >>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: VFP9 Form to tabbed form

2007-08-04 Thread Allen
The way I have this working is to make the page as a container and either
add it to a form or to a tab.
Allen 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bill Kressbach

I have a stand-alone program which I would like add to a page in a tabbed
form.  But I would still like to still be able to run the stand-alone
program separately and any changes made to it to trickle down to the tabbed
version.  I assume that a class is needed.  While I have some experience at
making some individual controls into classes I've never done it with a whole
program.  How do I do it?

Bill

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 03/08/2007
17:46
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


VFP9 Form to tabbed form

2007-08-04 Thread Bill Kressbach
I have a stand-alone program which I would like add to a page in a tabbed 
form.  But I would still like to still be able to run the stand-alone 
program separately and any changes made to it to trickle down to the tabbed 
version.  I assume that a class is needed.  While I have some experience at 
making some individual controls into classes I've never done it with a whole 
program.  How do I do it?

Bill





___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Sean Penn, and other Useful Idiots

2007-08-04 Thread Robert Calco
http://tinyurl.com/ypsaqc

- - -

Stalin enjoyed their ilk back in the day. These days the pleasure is  
all Hugo's.

Penn and the Hollywood elite flocking to this thug's side should all  
be charged with treason, because Hugo Chavez is a sworn enemy of this  
country, not merely a political opponent of the President. (However  
blurred the distinction between the two may be, thanks to current Dem  
leadership.) He has treaties in place with sworn enemies like Iran  
and North Korea.

Boy are we in for a fun time when the party of the jackass takes all  
three branches again. We saw yesterday just how brazenly the Dems are  
willing to steal votes in the Congress. I always believed their  
ridiculous ranting and raving over Republican strong-arming was a  
form of projection, but I never imagined how much worse even they  
could be than the caricatures they painted of Republicans.

Buy gold now, while you still have a wallet.

- Bob




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] I've been away for awhile ...

2007-08-04 Thread Vince Teachout
Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote:
> ... have I missed anything important?
>   

You're a funny man.



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: [OT] I've been away for awhile ...

2007-08-04 Thread Ed Leafe
On Aug 3, 2007, at 4:37 PM, Wolfe, Stephen S YA-02 6 MDSS/SGSI wrote:

> ... have I missed anything important?

You mean except for the announcement that Microsoft was dropping  
support for .Net to focus on VFP 10?

-- 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 this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] I've been away for awhile ...

2007-08-04 Thread Wolfe, Stephen S YA-02 6 MDSS/SGSI
... have I missed anything important?



v/r
 

//SIGNED//

Stephen S. Wolfe, YA2, DAF
6th MDG Data Services Manager
6th MDG Information System Security Officer
Comm (813) 827-9994  DSN 651-9994



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[OT] Unbreakable

2007-08-04 Thread Ed Leafe
Anyone see the movie with Bruce Willis and Samuel L. Jackson about a  
guy who could survive anything? Watch this video for a real-world  
equivalent.

http://www.youtube.com/watch?v=KBvCrSjpx9I

I still don't believe it!

-- 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 this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.