Re: [OT] Some scary events in Republican party

2011-09-01 Thread Jean Laeremans
On Thu, Sep 1, 2011 at 4:44 AM, Ed Leafe wrote: > On Aug 31, 2011, at 9:38 PM, Carl Lindner wrote: > > > Despite Ed's NY Times bar charts Obammer has done a stellar job in > running > > up debt. > > Translation: despite the facts, we'll continue to pretend that > Obama is the cause of the

RE: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread John Weller
I found problems with Firefox 4 - it wouldn't download some maps from a website supplied by Microsoft but an automatic update straight to 6 cleared the problem. John Weller 01380 723235 07976 393631 > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leaf

Re: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread Alan Bourke
On Wed, 31 Aug 2011 20:14 -0400, "Ken Dibble" wrote: > I'll have to uninstall it and install 3.6.xxx. Is there an issue with 5 and 6 that would stop you using those ? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProF

Re: RDT and Windows XP Prof

2011-09-01 Thread Alan Bourke
On Wed, 31 Aug 2011 15:02 -0300, "Rafael Copquin" wrote: > I just downloaded Python and will take a look at it. You might be interested in Python Tools For Visual Studio which is a free add-in from Microsoft that gives you a full Python IDE. http://pytools.codeplex.com/ It requires either the

SQL: Find min record (vs. value) in a group

2011-09-01 Thread Malcolm Greene
I have a table like the following: CREATE TABLE products ( prod_type char(10), prod_rank int, prod_vend char(10), prod_note char(10) ) INSERT INTO products ( prod_type, prod_rank, prod_vend, prod_note ) VALUES ( 'soap', 1, 'jane', 'jane soap' ) INSERT INTO products ( prod_type, prod_rank, prod_v

ProFox List Statistics for August, 2011

2011-09-01 Thread List Administrator Account
== ProFox List Statistics August, 2011 == Subscriber Count at End of Month: ProFox: 348 ProFoxTech: 203 == Total Posts: 10

Re: RDT and Windows XP Prof

2011-09-01 Thread Rafael Copquin
I understand perfectly when you say "mucho dinero" (a lot of money). Thanks for the warning:-) Rafael El 01/09/2011 6:18, Alan Bourke escribió: > > On Wed, 31 Aug 2011 15:02 -0300, "Rafael Copquin" > wrote: >> I just downloaded Python and will take a look at it. > You might be interested in Pyt

Re: SQL: Find min record (vs. value) in a group

2011-09-01 Thread Vassilis Aggelakos
Hi Malcom, I am glad to hear you again. Hope you are well. I think that you need something like this: SELECT * FROM [products] p inner join (SELECT prod_type, min(prod_rank) prod_rank FROM [products] p2 GROUP BY prod_type ) xx ON p.prod_type= xx.prod_type and p.prod_rank = xx.prod_rank

Reading emails from Exchange

2011-09-01 Thread Graham Brown
Hi all I've previously written a simple utility to scan Outlook mail items and store information in a fox table. I've just been asked if it can read emails directly from Exchange. I have a dim distant recollection this was either Webdav or LDAP but can't remember. Anybody know if this

FRX2Any Advanced Report Previewer

2011-09-01 Thread Marat Chariev
You can use FRX2Any Advanced Report Previwer to run a search within report ___ 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/profoxt

Re: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread Ted Roche
On Wed, Aug 31, 2011 at 8:14 PM, Ken Dibble wrote: > > I don't trust these people not to force me into the next version when I > don't want to go. I tend to agree with your attitude - I like to control the apps on my development machine, too - but is there a reason you want or need to lock down t

Re: SQL: Find min record (vs. value) in a group

2011-09-01 Thread Vassilis Aggelakos
Hi Malcom, I am glad to hear you again. Hope you are well. I think that you need something like this: SELECT * FROM [products] p   inner join (SELECT prod_type, min(prod_rank) prod_rank FROM [products] p2  GROUP BY prod_type  ) xx  ON p.prod_type=

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Nicholas Geti
I have come to the conclusion that Rick Perry is a fool. He comes from Texas where by law the schools are required to teach both evolution and creationism. He seems to be proud of that fact and doesn't deny that he believes in creationism. Some of these creationism nuts believe the earth is onl

Re: SQL: Find min record (vs. value) in a group

2011-09-01 Thread Jean MAURICE
I Vassilis, I would like to add that your command is a good way to avoid the SET ENGINEBEHAVIOR 70 when you want fields that are not used for the agregate functions ... Best regards The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maint

"Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Ken Dibble
Hi folks, Here's a squirrely one. VFP 9 SP 1 I have a little program I distribute to users when an update of my software application requires modifications to the VFP tables. This program runs in the same directory as my main application, on the workstation of the local administrator. The pro

RE: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Tracy Pearson
Ken Dibble wrote on 2011-09-01: > Hi folks, > > Here's a squirrely one. > > VFP 9 SP 1 > > I have a little program I distribute to users when an update of my software > application requires modifications to the VFP tables. This program runs in > the same directory as my main applicatio

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
Are all people who believe in God, fools?  From: Nicholas Geti To: ProFox Email List Sent: Thursday, September 1, 2011 8:46 AM Subject: Re: [OT] Some scary events in Republican party I have come to the conclusion that Rick Perry is a fool. He comes from Texas

Re: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread MB Software Solutions, LLC
On 9/1/2011 12:40 PM, Ken Dibble wrote: > My questions are: > > 1. Is there something about permissions here that I'm not seeing? > > 2. Is it possible for VFP to report that a table is closed and yet have it > still be open or locked? > > Thanks for any help. Is it possible that someone else has

Re: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread MB Software Solutions, LLC
On 9/1/2011 12:50 PM, Tracy Pearson wrote: > Ken, > > I get this from clients on occasion. It has always been fixed by adding > *.DBF, *.CDX, and *.FPT to the Exclusion list in the Anti-Virus running on > the data host workstation/server. > > Tracy Pearson > PowerChurch Software Great answer! I

Re: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Ken Dibble
> > 1. Is there something about permissions here that I'm not seeing? > > > > 2. Is it possible for VFP to report that a table is closed and yet have it > > still be open or locked? > > > > Thanks for any help. > >Is it possible that someone else has it open? You could get >USED("MyTable") to ret

RE: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Ken Dibble
> > 1. Is there something about permissions here that I'm not seeing? > > > > 2. Is it possible for VFP to report that a table is closed and yet have >it > > still be open or locked? > >I get this from clients on occasion. It has always been fixed by adding >*.DBF, *.CDX, and *.FPT to the Exclu

[NF] Apple's Greatest Hits

2011-09-01 Thread Ed Leafe
http://www.robcottingham.ca/cartoon/greatest-hits-apple/ -- Ed Leafe ___ 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

[OT] Obama's America

2011-09-01 Thread Michael Madigan
Hey Pete, looks like your town is degenerating into lawlessness.   http://www.heraldtribune.com/article/20110831/ARTICLE/110839898/2416/NEWS?Title=Youth-football-player-tackles-referee-leading-to-brawl --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body

RE: [NF] Apple's Greatest Hits

2011-09-01 Thread Allen
Lol good one Al -Original Message- http://www.robcottingham.ca/cartoon/greatest-hits-apple/ -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread Ken Dibble
>On Wed, 31 Aug 2011 20:14 -0400, "Ken Dibble" >wrote: > > I'll have to uninstall it and install 3.6.xxx. > > >Is there an issue with 5 and 6 that would stop you using those ? It's a valid question. I haven't had time to test them. What I want to do is be able to apply security updates to an e

Re: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread Ken Dibble
> > I don't trust these people not to force me into the next version when I > > don't want to go. > >I tend to agree with your attitude - I like to control the apps on my >development machine, too - but is there a reason you want or need to >lock down to a version? In my experience, 4.x was an "Oo

[OT] Liberals way overboard

2011-09-01 Thread Nicholas Geti
As I said earlier the liberals are going berserk and attack with vile comments anytime they get a chance. The Republicans are at least sticking to their agenda and don't get too personal. http://godfatherpolitics.com/764/democrat-says-tea-party-would-love-to-see-blacks-lynched/ What a utterly s

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Nicholas Geti
Nope. Just religious nuts and rednecks. Religion has caused more harm than any other philosophy. - Original Message - From: "Michael Madigan" To: "ProFox Email List" Sent: Thursday, September 01, 2011 12:51 PM Subject: Re: [OT] Some scary events in Republican party Are all people who

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Oke, II
I thought that this was old news? Nice to know that US taxpayers are on the hook for the loans to these guys tho. Michael Oke, II 661-349-6221 oke...@gmail.com On Aug 31, 2011 9:07 PM, "Michael Madigan" wrote: > Another giant failure from Obongo. > > http://news.cnet.com/8301-11128_3-20099902-54

