[OT] Ning socail network

2008-07-23 Thread Gérard Lochon
Hello guys. I need to create a ning-based site (containing some important data), but i don't know if security issues are important. Have anyone of you some experience about ning development ? Gérard. Analysé par G DATA AVK Version : AVK 18.4615 de 24.07.2008 Informations sur les

RE: [NF] What would cause a machine to stop responding to a ping?

2008-07-23 Thread Dave Crozier
Joe, Funnily enough I had a similar problem myself with a small network only last week. I had updated the 4 switches from 10Mb to 100Mb and the system had worked no problem for a week - until a power cut. Then when all the PC's booted, 2 of them couldn't see other PC's on the network by PC name. B

Re: Can I programattically set method code?

2008-07-23 Thread Vince Teachout
Rick Schummer wrote: > Ed's suggestion for BindEvents would be a runtime solution. > > Are you trying to add code to the Click method at design time? (I could read > your question either > way ) > > If so: > > lcMethodCode = 'Messagebox("hi")' > oButton.WriteMethod("Click", lcMethodCode) > Perf

RE: Can I programattically set method code?

2008-07-23 Thread Rick Schummer
Ed's suggestion for BindEvents would be a runtime solution. Are you trying to add code to the Click method at design time? (I could read your question either way ) If so: lcMethodCode = 'Messagebox("hi")' oButton.WriteMethod("Click", lcMethodCode) Rick White Light Computing, Inc. www.whitelig

RE: Could you do this in FoxPro?

2008-07-23 Thread John Harvey
Looks awful hokey to me, but then again, I don't play games. I do data. JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Wednesday, July 23, 2008 9:10 PM To: ProFox Mailing List Subject: Could you do this in FoxPro? Somehow I thi

Could you do this in FoxPro?

2008-07-23 Thread Ed Leafe
Somehow I think that even the most die-hard Fox fans will admit that this is pretty effin' amazing stuff: http://www.readwriteweb.com/archives/playcrafter_the_game_creator.php ( -or- http://twurl.nl/b7xqsm ) -- Ed Leafe ___ Post Messages

RE: [NF] Competition for John Harvey?

2008-07-23 Thread John Harvey
Nah, their data is stale, mine is "Real Time"! JH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Wednesday, July 23, 2008 9:02 PM To: ProFox Mailing List Subject: [NF] Competition for John Harvey? http://news.cnet.com/8301-17939_109-99973

[NF] Competition for John Harvey?

2008-07-23 Thread Ed Leafe
http://news.cnet.com/8301-17939_109-9997361-2.html?part=rss&tag=feed&subj=Webware ( -or- http://twurl.nl/bagzxp ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Perhaps it's a sign of an economy on the brink: I'm getting pitches for sites about crime. This week I heard f

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Pete Theisen
Vince Teachout wrote: > David Crooks wrote: >> I was wondering what happed with hotel theft. Seems the trial has been >> reset to September 8, 2008. I guess until then he gets to play golf in >> FL... >> > > > I don't care, just PLEASE PLEASE PLEASE > Pleasepleasepleasepleasepleasepleaseple

RE: [NF] What would cause a machine to stop responding to a ping?

2008-07-23 Thread Joe Yoder
I am the sysadmin. The rest of the machines on the network could ping each other. Just the one machine wouldn't reply even though it could ping other machines. I took a break and thought things through. I have pretty well convinced myself that the switch itself was causing the problem. I pla

RE: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread John Harvey
You can make the changes by using the new User Preferences page at https://kiosk.memphispolice.org/cyberwatch/cwlogin.htm Your password is KAYD7699 Thanks, John Harvey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: Wednesday, July 23, 2

RE: [NF] What would cause a machine to stop responding to a ping?

2008-07-23 Thread Lew
Isn't the ability to process pings established on a network - wide basis? iow, if your sysadmin turned them off, your machine just wouldn't 'hear' them. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Harvey Sent: Wednesday, July 23, 2008 4:51 PM To

Re: Can I programattically set method code?

