RE: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Michael Madigan
Wake up Geoff. --- On Sat, 8/1/09, Geoff wrote: > From: Geoff > Subject: RE: [OT] Did Jesus give us the name of the Anti-Christ? > To: "'ProFox Email List'" > Date: Saturday, August 1, 2009, 2:50 AM > dont be so disgraceful and abhorrent. > is there anything you wont say or do > to be obnoxio

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread John Weller
But surely part of any sensible backup strategy includes at least a partial restore at intervals to prove the integrity of the backup? I heard a story from an acquaintance of visiting an establishment and enquiring how they backed up their financial data. He was told that they backed up every nig

RE: A Menu Utility to Limit Access...

2009-08-01 Thread John Weller
I do it the opposite way (I think). I define user levels. A user is allocated a level by the administrator when the user account is created. The menu options accessible by each level are defined as part of the system design. I include a user level of 0 which means no access at all so that I reta

RE: [NF] Silverlight

2009-08-01 Thread John
Thanks Dave. This is the kind of stuff that makes me regret VFP not being able to play in the dot net sandbox. Things that should be simple in C# aren't. I guess I'll have to go with putting a button in the datagrid,which is also a lot of work, but seems to be the quickest way to do this. Thanks,

ProFox List Statistics for July, 2009

2009-08-01 Thread List Administrator Account
== ProFox List Statistics July, 2009 == Subscriber Count at End of Month: ProFox: 349 ProFoxTech: 203 == Total Posts: 1434

Re: [NF] Silverlight

2009-08-01 Thread Stuart Dunkeld
Can you not add the column as a DataGridTemplateColumn and add a HyperLinkButton to the template? --stuart http://msdn.microsoft.com/en-us/library/system.windows.controls.datagridtemplatecolumn(VS.95).aspx http://msdn.microsoft.com/en-us/library/system.windows.controls.hyperlinkbutton(VS.95).aspx

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Pete Theisen
Michael Madigan wrote: > Sure, we elected JOHN KENNEDY and BILL CLINTON and there wasn't any FAINTING. Hi Michael, There was a cult following to Kennedy, and Clinton brought women to their knees. -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___