RE: FoxyPreviewer

2011-09-01 Thread John Weller
Hi Enrico, I use the code on the website: LOCAL loReport as "FoxyPreviewerCaller" OF "FoxyPreviewerCaller.Prg" loReport = CREATEOBJECT("FoxyPreviewerCaller") WITH loReport as ReportHelper .AddReport("BatchNo.frx", "RANGE 1,1 NODIALOG") .cDestFile = goApp.ReportPath + "Batch " + ALLTR

RE: FoxyPreviewer

2011-09-01 Thread John Weller
Thanks Andrew - good idea, I'll try that. John Weller 01380 723235 07976 393631 > > What about trying > http://www.foxite.com/ > This is where Cesar Chalom who wrote it hangs out. > He's pretty active, so I think you would get good help there. > > Kind regards > __

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Dan Covill
On 09/01/11 09:51, Michael Madigan wrote: > Are all people who believe in God, fools? Michael: A serious question deserves a serious answer. No, belief in God does not make you a fool. Misled yes IMO, delusional in some cases, but you have to become a fool on your own. Rick Perry is not a

Re: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Ted Roche
AUSED will only tell you if YOU have the file open, not if someone else on the network does. I'll bet there's some workstation in a corner somewhere that still has the file open. Try opening it EXCLUSIVE. If you can do that, then no one else has the file open. On Thu, Sep 1, 2011 at 12:40 PM, Ken

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Oke, II
http://dailycaller.com/2011/09/01/bankrupt-solar-company-with-fed-backing-has-cozy-ties-to-obama-admin/ They had ties to the white house? Who woulda thunk it? Michael Oke, II 661-349-6221 oke...@gmail.com On Sep 1, 2011 11:35 AM, "Michael Oke, II" wrote: > I thought that this was old news? Nice

Re: [NF] Firefox 4.0.1 Won't Provide Version Info Before Update

2011-09-01 Thread Ted Roche
On Thu, Sep 1, 2011 at 1:10 PM, Ken Dibble wrote: > I haven't had time to test them. What I want to do is be able to apply > security updates to an existing version that I know and like without having > to install and test later versions. I administer a network of over 80 > users, and I'm a one-m

Re: [OT] Some scary events in Republican party

2011-09-01 Thread lelandj
On 09/01/2011 02:22 PM, Dan Covill wrote: > On 09/01/11 09:51, Michael Madigan wrote: >> Are all people who believe in God, fools? > Michael: > A serious question deserves a serious answer. > > No, belief in God does not make you a fool. Misled yes IMO, delusional > in some cases, but you hav

[NF] Potentialy Exceeded ....

2011-09-01 Thread Stephen Russell
Glad it is not in my backyard. -- Stephen Russell Unified Health Services 60 Germantown Court Suite 220 Cordova, TN 38018 Telephone: 888.510.2667 901.246-0159 cell

Re: [OT] Liberals way overboard

2011-09-01 Thread Michael Madigan
Utterly stupid people elect this man from an utterly stupid congressional district.   From: Nicholas Geti To: profox@leafe.com Sent: Thursday, September 1, 2011 1:57 PM Subject: [OT] Liberals way overboard As I said earlier the liberals are going berserk and at

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
Let's see.  Pol Pot was an Atheist who killed an estimated 2 million Joseph Stalin was an Atheist who killed an estimated 24 million people. Mao Zedong  was an atheist who killed an estimated 80 million people You're right, religion kills a lot of people.  F

Fw: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
Man-made global warming does not exist.   You don't have to be a Christian to know that.    Believing in creationism is no more foolish than believing in man-made global warming.   - Forwarded Message - From: Dan Covill To: ProFox Email List Sent: Thursday, September 1, 2011 3:22 PM S

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Madigan
Every day another failed green company goes belly-up.  From: "Michael Oke, II" To: ProFox Email List Sent: Thursday, September 1, 2011 2:35 PM Subject: Re: [OT] More wasted money on green energy. I thought that this was old news?  Nice to know that US taxpayers

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Madigan
They thought the Nixon administration was corrupt.  Nixon looks like Mother Theresa compared to Obama.  From: "Michael Oke, II" To: ProFox Email List Sent: Thursday, September 1, 2011 3:55 PM Subject: Re: [OT] More wasted money on green energy. http://dailycal

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
You believe in God, don't you Leland?  From: lelandj To: ProFox Email List Sent: Thursday, September 1, 2011 4:02 PM Subject: Re: [OT] Some scary events in Republican party On 09/01/2011 02:22 PM, Dan Covill wrote: > On 09/01/11 09:51, Michael Madigan wrote: >>