2008-07-23 Thread Ed Leafe
On Jul 23, 2008, at 6:19 PM, Vince Teachout wrote: > My question is, can I do something similar, with code, in say, the > ClicK() method? > > ie, something like: oButton.Click = 'Messagebox("hi")' (which, > obviously doesn't work, neither does obutton::click = > 'Messagebox("hi")' > > Anyway

Can I programattically set method code?

2008-07-23 Thread Vince Teachout
Is this possible? In Development mode, I hover my mouse over a button on a form, then without moving the mouse, type oButton = Sys(1270) in the command window and hit enter. This creates an object pointer to the button, and I can then do something like oButton.Caption = "Wow!", causing the the

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ed Leafe
On Jul 23, 2008, at 4:15 PM, MB Software Solutions General Account wrote: > I don't think I explained myself correctly given your answer. My > thought was that if they want something like MySQL 3.23 for its > speed if > tons faster, ok, but other than that, what would Drizzle have that > MySQ

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Paul Hill
On Wed, Jul 23, 2008 at 7:45 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: >https://launchpad.net/drizzle > >This is a project designed to strip MySQL down to its basic > functions: no stored procedures, triggers, views, prepared statements, > etc. Simply a way to store and query data qui

RE: SQL Passthru and long commands

2008-07-23 Thread Mike yearwood
Well, if you think it's necessary :) TEXT TO m.lcSQL TEXTMERGE NOSHOW SELECT ; 0 as nSelected, ; m.ptCutOff AS dCutDate, ; members.uid, ; members.mkey, ; members.surname ; FROM ; members ENDTEXT loRegex=CREATEOBJECT('vbscript.regexp') m.lo

Re: A genuine VFP9 SP1 question - related to hot keys

2008-07-23 Thread Paul McNett
KAM wrote: > I have an application over 20 years old. It has been maintained from fpd and > now into vfp9 SP2. Recently we have had several > clients tell us that they are forced to use the alt key for button hot keys > where in previous versions they did not need to use the > alt key. Also, they

RE: SQL Passthru and long commands

2008-07-23 Thread Tracy Pearson
Wouldn't you want to be on the safe side and check for tabs and spaces after the semi-colon before the CR and LF? -Original Message- From: Mike yearwood Sent: Wednesday, July 23, 2008 5:06 PM Hey Garrett Fitzgerald Remember you were using regex to clean up SQL commands? TEXT TO m.lcSQL

RE: A genuine VFP9 SP1 question - related to hot keys

2008-07-23 Thread Tracy Pearson
If the current control is a button, check box, or option box, the Alt+key combination isn't required, from what I've seen. I always like using the Alt+Key combination myself. Some vague recollection of the keyboard enter key has a different code than the keyboard enter key; tells me there might be

Re: A genuine VFP9 SP1 question - related to hot keys

2008-07-23 Thread MB Software Solutions General Account
KAM wrote: > I have an application over 20 years old. THat's awesome! A great Fox story!! Sorry I can't help with the other part of your question, though. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/lis

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread MB Software Solutions General Account
Ed Leafe wrote: > On Jul 23, 2008, at 3:36 PM, MB Software Solutions General Account > wrote: > >> Rightand for the purposes you mentioned (cloud, etc.) it should be >> perfect. My question is that the stuff introduced in MySQL5 (Stored >> procs, triggers, etc.), did that *really* make it l

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ed Leafe
On Jul 23, 2008, at 3:36 PM, MB Software Solutions General Account wrote: > Rightand for the purposes you mentioned (cloud, etc.) it should be > perfect. My question is that the stuff introduced in MySQL5 (Stored > procs, triggers, etc.), did that *really* make it less attractive > (speed-w

Re: SQL Passthru and long commands

2008-07-23 Thread Mike yearwood
Hey Garrett Fitzgerald Remember you were using regex to clean up SQL commands? TEXT TO m.lcSQL TEXTMERGE NOSHOW SELECT ; 0 as nSelected, ; m.ptCutOff AS dCutDate, ; members.uid, ; members.mkey, ; members.surname ; FROM ; members ENDTEXT loRegex=CREAT

A genuine VFP9 SP1 question - related to hot keys

2008-07-23 Thread KAM
I have an application over 20 years old. It has been maintained from fpd and now into vfp9 SP2. Recently we have had several clients tell us that they are forced to use the alt key for button hot keys where in previous versions they did not need to use the alt key. Also, they say some screens wor

RE: [NF] What would cause a machine to stop responding to a ping?

2008-07-23 Thread John Harvey
I believe they call it a firewall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Yoder Sent: Wednesday, July 23, 2008 3:37 PM To: profox@leafe.com Subject: [NF] What would cause a machine to stop responding to a ping? I have been working on a mac

Re: VFP9- SQL with UNION

2008-07-23 Thread Ted Roche
On Wed, Jul 23, 2008 at 2:32 AM, Sytze de Boer <[EMAIL PROTECTED]> wrote: > Folk, I'm stuck > > I'm trying to extract data from 3 seperate tables as follows > Select date,stockcode,stktype,invnum,SUM(qty) ,sell,desc, "H" as SRCE From > winhst Where stktype=333 UNION ; > Select date,stockcode,stkty

[NF] What would cause a machine to stop responding to a ping?

2008-07-23 Thread Joe Yoder
I have been working on a machine with a new installation of XP Pro. This afternoon it stopped responding to pings from other machines on the LAN connected to the same switch. It can ping other machines just fine. It seems to access data from the server and browse the Internet without a proble

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread MB Software Solutions General Account
Ed Leafe wrote: > On Jul 23, 2008, at 3:25 PM, MB Software Solutions General Account > wrote: > >> So this sounds like an earlier version (pre-5) of MySQL, right? > > > MySQL was always supposed to be lean and mean. The direction after > version 4 took it more in the realm of PostgreSQ

Re: VFP9- SQL with UNION

2008-07-23 Thread Garrett Fitzgerald
I thought of that, but they aren't dup records: he's adding the SRCE column so the data in each query is different. On Wed, Jul 23, 2008 at 03:21, Dave Crozier <[EMAIL PROTECTED]> wrote: > Use "Union all" not union. The union on its own removes duplicate records. > > -Original Message- > F

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ed Leafe
On Jul 23, 2008, at 3:25 PM, MB Software Solutions General Account wrote: > So this sounds like an earlier version (pre-5) of MySQL, right? MySQL was always supposed to be lean and mean. The direction after version 4 took it more in the realm of PostgreSQL, Oracle, Microsoft SQL Se

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread MB Software Solutions General Account
Ed Leafe wrote: > https://launchpad.net/drizzle > > This is a project designed to strip MySQL down to its basic > functions: no stored procedures, triggers, views, prepared statements, > etc. Simply a way to store and query data quickly and efficiently. So this sounds like an earl

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ed Leafe
On Jul 23, 2008, at 2:36 PM, Ted Roche wrote: > Ed, where do you see this fitting in the spectrum of SQLite, > PostgreSQL, Oracle, etc? In between SQLite and Postgres. It is a true server, unlike SQLite, but it doesn't have all the DBA-type features. IOW, small and lightweight; a swee

Re: [OT] Fat Slobs struggle to put food on the table. LMAO

2008-07-23 Thread James Roark
Adam Buckland wrote: > Teach them how to fish and they'll spend all day in a boat drinking > beer... > > > Give a man fire and he will keep warm for a while... Set him on fire and he will be warm for the rest of his life. /Diskworld/ This email message is for the sole use of the intended reci

RE: [OT] Fat Slobs struggle to put food on the table. LMAO

2008-07-23 Thread Adam Buckland
Teach them how to fish and they'll spend all day in a boat drinking beer... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: 21 July 2008 05:51 To: ProFox Email List Subject: RE: [OT] Fat Slobs struggle to put food on the table. LMA

Re: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ted Roche
On Wed, Jul 23, 2008 at 2:45 PM, Ed Leafe <[EMAIL PROTECTED]> wrote: > >This is a project designed to strip MySQL down to its basic > functions: no stored procedures, triggers, views, prepared statements, > etc. Simply a way to store and query data quickly and efficiently. > Hmm. Interesti

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Vince Teachout
MB Software Solutions General Account wrote: > Vince Teachout wrote: > > >> Pleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleaseplease >> >> > > > Now be honestyou cut/pasted rather than typed all of that out.

RE: [NF] Drizzle, a fork of MySQL

2008-07-23 Thread Gil Hale
Excellent find! Thanks for sharing the info. Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ed Leafe > Sent: Wednesday, July 23, 2008 2:46 PM > To: [EMAIL PROTECTED] > Subject: [NF] Drizzle, a fork of MySQL > > > https://launchpad.net/drizz

[NF] Drizzle, a fork of MySQL

2008-07-23 Thread Ed Leafe
https://launchpad.net/drizzle This is a project designed to strip MySQL down to its basic functions: no stored procedures, triggers, views, prepared statements, etc. Simply a way to store and query data quickly and efficiently. While Drizzle itself will be GPL2, the cl

RE: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread David Crooks
On Wednesday, July 23, 2008 1:47 PM Vince Teachout wrote: >I don't care, just PLEASE PLEASE PLEASE >Pleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleas epleasepleasepleasepleasepleasepleasepl>easepleasepleaseplease >don't let the trial be televised! Tell us how you really fee

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread MB Software Solutions General Account
Vince Teachout wrote: > Pleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleaseplease > Now be honestyou cut/pasted rather than typed all of that out. ___ Post Messages t

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Leland F. Jackson, CPA
David Crooks wrote: > On Wednesday, July 23, 2008 12:55 PM Michael wrote: > > >> Michael Oke, II wrote: >> >>> OJ was found to be liable in the civil trial which is not the same as >>> > > >>> being found guilty. >>> > > >> Very truethanks for the correction! >>

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Vince Teachout
David Crooks wrote: > I was wondering what happed with hotel theft. Seems the trial has been > reset to September 8, 2008. I guess until then he gets to play golf in > FL... > I don't care, just PLEASE PLEASE PLEASE Pleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleasepleaseple

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Pete Theisen wrote: > Leland F. Jackson, CPA wrote: > > > I know people who worship money, power, sex, alcohol, golf and all other > manner of material things to the point the material things, over which > they obsess, becomes their God, but I try not to wonder to far >

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Michael Oke, II
But don't my pointing out that distinction to mean that I don't think that he's guilty of killing those two people because that simply isn't the case. ::michael MB Software Solutions General Account wrote: > Michael Oke, II wrote: >> OJ was found to be liable in the civil trial which is not the

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Pete Theisen
Leland F. Jackson, CPA wrote: I know people who worship money, power, sex, alcohol, golf and all other manner of material things to the point the material things, over which they obsess, becomes their God, but I try not to wonder to far >>> You will have to stay in purgatory unti

RE: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread David Crooks
On Wednesday, July 23, 2008 12:55 PM Michael wrote: >Michael Oke, II wrote: >> OJ was found to be liable in the civil trial which is not the same as >> being found guilty. >Very truethanks for the correction! >From wikipedia.org: "In 1997, a default judgment against Simpson was awarded for

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Vince Teachout
Michael Madigan wrote: > It can be revealed now that Vince is the real Bat Boy! > > http://thegrandnarrative.files.wordpress.com/2007/11/bat-boy.jpg It's a shame you chose to reveal that. Now I have to kill you. ___ Post Messages to: ProFox@leafe.com

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread MB Software Solutions General Account
Michael Oke, II wrote: > OJ was found to be liable in the civil trial which is not the same as > being found guilty. Very truethanks for the correction! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/lis

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Leland F. Jackson, CPA wrote: > Pete Theisen wrote: > >> Leland F. Jackson, CPA wrote: >> >> >>> I know people who worship money, power, sex, alcohol, golf and all other >>> manner of material things to the point the material things, over which >>> they obsess, becomes their God, but I

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Pete Theisen wrote: > Leland F. Jackson, CPA wrote: > >> I know people who worship money, power, sex, alcohol, golf and all other >> manner of material things to the point the material things, over which >> they obsess, becomes their God, but I try not to wonder to far >> > > Hi Leland! >

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Stephen Russell
On Wed, Jul 23, 2008 at 11:27 AM, Pete Theisen <[EMAIL PROTECTED]> wrote: > Stephen Russell wrote: >> On Wed, Jul 23, 2008 at 8:18 AM, Leland F. Jackson, CPA >> <[EMAIL PROTECTED]> wrote: >>> I know people who worship money, power, sex, alcohol, golf and all other >>> manner of material things to t

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Michael Oke, II
OJ was found to be liable in the civil trial which is not the same as being found guilty. ::michael MB Software Solutions General Account wrote: > It is absolutely a travesty of justice that O.J. Simpson was acquitted. > But then again, I guess that's what makes this country great---you're >

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Pete Theisen
Stephen Russell wrote: > On Wed, Jul 23, 2008 at 8:18 AM, Leland F. Jackson, CPA > <[EMAIL PROTECTED]> wrote: >> I know people who worship money, power, sex, alcohol, golf and all other >> manner of material things to the point the material things, over which >> they obsess, becomes their God, but

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Pete Theisen
Leland F. Jackson, CPA wrote: > I know people who worship money, power, sex, alcohol, golf and all other > manner of material things to the point the material things, over which > they obsess, becomes their God, but I try not to wonder to far Hi Leland! You will have to stay in purgatory until

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread MB Software Solutions General Account
Michael Madigan wrote: > "2001, the Enquirer uncovered that the Rev. Jesse Jackson had an illegitimate > child. Salacious details of the Bill Clinton-Monica Lewinsky affair were > first made public by the Enquirer. The Enquirer was regarded by some as > having the best media coverage of the O.J.

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Michael Madigan
It can be revealed now that Vince is the real Bat Boy! http://thegrandnarrative.files.wordpress.com/2007/11/bat-boy.jpg Right Wing Mike http://www.cafepress.com Bigfoot Hates Obama http://www.cafepress.com/rightwingmike/5

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Michael Madigan
"2001, the Enquirer uncovered that the Rev. Jesse Jackson had an illegitimate child. Salacious details of the Bill Clinton-Monica Lewinsky affair were first made public by the Enquirer. The Enquirer was regarded by some as having the best media coverage of the O.J. Simpson murder trial. For exam

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Michael Madigan
That would be the Weekly World News. Besides, Edwards probably is a space alien. Like Spock, he has no emotions. He can continue with a campaign and bang a campaign worker even though his wife is dying. That takes a special kind of person.

RE: Entering field in the first character position

2008-07-23 Thread Gil Hale
> IF THIS.SelectOnEntry == .T. > THIS.SetFocus() > ENDIF That is how I do it. Works well. Gil > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Charlie Coleman > Sent: Wednesday, July 23, 2008 10:38 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: Is there an official repository for documented glitches in VFP

2008-07-23 Thread MB Software Solutions General Account
Brian Abbott wrote: > You can post on http://fox.wikis.com if you're _sure_it's a bug (just do > a search there on buglist). It's a waste of time posting anything with > MS - there won't be any more bugfixes. > VFP9SP2 was it, most likely. Yes, I know Rick said that M$ was interested in corr

Re: Is there an official repository for documented glitches in VFP

2008-07-23 Thread Brian Abbott
Joe Yoder wrote: > example to be clear. I guess I got "Advice for a greenhorn" but I'd > still like to know - Is there an official place for bug demo code? You can post on http://fox.wikis.com if you're _sure_it's a bug (just do a search there on buglist). It's a waste of time posting anythi

RE: Is there an official repository for documented glitches in VFP

2008-07-23 Thread Dave Crozier
Joe, Its worth looking at a free service Jing: http://www.jingproject.com/ Open an account and you can post video recordings of your application (all done via the Jing interface), files etc and then post the link for us to look at. It's totally free but you are limited to the amount of disk spa

Re: Is there an official repository for documented glitches in VFP

2008-07-23 Thread Joe Yoder
That was my workaround. Suppose I want a user to select a part of a string I am showing? I debated whether or not to give an example as I was afraid the answers I would get would be for the example rather than the question. I gave the example to be clear. I guess I got "Advice for a greenh

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread James Roark
I especially enjoyed the ones about aliens... Jim Michael Madigan wrote: > The National Enquirer has actually broken many real stories in the last 10 > years. > > This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. An

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Stephen Russell wrote: > On Wed, Jul 23, 2008 at 8:18 AM, Leland F. Jackson, CPA > <[EMAIL PROTECTED]> wrote: > >> I know people who worship money, power, sex, alcohol, golf and all other >> manner of material things to the point the material things, over which >> they obsess, becomes their God,

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Stephen Russell wrote: > On Wed, Jul 23, 2008 at 8:18 AM, Leland F. Jackson, CPA > <[EMAIL PROTECTED]> wrote: > >> I know people who worship money, power, sex, alcohol, golf and all other >> manner of material things to the point the material things, over which >> they obsess, becomes their God,

Re: Entering field in the first character position

2008-07-23 Thread Charlie Coleman
If I recall correctly, I think you can do a "THIS.setfocus()" in the "GotFocus" event. I'm pretty sure that will cause the whole thing to be highlighted the first time a user clicks on it. I also can't remember if this causes some oddities if the control is not set to highlight the whole thing

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Stephen Russell
On Wed, Jul 23, 2008 at 8:18 AM, Leland F. Jackson, CPA <[EMAIL PROTECTED]> wrote: > I know people who worship money, power, sex, alcohol, golf and all other > manner of material things to the point the material things, over which > they obsess, becomes their God, but I try not to wonder to far fro

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
I know people who worship money, power, sex, alcohol, golf and all other manner of material things to the point the material things, over which they obsess, becomes their God, but I try not to wonder to far from the one true God; although, I have period of weakness where material things can bec

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Vince Teachout
Vince Teachout wrote: > The only REAL Newspaper in the world folded last year - The Weekly World > News. I have a copy of the last issue. My all time favorite issue was > the one that had both a two-headed bigfoot, and a mermaid. And I *KNOW* > it's real, because they had pictures of *REAL* s

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Vince Teachout
Stephen Russell wrote: > On Tue, Jul 22, 2008 at 10:56 PM, Michael Madigan <[EMAIL PROTECTED]> wrote: > >> The National Enquirer has actually broken many real stories in the last 10 >> years. >> >> >> > > Bigfoot! El

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Leland F. Jackson, CPA
Ricardo Araoz wrote: > Leland F. Jackson, CPA wrote: > >> Ed Leafe wrote: >> >>> On Jul 22, 2008, at 8:08 PM, Leland F. Jackson, CPA wrote: >>> >>> >>> If you believe in ET, why not God? See ya on the other side one day Ed. LOL >>> ET? Yeah,

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Stephen Russell
On Tue, Jul 22, 2008 at 8:17 PM, Michael Madigan <[EMAIL PROTECTED]> wrote: > Do you think God will allow him to the other side? LOL > > How could we know what the Almighty deems as acceptable behavior? I think that Gandhi i

Re: [OT] John Edwards caught with mistress in Beverly Hills

2008-07-23 Thread Stephen Russell
On Tue, Jul 22, 2008 at 10:56 PM, Michael Madigan <[EMAIL PROTECTED]> wrote: > The National Enquirer has actually broken many real stories in the last 10 > years. > > Bigfoot! Elvis Lives and now Edwards! The truth lives o

Re: Is there an official repository for documented glitches in VFP

2008-07-23 Thread Stephen Russell
On Wed, Jul 23, 2008 at 7:50 AM, Joe Yoder <[EMAIL PROTECTED]> wrote: > In my adventures with developing a simple app I have discovered two > problematic behaviors of VFP. In both cases I have been able to use > workarounds but I am pondering the best approach as I learn VFP. Should I > simply

Is there an official repository for documented glitches in VFP

2008-07-23 Thread Joe Yoder
In my adventures with developing a simple app I have discovered two problematic behaviors of VFP. In both cases I have been able to use workarounds but I am pondering the best approach as I learn VFP. Should I simply make notes to myself to avoid the use a text box with centered data on a for

RE: Entering field in the first character position

2008-07-23 Thread John J. Mihaljevic
Thanks for everyone's thoughts on this. I agree with all of you who said it was a bad idea, but had to investigate it anyway so I could give the users what they wanted. In the end, I pretty much told the plant manager what all you you said: "It is the way it is. If the users want the whole field

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Helio Wakasugui
I would prefer to worship Sauron. Or Emperor Palpatine. Whatever. HW On Wed, Jul 23, 2008 at 7:47 AM, Ricardo Araoz <[EMAIL PROTECTED]> wrote: > Leland F. Jackson, CPA wrote: >> Ed Leafe wrote: >>> On Jul 22, 2008, at 8:08 PM, Leland F. Jackson, CPA wrote: >>> >>> If you believe in ET, why n

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Ricardo Araoz
Leland F. Jackson, CPA wrote: > Ed Leafe wrote: >> On Jul 22, 2008, at 8:08 PM, Leland F. Jackson, CPA wrote: >> >> >>> If you believe in ET, why not God? See ya on the other side one day >>> Ed. LOL >>> >> >> ET? Yeah, I believe in God just like I believe in movie characters. >> >>

Re: [OT] VW Researcher Pours Cold Water on Electric Car Dream

2008-07-23 Thread Ricardo Araoz
Ed Leafe wrote: > On Jul 22, 2008, at 5:41 PM, Ricardo Araoz wrote: > >> Last time I checked this was a VFP list. > > Actually, this is the OT section of a VFP list. Just about anything > goes > >> If you want to talk fiction you >> have "Alice in wonderland Email List" in google groups.

RE: VFP9- SQL with UNION

2008-07-23 Thread Dave Crozier
Sytze, Use "Union all" not union. The union on its own removes duplicate records. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sytze de Boer Sent: 23 July 2008 07:32 To: profox@leafe.com Subject: VFP9- SQL with UNION Folk, I'm stuck I'