Re: [NF] love those db backups that span days. :(

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 3:46 AM, John Weller wrote: > But surely part of any sensible backup strategy includes at least a partial > restore at intervals to prove the integrity of the backup? > > I heard a story from an acquaintance of visiting an establishment and > enquiring how they backed up thei

RE: [NF] Silverlight

2009-08-01 Thread John
Yes, that is what I am going to do, but not what I wanted to do. I just wanted to display text and hyperlink that, like in html. It's not a big deal. I guess it's just me and the learning curve. John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.co

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread John
Most industrial strength backup systems don't do a complete overright every night. The first time through, the backup can take several days, but after that the software just pulls the updates. Otherwise, you'd be into that multiple day backup every night, and that's not doable when backing up tbyte

RE: [NF] Silverlight

2009-08-01 Thread Dave
I'm having a hard time finding documentation on connecting to VFP databases and tables... have you seen anything out there? -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Sent: Saturday, August 01, 2009 6:46 AM To: profoxt...@l

[OT] All Your Computer Are Belong to Us

2009-08-01 Thread Bob Calco
http://www.businessandmedia.org/articles/2009/20090731195723.aspx - - - Beck on his July 31 program hosted a segment about the Car Allowance Rebate System (CARS) Web site, also known as "Cash for Clunkers" and demonstrated what a Web browser would encounter when logging on to the system. "Here is

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Helio Wakasugui
http://www.wisegeek.com/what-is-an-internet-troll.htm On Sat, Aug 1, 2009 at 3:50 AM, Geoff wrote: > dont be so disgraceful and abhorrent. is there anything you wont say or do > to be obnoxious? > > -Original Message- > From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On

Create a CSV file with VFP

2009-08-01 Thread G Gambill
I need to create a “.CSV” file using VFP. Opening a CSV file with notepad allows me to infer that is is a simple comma delimited .TXT file and can be created easily with low level code. The fact that it is called other than TXT (.CSV) tells me otherwise. Anyone have experience and/or suggestions

Re: [NF] Silverlight

2009-08-01 Thread MB Software Solutions, LLC
John wrote: > Thanks Dave. This is the kind of stuff that makes me regret VFP not being > able to play in the dot net sandbox. Things that should be simple in C# > aren't. I guess I'll have to go with putting a button in the datagrid,which > is also a lot of work, but seems to be the quickest way t

Re: Create a CSV file with VFP

2009-08-01 Thread Vince Teachout
G Gambill wrote: > I need to create a “.CSV” file using VFP. Opening a CSV file with notepad > allows me to infer that is is a simple comma delimited .TXT file and can be > created easily with low level code. The fact that it is called other than > TXT (.CSV) tells me otherwise. > > Anyone have e

Re: Create a CSV file with VFP

2009-08-01 Thread MB Software Solutions, LLC
G Gambill wrote: > I need to create a “.CSV” file using VFP. Opening a CSV file with notepad > allows me to infer that is is a simple comma delimited .TXT file and can be > created easily with low level code. The fact that it is called other than > TXT (.CSV) tells me otherwise. > > Anyone have e

RE: [NF] Silverlight

2009-08-01 Thread John
No, I am creating an xml document (externally) and loading that. I will probably be pulling from SQL when I do hook up data like that though. Can you not use OLEDB? John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Dave Sent: Sat

Re: [NF] Silverlight

2009-08-01 Thread Ed Leafe
On Aug 1, 2009, at 11:24 AM, MB Software Solutions, LLC wrote: > VFP really spoils you...nothing else seems as easy once you're in the > VFP groove. ...until you discover Python! -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscri

RE: [NF] Silverlight

2009-08-01 Thread John
I discovered Python, PHP, Perl, Ruby, Red Ruby, Rugby, Ruby on Rails, Ruby on Rugby, Ruby on Ruby and all that other stuff. . . I'm still using VFP, and perl, and php, and vb.net and c# and java(frickin)script, and html, and I still like VFP best! John Harvey -Original Message- Fro

Re: [NF] Silverlight

2009-08-01 Thread MB Software Solutions, LLC
Ed Leafe wrote: > On Aug 1, 2009, at 11:24 AM, MB Software Solutions, LLC wrote: > >> VFP really spoils you...nothing else seems as easy once you're in the >> VFP groove. > > > ...until you discover Python! That's encouraging!!! -- Mike Babcock, MCP MB Software Solutions, LLC President

RE: Create a CSV file with VFP

2009-08-01 Thread John Weller
If you copy to CSV the field names will be added to the start of the file. COPY TO MyFile TYPE CSV. If you do APPEND FROM Myfile TYPE CSV then the system will assume that the first line is the field names and not import it - fine if that is the case but embarrassing if the first line is data.

RE: Create a CSV file with VFP

2009-08-01 Thread Gilbert M. Hale
There is a difference between what I regard as a true CSV file format, and a simple comma delimited file format. When I use the following syntax in VFP I get what I regard as being a true CSV file format, with a twist depending on whether I want the first record to have the field names or not: CO

Re: [NF] Silverlight

2009-08-01 Thread Malcolm Greene
>> VFP really spoils you...nothing else seems as easy once you're in the VFP >> groove. > ...until you discover Python! +1 Malcolm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free vers

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Michael Madigan
LOL * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Sat, 8/1/09, Pete Theisen wrote: > From: Pete Theisen > Subject: Re: [OT] Did Jesus give us the name of the Anti-Christ? > To: "ProFox Email List"

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Michael Madigan
Wake up Hellio. I'm trying to help you. --- On Sat, 8/1/09, Helio Wakasugui wrote: > From: Helio Wakasugui > Subject: Re: [OT] Did Jesus give us the name of the Anti-Christ? > To: "ProFox Email List" > Date: Saturday, August 1, 2009, 11:21 AM > http://www.wisegeek.com/what-is-an-internet-

MemoCheck by MJ Babcock

2009-08-01 Thread Dan Olsson
- on the download page http://www.leafe.com/dls/vfp points to http://cdn.cloudfiles.mosso.com/c118811/memocheck.zip which doesn't seem to exist... ** * Dan Olsson * * ___ P

Re: Vista and Full Screen Dos FP app anyone?

2009-08-01 Thread Jeff Roberts
Back in the day when I needed to run some DOS apps on windows terminal server and the client didnt support full screen dos, I used these fonts to please the users: http://www.uwe-sieber.de/dosfon_e.html I have since used them on xp and vista boxes to avoid needing to go full screen. Looks like th

Re: MemoCheck by MJ Babcock

2009-08-01 Thread MB Software Solutions, LLC
Dan Olsson wrote: > - on the download page http://www.leafe.com/dls/vfp > points to http://cdn.cloudfiles.mosso.com/c118811/memocheck.zip > which doesn't seem to exist... > > ** > * Dan Olsson > * > * HmmEd? I'm

Re: [OT] All Your Computer Are Belong to Us

2009-08-01 Thread Pete Theisen
Bob Calco wrote: > http://www.businessandmedia.org/articles/2009/20090731195723.aspx > > These people must be removed from power ASAP. Hi Bob, All well and good to post this to ProFox OT where almost everyone eligible to vote agrees with you. Preaching to the choir, and all that. You need to a

Re: [OT] All Your Computer Are Belong to Us

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 9:42 AM, Bob Calco wrote: > "A warning box comes up, and it says, 'This application provides to the DoT > CARS system. When logged on to the CARS system, your computer is considered > a federal computer system and it is property of the United States > government,'" Beck read.

Re: MemoCheck by MJ Babcock

2009-08-01 Thread Dan Olsson
At 2009-08-01 20:16, you wrote: >Dan Olsson wrote: > > - on the download page http://www.leafe.com/dls/vfp > > points to http://cdn.cloudfiles.mosso.com/c118811/memocheck.zip > > which doesn't seem to exist... > >I'm going out the door now but I'll post the latest version on my >own website later

Re: [NF] Silverlight

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 9:08 AM, Dave wrote: > I'm having a hard time finding documentation on connecting to VFP databases > and tables... have you seen anything out there? -- there is none. No problem. In version 2. you only have data access via web services. I don't think that

Re: Vista and Full Screen Dos FP app anyone?

2009-08-01 Thread Stephen Russell
On Fri, Jul 31, 2009 at 3:59 PM, Andrew Stirling wrote: > Stephen > Not actually with Vista but I'm using TameDos > http://www.tamedos.com/ > in XP. The difference is amazing. > > Have a look at > http://www.tek-tips.com/threadminder.cfm?pid=182 > & their FAQs > -- Than

Re: [NF] love those db backups that span days. :(

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 8:54 AM, John wrote: > Most industrial strength backup systems don't do a complete overright every > night. The first time through, the backup can take several days, but after > that the software just pulls the updates. Otherwise, you'd be into that > multiple day backup ever

RE: [NF] Silverlight

2009-08-01 Thread Alan Bourke
I've been basically trying it out, evaluating it ... both in the raw and with IdeaBlade's stuff. I think version 3 is where it will really take off. It needed ways to make getting at data much less of a convoluted pain in the ass, and that seems to be finally coming. Now all we need is decent repor

RE: [NF] Silverlight

2009-08-01 Thread John
Silverlight 3 is impressive, even though I'm just getting started with it. We have purchased some rad controls for Silverlight,so I hope to get something out within a week or so. I'll post a link to one of our maps when I get to a point that I can. John Harvey -Original Message- From: p

Re: [NF] Silverlight

2009-08-01 Thread Alan Bourke
I played about with accessing VFP from it and basically you're looking at web services, yep. Because of the security aspects, Silverlight has to be in a sandbox etc. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@l

Re: Vista and Full Screen Dos FP app anyone?

2009-08-01 Thread Alan Bourke
TameDOS probably won't, it just stops the DOS app hogging CPU cycles. What might work though is DosBox. This provides an Intel 80x86 and MS-DOS emulator, mainly intended for old DOS games but should work with any extended DOS executable. It definitely runs FoxPro for DOS, because I've tried it! Ca

Re: [NF] Silverlight

2009-08-01 Thread Alan Bourke
And then you decide you want to design a GUI or report in a RAD manner Hence Dabo. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

RE: [NF] Silverlight

2009-08-01 Thread Dave
LOL! That has to be the best reply ever :) I know there's no direct way, and I've been poking at the web services a bit as well.I did find a .dll Fox toolkit for SL3, but haven't chased it too much yet. If I come across something I'll post it. -Original Message- From: profoxtech-boun..

Re: [NF] love those db backups that span days. :(

2009-08-01 Thread Michael Madigan
I worked for a guy like that. He'd give me 12 hours of work and said he needed it in 2 hours. When you told him it was physically impossible he would scream "just try it before you tell me you can't do it". LOL Sure, let's send 1.2 terabytes down a 100 megabit network in 2 hours. I guess by

Re: MemoCheck by MJ Babcock

2009-08-01 Thread Ed Leafe
On Aug 1, 2009, at 1:53 PM, Dan Olsson wrote: >>> - on the download page http://www.leafe.com/dls/vfp >>> points to http://cdn.cloudfiles.mosso.com/c118811/memocheck.zip >>> which doesn't seem to exist... >> >> I'm going out the door now but I'll post the latest version on my >> own website later

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread Gilbert M. Hale
> Sure, let's send 1.2 terabytes down a 100 megabit network in 2 hours. > I guess by giving it the college try, that will change the laws of > physics. > Hey, I know! Let's move to gigabit Ethernet switch on a live LAN and it ought to take 1/10th the time (let's assume Collision detect & resend d

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread John Weller
I had one of those! I was running a conversion suite that was kicked off on Monday morning and finished on Friday afternoon with a log of the errors encountered. We'd then fix as many errors as possible then run it again the following week. One week the project manager explained that they had a

[OT] -- Palins are divorcing

2009-08-01 Thread Bill Anderson
http://alaskareport.com/news39/x71283_divorce_palins.htm Bill --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: [OT] -- Palins are divorcing

2009-08-01 Thread Ed Leafe
On Aug 1, 2009, at 4:22 PM, Bill Anderson wrote: > http://alaskareport.com/news39/x71283_divorce_palins.htm While that may be true, the source is not very credible. They have published several anti-Palin pieces in the past that turned out to be completely false. -- Ed Leafe ___

Re: [OT] -- Palins are divorcing

2009-08-01 Thread Bill Anderson
On Sat, Aug 1, 2009 at 2:25 PM, Ed Leafe wrote: > On Aug 1, 2009, at 4:22 PM, Bill Anderson wrote: > > > http://alaskareport.com/news39/x71283_divorce_palins.htm > > While that may be true, the source is not very credible. They have > published several anti-Palin pieces in the past that t

RE: [OT] -- Palins are divorcing

2009-08-01 Thread John
Lies, damn lies, liberal bloggers - it's not true. http://features.csmonitor.com/politics/2009/08/01/palin-getting-a-divorce-no pe/ -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Saturday, August 01, 2009 4:26 PM To: ProFo

Re: [NF] Silverlight

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 3:22 PM, Dave wrote: > LOL! That has to be the best reply ever :) > > I know there's no direct way, and I've been poking at the web services a bit > as well.I did find a .dll Fox toolkit for SL3, but haven't chased it too > much yet. If I come across something I'll post it. -

Re: [NF] Silverlight

2009-08-01 Thread Stephen Russell
On Sat, Aug 1, 2009 at 2:37 PM, John wrote: > Silverlight 3 is impressive, even though I'm just getting started with it. > We have purchased some rad controls for Silverlight,so I hope to get > something out within a week or so. I'll post a link to one of our maps when > I get to a point that I can

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread Gilbert M. Hale
Luckily I have the luxury (so far) of being able to carefully choose the clients I want to work with. I have not had any real zone cases for many years. I learned that lesson long ago. "Bad business is worse than no business..." Gil     > -Original Message- > From: profoxtech-boun...

Re: [NF] love those db backups that span days. :(

2009-08-01 Thread Paul Hill
On Sat, Aug 1, 2009 at 9:46 PM, Michael Madigan wrote: > I worked for a guy like that.  He'd give me 12 hours of work and said he > needed it in 2 hours. When you told him it was physically impossible he would > scream "just try it before you tell me you can't do it". LOL > > Sure, let's send 1.2

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread John
Especially, when ye "can get no power!" John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Paul Hill Sent: Saturday, August 01, 2009 6:12 PM To: ProFox Email List Subject: Re: [NF] love those db backups that span days. :( On Sat,

RE: [NF] Apps for the iPhone, watch out

2009-08-01 Thread Gene Wirchenko
At 16:39 2009-07-30, Rick Schummer wrote: [snip] >Amazon made the same mistake with the Kindle unfortunately. They think they >got the world by the short hairs. Yes, they have cool products. They turn >that power into a position where they decide what can be purchased, and how >you purchase, and

Re: [NF] Apps for the iPhone, watch out

2009-08-01 Thread Gene Wirchenko
At 06:58 2009-07-31, MB Software Solutions, LLC wrote: >Right...and sounds illegal. How can Apple keep the 30% commission and >expect this guy to come out BEHIND from where he started? Wrong. >Lawsuit-ready, imo. If Apple had a legitimate reason for shutting down the app, then it could

RE: [NF] love those db backups that span days. :(

2009-08-01 Thread Gene Wirchenko
At 10:52 2009-07-31, John wrote: >We use CommVault and DataDomain. It is very complex and expensive, and I >hope we never need to restore from backup Backups are not the problem. Restoring is. Have you ever done a test restore? Sincerely, Gene Wirchenko _

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 13:11 2009-07-31, Michael Madigan wrote: >it. Why do non-believers interject themselves in Bible discussions? Why do Believers interject Bible discussions into so many places where it is irrelevant? [snip] Sincerely, Gene Wirchenko ___

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 13:31 2009-07-31, Michael Madigan wrote: >The post wasn't intended for people like you. Then please do not post it here. [snip] Sincerely, Gene "A Person Like Me" Wirchenko ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 20:05 2009-07-31, Michael Madigan wrote: >Sure, we elected JOHN KENNEDY and BILL CLINTON and there wasn't any FAINTING. You are correct. However, it was a close thing. Monica was brought to her knees. Marilyn was apparently knocked on her back. Hey, if you are going to demonis

RE: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 20:41 2009-07-31, Geoff wrote: >the point of prophecy in the case of Revelation is to be fore-warned of what >IS going to happen. it is not an excuse to push the fire alarm button ten >times a day like your dreadful analogy implies. because of people like YOU >with your countless insane theorie

RE: [OT] -- Palins are divorcing

2009-08-01 Thread Michael Madigan
See why she quit as governor? Why put up with this crap on a governor's salary while racking up tons legal expenses. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Sat, 8/1/09, John wrote: > From:

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Michael Madigan
How is anything off-topic considered irrelevant? * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Sat, 8/1/09, Gene Wirchenko wrote: > From: Gene Wirchenko > Subject: Re: [OT] Did Jesus give us the

RE: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Michael Madigan
You can argue that you're a buffoon. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Sat, 8/1/09, Gene Wirchenko wrote: > From: Gene Wirchenko > Subject: RE: [OT] Did Jesus give us the name of the A

Re: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 18:26 2009-08-01, Michael Madigan wrote: >How is anything off-topic considered irrelevant? You have to ask? It is pretty much by definition of "on-topic" and "off-topic". [snip] Sincerely, Gene Wirchenko ___ Post Messages to: ProFox@lea

RE: [OT] Did Jesus give us the name of the Anti-Christ?

2009-08-01 Thread Gene Wirchenko
At 18:28 2009-08-01, Michael Madigan wrote: >You can argue that you're a buffoon. I will leave that to you. Hey, if it is a stupid argument, it seems you will make it. [snip] Sincerely, Gene Wirchenko ___ Post Messages to: ProFox@leafe.com

Re: [OT] -- Palins are divorcing

2009-08-01 Thread Michael Madigan
Could you imagine what would happen if a Conservative blog declared Barry and Michelle were getting a divorce. These are the same type of clowns that gave us Trig being Bristol's baby. How about digging into the Kenyan's past? Can't you find out how Barry paid for college? What his grades are