Re: [OT] Some scary events in Republican party

2011-09-01 Thread lelandj
On 09/01/2011 03:14 PM, Michael Madigan wrote: > You believe in God, don't you Leland? That depends to which God you are referring. I believe in a loving, forgiving, all inclusive, compassionate God. Regards, LelandJ > > From: lelandj > To: ProFox Email List >

Re: "Access Denied" on ERASE for Closed DBF File on Server

2011-09-01 Thread Ken Dibble
>AUSED will only tell you if YOU have the file open, not if someone >else on the network does. I'll bet there's some workstation in a >corner somewhere that still has the file open. Try opening it >EXCLUSIVE. If you can do that, then no one else has the file open. Thanks Ted. Please see my reply

XFRX

2011-09-01 Thread Kent Belan
Hello, Anyone using XFRX ? I have an VFP9 application that uses XFRX to create PDF files, works great on my computer. But, when I send my EXE and required files to client, I get an error at startup F:\DEV\XFRXADMIN\RELEASE\BLD\XFRX.FXP is not an object file. I am not sure what is happening and

Re: XFRX

2011-09-01 Thread Sytze de Boer
I suspect you need to check if the xfrx.prg is compiled into your exe, and that your client has the xfrx.app and other xfrx files. On Fri, Sep 2, 2011 at 8:37 AM, Kent Belan wrote: > Hello, > > Anyone using XFRX ? > > I have an VFP9 application that uses XFRX to create PDF files, works great

RE: XFRX

2011-09-01 Thread Richard Kaye
Hi Kent, Yes, I've been using xfrx in my EXE which is running in ~50 locations round the world. I don't recall seeing that type of message. Have you included the fxp in your project or are you distributing it separately? Have you included xfrxlib.fll, hndlib.dll & zlib.dll with your distributi

Re: [OT] Some scary events in Republican party

2011-09-01 Thread lelandj
How many died over the centuries during the crusades, purges, and inquisitions from religious factions around the world? This figure would be particularly relevant as a percentage of the total world population at the time of the atrocities. The crusades even persist into the present day with

Re: [OT] More wasted money on green energy.

2011-09-01 Thread lelandj
Big oil with all her money, influence, lobbies, and power still rules in Washington. That the country still lacks a holistic energy policy is testimony to the fact. Regards, LelandJ On 09/01/2011 03:13 PM, Michael Madigan wrote: > Every day another failed green company goes belly-up. > > > _

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
Dan says you're delusional.  From: lelandj To: ProFox Email List Sent: Thursday, September 1, 2011 4:31 PM Subject: Re: [OT] Some scary events in Republican party On 09/01/2011 03:14 PM, Michael Madigan wrote: > You believe in God, don't you Leland? That depen

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
Not 105 million, that's for sure.  From: lelandj To: ProFox Email List Sent: Thursday, September 1, 2011 4:56 PM Subject: Re: [OT] Some scary events in Republican party How many died over the centuries during the crusades, purges, and inquisitions from religio

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Madigan
Solar energy isn't commercially viable no matter how much taxpayer money is spent.  From: lelandj To: ProFox Email List Sent: Thursday, September 1, 2011 5:02 PM Subject: Re: [OT] More wasted money on green energy. Big oil with all her money, influence, lobbie

RE: [OT] Liberals way overboard

2011-09-01 Thread Carl Lindner
Remember the guy who was afraid Guam would tip over. This dude new his geography! http://www.youtube.com/watch?v=zNZczIgVXjg say what about congressional districts? -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan S

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Oke, II
Guess that you have to lay the blame for that at Obama's feet then. Michael Oke, II 661-349-6221 oke...@gmail.com On Sep 1, 2011 2:01 PM, "lelandj" wrote: > Big oil with all her money, influence, lobbies, and power still rules in > Washington. That the country still lacks a holistic energy policy

Re: FoxyPreviewer

2011-09-01 Thread Eurico Chagas Filho
Try first without the RANGE clause, next let the foxyP create the destination file. I like to use .lClearPrinterInfo = .F. inside the WITH ...ENDWITH Clause. HTH, E. > --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___

Re: [OT] Liberals way overboard

