VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
Well, it finally happened. The source data DoNotCall files I download from the FTC monthly for clients finally pushed over the 2Gb file size limit for the Area Codes used by my clients! Luckily I saw this freight train coming about 2 or 3 years ago, and began to evaluate various SQL database

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Brian Abbott
Gil Hale wrote: Well, it finally happened. The source data DoNotCall files I download from the FTC monthly for clients finally pushed over the 2Gb file size limit for the Area Codes used by my clients! Luckily I saw this freight train coming about 2 or 3 years ago, and began to evaluate

Re: [NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Brian Abbott
Gil Hale wrote: I'm interested in why you ended up with Postgres rather than MySql or Firebird. Was it an easy decision or a close call? Well, let's see. I know you did not ask why not M$ SQL Server or Oracle, so I assume you are also trying to avoid some of the things I wanted to avoid -

RE: [NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
AIUI MySQL licencing costs can be 'got round' by the customer installing it themselves, and the vfp app just happens to use it. But the licencing thing is an issue even so. OTOH MySQL seems to be much better accepted by ISPs etc ... I would not be able to get away with having my clients

Re: Need more than just the pulldown main menu...toolbar orcustom form?

2008-03-24 Thread Richard Kaye
You'll have to send them to Ed's upload section if you want them here. No HTML/attachments on the list allowed, afaik. Buy you probably knew that... :) Rafael Copquin wrote: I am attaching three images to show how the menu would look like. The background image is a nice jungle cascade I

Re: Need more than just the pulldown main menu...toolbar orcustomform?

2008-03-24 Thread Rafael Copquin
Well, I see that the images were left out I wonder how I can send them so you can see them. Rafael - Original Message - From: Rafael Copquin To: [EMAIL PROTECTED] Sent: Monday, March 24, 2008 8:42 AM Subject: Re: Need more than just the pulldown main menu...toolbar

RE: Need more than just the pulldown main menu...toolbar orcustomform?

2008-03-24 Thread Kent Belan
Upload your images to www.tinypic.com and then put the links here. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Copquin Sent: Monday, March 24, 2008 7:54 AM To: profox@leafe.com Subject: Re: Need more than just the pulldown main

Re: Need more than just the pulldown main menu...toolbar orcustomform?

2008-03-24 Thread Richard Kaye
I think when people have done screen shots here in the past, they post a link back to a website that they can post on. Otherwise, you have to submit any files in the uploads area on Ed's site and wait for him to process them. Rafael Copquin wrote: Well, I see that the images were left out I

Re: Need more than just the pulldown main menu...toolbar orcustom form?

2008-03-24 Thread Rafael Copquin
I know it is late, but my workload and natural procrastination tendencies forced me to delay this. Now, after a few days of vacationing, I am ready. I am attaching three images to show how the menu would look like. The background image is a nice jungle cascade I picked from one of those spam

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Vince Teachout
Gil Hale wrote: So, after a few hours of coding this Easter/Passover Sunday (okay, 17 hours and counting), and processing, I finally nailed it down. Excellent! I've dabbled a bit with postgreSQL, and have been favorably impressed with it. ___

Re: Need more than just the pulldown main menu...toolbar orcustomform?

2008-03-24 Thread Ed Leafe
On Mar 24, 2008, at 6:54 AM, Rafael Copquin wrote: Well, I see that the images were left out I wonder how I can send them so you can see them. There are several free sites on the web where you can share images. I use Google's Picassa Web: http://picasaweb.google.com/home?

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Charlie Coleman
At 02:53 AM 3/24/2008 -0400, Gil Hale wrote: Well, it finally happened. The source data DoNotCall files I download from the FTC monthly for clients finally pushed over the 2Gb file size limit for the Area Codes used by my clients! Luckily I saw this freight train coming ... I don't know if you

RE: VFP and Graphs

2008-03-24 Thread Manjit Basra
Thank you so much Dave. I am sure this will help many of us. Thanks again for sharing you work. Manjit Basra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier Sent: Thursday, March 20, 2008 7:41 PM To: 'ProFox Email List' Subject: RE: VFP

RE: NF System calls monitor?

2008-03-24 Thread Tracy Pearson
Looks to be what I'm seeing as the case for Vista standard user as well. The UAC is switching to the Administrator profile. Even using RunAs /env /noprofile /user:admin isn't running pieces with the right registry profile loaded. Tracy -Original Message- From: Ken Dibble Sent: Friday,

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Ed Leafe
On Mar 24, 2008, at 9:40 AM, Charlie Coleman wrote: I don't know if you thought of this, but partitioning up that kind of data in multiple VFP tables should be pretty easy. E.g. 1st digit of area code. Then write stored procedures to use for various update/retrieval calls to

Tables in the Data Enviroment

2008-03-24 Thread David Boatright
This is probably a stupid question butt... If you add tables (not views) to the data environment how do you get it to bring just wait is needed and not the whole table. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charlie Coleman Sent: Monday, March 24, 2008 10:41 AM To: [EMAIL PROTECTED] Subject: Re: VFP and PostgreSQL used to process FTC DoNotCall updates At 02:53 AM 3/24/2008 -0400, Gil Hale wrote: Well, it

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
Gil was smart to switch to an actual database server and lose the limited solution. Why, thank you, Ed. I should note for our FoxHead compadres that it was due to your influence and multi-repeated suggestions/insistence at times, that I even started seriously looking for a VFP back end

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Charlie Coleman
At 09:07 AM 3/24/2008 -0500, Ed Leafe wrote: On Mar 24, 2008, at 9:40 AM, Charlie Coleman wrote: I don't know if you thought of this, but partitioning up that kind of data in multiple VFP tables should be pretty easy. E.g. 1st digit of area code. Then write stored procedures to use for

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
Excellent! I've dabbled a bit with postgreSQL, and have been favorably impressed with it. I am glad to be in such fine company, Vince! I have received no criticisms over the past year or so when my decision to move to PostgreSQL began to solidify. Now the rubber is hitting the road, and

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Ed Leafe
On Mar 24, 2008, at 10:54 AM, Charlie Coleman wrote: Easy? Sounds more like a hack. You do realize that some DB servers do similar things. E.g. table partitioning. Sure with VFP you have to construct more on your own sometimes. But that often gives you more opportunities to optimize

Re: Tables in the Data Enviroment

2008-03-24 Thread Mike yearwood
Hi David FoxPro never brings down the whole table. Although, if you have SET DELETED ON and lots of deleted records, it may take time to skip over those. Mike Yearwood Message: 4 Date: Mon, 24 Mar 2008 10:16:17 -0400 From: David Boatright [EMAIL PROTECTED] Subject: Tables in the Data

Re: Tables in the Data Enviroment

2008-03-24 Thread Vince Teachout
David Boatright wrote: This is probably a stupid question butt... If you add tables (not views) to the data environment how do you get it to bring just wait is needed and not the whole table. Same as with views - you run queries against the table. Views are nothing more then permanent

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
VFP rocks with real database servers, and you can spend your time making great solutions instead of coding around the file system limitations. Perfectly stated. Gil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ed Leafe Sent: Monday, March 24,

Re: Tables in the Data Enviroment

2008-03-24 Thread Stephen Russell
On Mon, Mar 24, 2008 at 9:54 AM, Mike yearwood [EMAIL PROTECTED] wrote: Hi David FoxPro never brings down the whole table. Although, if you have SET DELETED ON and lots of deleted records, it may take time to skip over those. Are you sure?

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
At 10:06 AM 3/24/2008 -0500, Stephen Russell wrote: On Mon, Mar 24, 2008 at 9:54 AM, Mike yearwood [EMAIL PROTECTED] wrote: Hi David FoxPro never brings down the whole table. Although, if you have SET DELETED ON and lots of deleted records, it may take time to skip over those.

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Charlie Coleman
At 09:53 AM 3/24/2008 -0500, Ed Leafe wrote: On Mar 24, 2008, at 10:54 AM, Charlie Coleman wrote: Easy? Sounds more like a hack. You do realize that some DB servers do similar things. E.g. table partitioning. Sure with VFP you have to construct more on your own sometimes. But

Re: Tables in the Data Enviroment

2008-03-24 Thread Jean Laeremans
On Mon, Mar 24, 2008 at 5:43 PM, Charlie Coleman [EMAIL PROTECTED] wrote: For all practical purposes doing a USE table does not bring down the whole table. The only exceptions I've seen to this is where the total table size was small. I can't remember what the cutoff was. Maybe 64k?

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread MB Software Solutions General Account
Gil Hale wrote: snipped One of my little tricks I use for SQL-SELECT processing with fairly large VFP tables (3 million records, 78Mg table) about came in handy when pulling records with my VFP parameterized view when the PostgreSQL records came over real slow. I issued a RECCOUNT() (after

Re: Tables in the Data Enviroment

2008-03-24 Thread MB Software Solutions General Account
David Boatright wrote:This is probably a stupid question butt... If you add tables (not views) to the data environment how do you get it to bring just wait is needed and not the whole table. I suppose you could employ a filter via the SET FILTER command. If it were me, I'd either create a

Re: Need more than just the pulldown main menu...toolbar orcustom form?

2008-03-24 Thread MB Software Solutions General Account
Rafael Copquin wrote:I know it is late, but my workload and natural procrastination tendencies forced me to delay this. Now, after a few days of vacationing, I am ready. I am attaching three images to show how the menu would look like. The background image is a nice jungle cascade I picked

Re: Need more than just the pulldown main menu...toolbar or custom form?

2008-03-24 Thread MB Software Solutions General Account
John Weller wrote: Hi Mike, Not sure what you are looking for but I always use a main screen which has the main menu across the top with all of the options. On the screen is some text explaining what the application is and the client's logo with a series of buttons underneath or to the side

[OT] What we can expect if Obama is elected

2008-03-24 Thread Michael Madigan
http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2008/03/22/wzim122.xml Typical White Person Gear! http://www.cafepress.com/rightwingmike Once you Barack you never go back!

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
I've heard this tip before. Wonder why it is the way it is? Why does something so innocent/simple like that really add the POW! to the equation I wonder? Actually, I happened across that technique out of a desperate situation when I was working with a Remote View on a Pervasive database

RE: Need more than just the pulldown main menu...toolbar or custom form?

2008-03-24 Thread John Weller
Sure - I'll send it offline. John Weller 01380 723235 07976 393631 John Weller wrote: Hi Mike, Not sure what you are looking for but I always use a main screen which has the main menu across the top with all of the options. On the screen is some text explaining what the

Dissapearing project window

2008-03-24 Thread Mark Stanton
One of my projects refuses to show onscreen with the project manager. The table (pjx) is there, I can view it as a table, although if I try to look in the DevInfo memo field VFP (9) hangs. If I try to modify project ... the main VFP screen seems to lose focus, suggesting that the project

RE: Dissapearing project window

2008-03-24 Thread Rick Schummer
You can try to PACK the pjx file when you have it opened exclusively. Also look for any corruption in the file. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: Disappearing project window

2008-03-24 Thread John Weller
Hi Mark, My solution would be to delete the project and re-create it by creating a new project with the same name, adding main.prg then build an app. I haven't a clue why it is happening though g. John Weller 01380 723235 07976 393631 One of my projects refuses to show onscreen with the

RE: Dissapearing project window

2008-03-24 Thread Tracy Pearson
My Project window does not appear in _VFP.Forms collection. Is it off the screen? MOVE WINDOW Project TO 0,0 Or hidden? SHOW WINDOW Project Tracy -Original Message- From: Mark Stanton Sent: Monday, March 24, 2008 12:34 PM One of my projects refuses to show onscreen with the project

Re: Tables in the Data Enviroment

2008-03-24 Thread David Boatright
Charlie Coleman [mailto:[EMAIL PROTECTED] For all practical purposes doing a USE table does not bring down the whole table. The only exceptions I've seen to this is where the total table size was small. I can't remember what the cutoff was. Maybe 64k? Even then, since it's so small it's not

Re: Tables in the Data Enviroment

2008-03-24 Thread Stephen Russell
On Mon, Mar 24, 2008 at 11:43 AM, Charlie Coleman [EMAIL PROTECTED] wrote: At 10:06 AM 3/24/2008 -0500, Stephen Russell wrote: On Mon, Mar 24, 2008 at 9:54 AM, Mike yearwood [EMAIL PROTECTED] wrote: Hi David FoxPro never brings down the whole table. Although, if you have SET

Re: Tables in the Data Enviroment

2008-03-24 Thread Paul Hill
On Mon, Mar 24, 2008 at 5:49 PM, David Boatright [EMAIL PROTECTED] wrote: Charlie Coleman [mailto:[EMAIL PROTECTED] For all practical purposes doing a USE table does not bring down the whole table. The only exceptions I've seen to this is where the total table size was small. I can't

Re: Tables in the Data Enviroment

2008-03-24 Thread Ted Roche
On Mon, Mar 24, 2008 at 1:49 PM, David Boatright [EMAIL PROTECTED] wrote: H I created a blank form and dropped two tables into the data enviroment. One table has about 2000 records and the other about 3000 records. It took 15 seconds for the form to open on the clients network Then,

Re: Tables in the Data Enviroment

2008-03-24 Thread Stephen Russell
On Mon, Mar 24, 2008 at 11:32 AM, Tracy Holzer [EMAIL PROTECTED] wrote: I agree. For example in a scan, as long as the FOR condition is optimized, the entire data is not transferred. If a query is rushmore optimized then only the relevant parts of the indices should be transferred to the

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread kam
I just tried to install the 8.3.1 version on Windows. The setup.bat has some examples which do not work. I am new to Postgresql and would like to be able to do a silent install. Has anyone done that? If so what is your command line? I used this and it does not work: msiexec /i

Re: [OT] What we can expect if Obama is elected

2008-03-24 Thread Pete Theisen
On Monday 24 March 2008 11:02, Michael Madigan wrote: http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2008/03/22/wzim122.xml Hi Michael! Affirmative Action has already done something like this in a number of fields. -- Regards, Pete http://www.pete-theisen.com/

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
At 12:10 PM 3/24/2008 -0400, MB Software Solutions General Account wrote: David Boatright wrote:This is probably a stupid question butt... If you add tables (not views) to the data environment how do you get it to bring just wait is needed and not the whole table. I suppose you could

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
At 01:49 PM 3/24/2008 -0400, David Boatright wrote: Charlie Coleman [mailto:[EMAIL PROTECTED] For all practical purposes doing a USE table does not bring down the whole table. The only exceptions I've seen to this is where the total table size was small. I can't remember what the cutoff

[NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
Greetings Kam! I think I did some Screen Shots of when I did my Windows PostgreSQL installation the other year. I had to do some config file changes so it could be seen on the network by other PCs, and some other things. I did not do a Silent Install, but there are some other things you ought

Re: [NF] RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread kam
Thanks, I need the silent install so I can get it on a user's computer. I have very few users who could answer the questions for a regular install. Also, I want to set the default passwords and other things so I can use them in my program to automate everything for those users who can't

Re: [OT] What we can expect if Obama is elected

2008-03-24 Thread MB Software Solutions General Account
Michael Madigan wrote: http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2008/03/22/wzim122.xml Not sure what your point isare you saying that Obama would seize land from white owners? ___ Post Messages to: ProFox@leafe.com Subscription

Re: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread MB Software Solutions General Account
Gil Hale wrote: Actually, I happened across that technique out of a desperate situation when I was working with a Remote View on a Pervasive database table with over 60 million records. But I was actually using GO BOTTOM at first, in an effort to force the data to come over more quickly than

Re: [OT] What we can expect if Obama is elected

2008-03-24 Thread Michael Madigan
I'm saying that he has the same Marxist philosophy as Mugabee, rob from the rich Whites to give to the poor Blacks. The only trouble is that the Rich Whites are the ones who know how to produce a product. --- MB Software Solutions General Account [EMAIL PROTECTED] wrote: Michael Madigan

RE: VFP and PostgreSQL used to process FTC DoNotCall updates

2008-03-24 Thread Gil Hale
I have not had to do hard coded SPT for a long time (just ODBC). But, I do not see why that would not work just as well if the SPT fetches its records in the background. It is worth a shot. You have nothing but speed to gain, and time to save g. Gil -Original Message- From: [EMAIL

VFP BootCamp, May 12 - May 14, Kansas City MO

2008-03-24 Thread William Sanders / EFG
http://visionpace.com/developereducation.html -- William Sanders / efGroup ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: Tables in the Data Enviroment

2008-03-24 Thread Mike yearwood
Hi David For all practical purposes doing a USE table does not bring down the whole table. The only exceptions I've seen to this is where the total table size was small. I can't remember what the cutoff was. Maybe 64k? Even then, since it's so small it's not really noticed. But my

[OT] McCain is now a campaign finance criminal

2008-03-24 Thread David Crooks
http://firedoglake.com/2008/03/23/mccain-is-now-a-campaign-finance-crimi nal/ or http://tinyurl.com/yvzj82 ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: Tables in the Data Enviroment

2008-03-24 Thread David Boatright
Charlie Coleman Are you joining those 2 tables in some way? I don't use Views because I don't like the loss of control. Plus SQL syntax just isn't good for a lot of situations - and that's all a View really is: a SQL statement (albeit with some other under-the-hood stuff to send updates back to

Re: VFP and Graphs

2008-03-24 Thread Sytze de Boer
I concur 110% Would anyone of you gentleman tell me this I installed from Dave C's zip file, but I actually want to distribute my App with the DLL file Am I correct that the only thing I need to distribute is the DLL file INSTEAD of the OCX file ? i.e. I don't do ANYTHING different in the

RE: Tables in the Data Enviroment

2008-03-24 Thread Gil Hale
Having the form on the server (or in an EXE) is not as efficient as you might think. The form or exe is not copied to the PC, it is accessed repeatedly. I ran into this back in my floundering VFP3 days, when I did not know any better. I was told to create a formset that could be updated once

Re: Tables in the Data Enviroment

2008-03-24 Thread Vince Teachout
David Boatright wrote: H I created a blank form and dropped two tables into the data enviroment. One table has about 2000 records and the other about 3000 records. It took 15 seconds for the form to open on the clients network Just for grins and giggles, what do you see if you put the

Re: Tables in the Data Enviroment

2008-03-24 Thread Vince Teachout
Didn't clip well enough. That last message was SUPPOSED to read: Just for grins and giggles, what do you see if you put the following in DE OpenTables()dodefault() nTime = seconds() dodefault() messagebox(Seconds()-nTime) I *think* that will help pinpoint the actual table open times. (I

[OT] 97 percent of US death toll came after 'Mission Accomplished'

2008-03-24 Thread David Crooks
http://rawstory.com/news/2008/97_percent_of_US_death_toll_0324.html or http://tinyurl.com/2r8qmq ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: Disappearing project window

2008-03-24 Thread Mark Stanton
Hi John, My solution would be to delete the project and re-create it by creating a new project with the same name, adding main.prg then build an app. Hmm, well, in truth there's a few more complications that mean I was hoping not to do that, but on reflection, they may not have a bearing on

Re: Dissapearing project window

2008-03-24 Thread Mark Stanton
Is it off the screen? Or hidden? Nope, that's the bit where, when I switch to the command window, there's no form any more :-( If I modify that project, then switch immediately to the command window and DISPLAY MEMORY, there are no windows defined. The project *is* in the project collection

Re: Dissapearing project window

2008-03-24 Thread Mark Stanton
In article [EMAIL PROTECTED], Rick Schummer wrote: You can try to PACK the pjx file when you have it opened exclusively. Also look for any corruption in the file. No obvious corruption, although this thing about looking in the DEVINFO field hanging the (XP-PRO) machine seems a bit odd, isn't

Re: VFP BootCamp, May 12 - May 14, Kansas City MO

2008-03-24 Thread Kevin S. Goff
Hey, BILLhow are you Long time, no talk Mondo, regards KG William Sanders / EFG wrote: http://visionpace.com/developereducation.html ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Dissapearing project window

2008-03-24 Thread Richard Kaye
Did you try using as a table and copying to a new table with a PJX extension? Mark Stanton wrote: In article [EMAIL PROTECTED], Rick Schummer wrote: You can try to PACK the pjx file when you have it opened exclusively. Also look for any corruption in the file. No obvious

Re: Tables in the Data Enviroment

2008-03-24 Thread Ted Roche
Have you tried to change the property NoDataOnLoad to .T. for the two tables? On Mon, Mar 24, 2008 at 10:16 AM, David Boatright [EMAIL PROTECTED] wrote: This is probably a stupid question butt... If you add tables (not views) to the data environment how do you get it to bring just wait is

Re: Disappearing project window

2008-03-24 Thread Mark Stanton
My solution would be to delete the project and re-create it by creating a new project with the same name, adding main.prg then build an app. Nope, it doesn't work. I've renamed the project files (in Windoze) and used create project to set up a new one, it doesn't show in exactly the same way

Re: [OT] Climate facts to warm to

2008-03-24 Thread richmondeagle
If the cause is not global warming nor cyclical warming and cooling, then please explain the cause of the rapid melting of some regions of earth. Yeah, and how about the refreezing... and snow and cold? -- Larry Miller --- StripMime Report -- processed MIME parts --- multipart/mixed

Re: [OT] McCain is now a campaign finance criminal

2008-03-24 Thread Michael Madigan
Media Matters is a far-left blog funded by George Soros. --- David Crooks [EMAIL PROTECTED] wrote: http://firedoglake.com/2008/03/23/mccain-is-now-a-campaign-finance-crimi nal/ or http://tinyurl.com/yvzj82 ___ Post Messages to:

Re: [OT] 97 percent of US death toll came after 'Mission Accomplished'

2008-03-24 Thread Michael Madigan
You mean after the aircraft carrier had finished its mission for the invasion? --- David Crooks [EMAIL PROTECTED] wrote: http://rawstory.com/news/2008/97_percent_of_US_death_toll_0324.html or http://tinyurl.com/2r8qmq ___ Post Messages to:

Re: [OT] Climate facts to warm to

2008-03-24 Thread Michael Madigan
Please explain how there were so many snowfall records broken in North America. --- [EMAIL PROTECTED] wrote: If the cause is not global warming nor cyclical warming and cooling, then please explain the cause of the rapid melting of some regions of earth. Yeah, and how about the

Re: [OT] Climate facts to warm to

2008-03-24 Thread richmondeagle
There now needs to be a congressional hearings on who is making money on this total scam and have any laws been broken. Actually, it's which laws have been broken. ;-) -- Larry Miller --- StripMime Report -- processed MIME parts --- multipart/mixed multipart/alternative text/plain (text

Re: [OT] Climate facts to warm to

2008-03-24 Thread Michael Madigan
Last chance to cash in on global warming. --- [EMAIL PROTECTED] wrote: There now needs to be a congressional hearings on who is making money on this total scam and have any laws been broken. Actually, it's which laws have been broken. ;-) -- Larry Miller --- StripMime Report

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
At 03:32 PM 3/24/2008 -0400, David Boatright wrote: Charlie Coleman Are you joining those 2 tables in some way? I don't use Views because I don't like the loss of control. Plus SQL syntax ... They are not views just tables added to the data enviroment. ... As I said i just created a blank form

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
At 05:44 PM 3/24/2008 -0400, Ted Roche wrote: Have you tried to change the property NoDataOnLoad to .T. for the two tables? On Mon, Mar 24, 2008 at 10:16 AM, David Boatright [EMAIL PROTECTED] wrote: This is probably a stupid question butt... If you add tables (not views) to the data

Re: Tables in the Data Enviroment

2008-03-24 Thread Charlie Coleman
Doh! When I saw this I realized I didn't directly answer your question. See below: At 06:33 PM 3/24/2008 -0500, Charlie Coleman wrote: At 05:44 PM 3/24/2008 -0400, Ted Roche wrote: Have you tried to change the property NoDataOnLoad to .T. for the two tables? On Mon, Mar 24, 2008 at 10:16

Re: [OT] Climate facts to warm to

2008-03-24 Thread Paul Hill
On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain how there were so many snowfall records broken in North America. Please explain why Europe has had unseasonably warm winters. Hint: *Global* warming. -- Paul

Re: [OT] Climate facts to warm to

2008-03-24 Thread Jean Laeremans
On Tue, Mar 25, 2008 at 12:05 AM, Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain how there were so many snowfall records broken in North America. Please explain why Europe has had unseasonably warm winters.

Re: [OT] Climate facts to warm to

2008-03-24 Thread Paul Hill
On Mon, Mar 24, 2008 at 11:13 PM, Jean Laeremans [EMAIL PROTECTED] wrote: On Tue, Mar 25, 2008 at 12:05 AM, Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain how there were so many snowfall records broken

Re: Tables in the Data Enviroment

2008-03-24 Thread Ted Roche
On Mon, Mar 24, 2008 at 3:32 PM, David Boatright [EMAIL PROTECTED] wrote: Ted Roche Prove it by... As I said i just created a blank form and added the two tables which are located on another machine on the network. It takes upto 15 seconds for this form to load. They have been have

Re: [OT] Climate facts to warm to

2008-03-24 Thread Michael Madigan
No, it just means Europe had a warm winter. --- Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain how there were so many snowfall records broken in North America. Please explain why Europe has had unseasonably

Re: [OT] Climate facts to warm to

2008-03-24 Thread Michael Madigan
LOL --- Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 11:13 PM, Jean Laeremans [EMAIL PROTECTED] wrote: On Tue, Mar 25, 2008 at 12:05 AM, Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain

Re: [OT] Climate facts to warm to

2008-03-24 Thread Michael Madigan
Buy your carbon credits now! LOL --- Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 11:13 PM, Jean Laeremans [EMAIL PROTECTED] wrote: On Tue, Mar 25, 2008 at 12:05 AM, Paul Hill [EMAIL PROTECTED] wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED]

Re: [OT] Climate facts to warm to

2008-03-24 Thread Paul Hill
On Mon, Mar 24, 2008 at 11:33 PM, Michael Madigan [EMAIL PROTECTED] wrote: Buy your carbon credits now! LOL Carbon credits are just dumb. If you want to (or are forced to) cut emissions then do so. Paying someone to plant trees that probably would have been planted anyway doesn't solve the

[OT] Dr. Death running for Congress

2008-03-24 Thread Michael Madigan
We don't have enough nutjobs in congress already? http://news.yahoo.com/s/nm/20080324/pl_nm/usa_politics_kevorkian_dc Typical White Person Gear! http://www.cafepress.com/rightwingmike Once you Barack you never go back

Re: [OT] McCain is now a campaign finance criminal

2008-03-24 Thread Pete Theisen
On Monday 24 March 2008 14:28, David Crooks wrote: http://firedoglake.com/2008/03/23/mccain-is-now-a-campaign-finance-crimi nal/ or http://tinyurl.com/yvzj82 Hi David! He applied to withdraw, the FEC has declined to rule one way or another since they cannot assemble a quorum because those

Re: [OT] Climate facts to warm to

2008-03-24 Thread Pete Theisen
On Monday 24 March 2008 18:05, Paul Hill wrote: On Mon, Mar 24, 2008 at 10:05 PM, Michael Madigan [EMAIL PROTECTED] wrote: Please explain how there were so many snowfall records broken in North America. Please explain why Europe has had unseasonably warm winters. Hint: *Global* warming.

Re: [OT] Climate facts to warm to

2008-03-24 Thread Pete Theisen
On Monday 24 March 2008 18:51, Paul Hill wrote: On Mon, Mar 24, 2008 at 11:33 PM, Michael Madigan [EMAIL PROTECTED] wrote: Buy your carbon credits now! LOL Carbon credits are just dumb. If you want to (or are forced to) cut emissions then do so. Paying someone to plant trees that probably

Re: [OT] Dr. Death running for Congress

2008-03-24 Thread Pete Theisen
On Monday 24 March 2008 18:57, Michael Madigan wrote: We don't have enough nutjobs in congress already? http://news.yahoo.com/s/nm/20080324/pl_nm/usa_politics_kevorkian_dc Hi Michael! I think he will tilt the race to the R. Ds will vote for death as long as the death is of an American

Re: [OT] What we can expect if Obama is elected

2008-03-24 Thread gureumi
http://problemchylde.wordpress.com/2008/01/12/banished-american-ethnic-cleansing-on-pbs-in-february/ Something should be done. But I am not sure if the POUTS Obama could do anything about this. On Mon, Mar 24, 2008 at 3:09 PM, Michael Madigan [EMAIL PROTECTED] wrote: I'm saying that he has the

Re: [OT] Climate facts to warm to

2008-03-24 Thread richmondeagle
No, it just means Europe had a warm winter. I think it's the hot air coming out of France. -- Larry Miller The Real Estate Solution, LLC --- StripMime Report -- processed MIME parts --- multipart/mixed multipart/alternative text/plain (text body -- kept) text/html message/rfc822

[NF] Loading Many Application CDs onto DVD

2008-03-24 Thread Charles Hart Enzer, M.D.
I want to make a Master DVD for the next time I need to reload applications. I want to make one DVD which has the contents of many application CDs. I want the DVD to be bootable -- will have XP Installation Disk What steps do I take? What is the difference between Nero's *.nrg and *.nri

[OT] And how was your Easter?

2008-03-24 Thread Ed Leafe
http://overcompensating.com/posts/20080324.html -- 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

RE: [NF] Loading Many Application CDs onto DVD

2008-03-24 Thread Mike Wohlrab
Are you planning on having the xp install on the dvd bootable then just have a directory called application install files and when you are done loading windows just run the apps from there? Or are you trying to integrate the applications into the windows xp install so that when xp is installed the