2011-09-01 Thread Michael Madigan
He's no dumber than the President.  From: Carl Lindner To: 'ProFox Email List' Sent: Thursday, September 1, 2011 5:21 PM Subject: RE: [OT] Liberals way overboard Remember the guy who was afraid Guam would tip over.  This dude new his geography! http://www.yout

Re: [OT] More wasted money on green energy.

2011-09-01 Thread Michael Madigan
We're the only country that prevents drilling for oil in our own country.   What's next, ban corn and wheat from being grown so we have to import them too? From: "Michael Oke, II" To: ProFox Email List Sent: Thursday, September 1, 2011 5:21 PM Subject: Re: [OT]

RE: XFRX - Working now

2011-09-01 Thread Kent Belan
Not sure what happened, but I recompiled the EXE and sent the update and now it is working. I hate when this happens, but all is good now ... Darn computers Everything worked here fine and all the required files where at the remote location. Back to put out other fires, Thanks for your help, K

[OT] The shocking truth about electric cars

2011-09-01 Thread Michael Madigan
People should go to jail with the billions wasted on building cars that nobody wants.  http://www.theglobeandmail.com/news/opinions/opinion/the-shocking-truth-about-electric-cars/article2149465/ ___ Post Messages to: ProFox@leafe.com Subscription Maint

Re: [OT] Some scary events in Republican party

2011-09-01 Thread lelandj
On 09/01/2011 04:14 PM, Michael Madigan wrote: > Dan says you're delusional. #-- Excerpt from Dan's post: No, belief in God does not make you a fool. Misled yes IMO, delusional in some cases, but you have to become a fool on your own. #

Join.Me

2011-09-01 Thread Kent Belan
Just wanted to say thanks to whoever reccommended Join.Me for remote support. I used it today for the first time to help with my XFRX problem and it worked great. Thanks, Kent ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://lea

Re: [OT] Some scary events in Republican party

2011-09-01 Thread graham dobson
The figure quoted in the economist puts the actual cost of the TARP between 10 billion and 15 billion.  The trillions of dollars rise in the deficit was well underway before the current administration took office. From: Carl Lindner To: 'ProFox Email List' Sent: Wednesday, August 31, 2011 7:3

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Michael Madigan
When Bush left office, the deficit was around 400 billion, it is now 1.3 trillion.    - Original Message - From: graham dobson To: ProFox Email List Cc: Sent: Thursday, September 1, 2011 6:25 PM Subject: Re: [OT] Some scary events in Republican party The figure quoted in the economis

Re: Join.Me

2011-09-01 Thread Michael Madigan
Teamviewer is also pretty good and easy to set up.  It's great for networks behind firewalls - Original Message - From: Kent Belan To: 'ProFox Email List' Cc: Sent: Thursday, September 1, 2011 6:07 PM Subject: Join.Me Just wanted to say thanks to whoever reccommended Join.Me for re

RE: [OT] Some scary events in Republican party

2011-09-01 Thread Jerry Foote
The only scientific evidence I have heard of concerning evolution and creation is presented by the gentlemen who defined DNA. He has stated that it is mathematically impossible for DNA to have come about evolution. See the evidence presented at http://newcreationist.blogspot.com/2011/03/origin-of-

Re: [OT] Some scary events in Republican party

2011-09-01 Thread Ed Leafe
On Sep 1, 2011, at 7:15 PM, Jerry Foote wrote: > The only scientific evidence I have heard of concerning evolution and > creation is presented by the gentlemen who defined DNA. Would you care to explain what you mean by "defined DNA"? The person on the link you provided had nothing to do

Re: Join.Me

2011-09-01 Thread Jeff Johnson
Since we're on the subject... I use Beam Your Screen which offers a no install viewer of your desktop and also you can have them install the software and you can control their computer. I think this is the best I have used but it is $375 a year. They just released a Linux version. Yeah! Cro

Re: Join.Me

2011-09-01 Thread Mike Copeland
Check out LogMeIn Free. EXCELLENT tech support, fast, easy to configure, and did I mention free? Mike Original Message Subject: Re: Join.Me From: Jeff Johnson To: profoxt...@leafe.com Date: 9/1/2011 9:03 PM Since we're on the subject... I use Beam Your Screen which offers a

Re: [OT] Some scary events in Republican party

2011-09-01 Thread lelandj
On 09/01/2011 05:39 PM, Michael Madigan wrote: > When Bush left office, the deficit was around 400 billion, it is now 1.3 > trillion. The federal deficit for the FY ending September 30, 2011 is projected to come in at 1.3 trillion, but this fiscal year contains many extraordinary events and cha