Re: [NF] Best anti-virus for Vista?

2009-07-31 Thread Alan Bourke
On Thu, 30 Jul 2009 17:53 -0500, "Leland F. Jackson, CPA" wrote: > On 07/30/2009 03:32 PM, Ted Roche wrote: > Right now Virtualbox 3.02 has some limited 3D support, but > its not there yet, but it coming. To clarify, it has (on a Windows host OS at least) good enough OpenGL passthrough to ena

Re: [NF] Best anti-virus for Vista?

2009-07-31 Thread Jean Laeremans
. I wasn't convinced that > 2 and 3 year-old ThinkPads had the horsepower (specifically, the > graphics card memory) to be able to run Vista in its full bloated GUI > glory. T http://www.legitreviews.com/article/1023/1/ A+ jml ___ Post Messages to: Pr

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

2009-07-31 Thread Geoff
you mean the actual ABSENCE of connected facts? a pile of facts thrown on the floor will occasionally look like a straight line but it is in fact just an appearance. logic and critical analysis says that what this video claims is nothing beyond a desperate attempt to link a series of debatable min

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

2009-07-31 Thread Pete Theisen
Michael Madigan wrote: > http://www.youtube.com/watch?v=vXMAnlMmEPw Hi Michael, Oh, for heaven's sake. I told you years ago that The Great Satan is Micro$oft. Obama is of minor significance, although I like the way he kills flies. On a par with Jimmie Carter. May even believe in Christ himself

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

2009-07-31 Thread Geoff
is that a serious comment? you doubt the faith of anyone who disbelieves obama is the antichrist??? perhaps re-reading the Bible might be of some help to you. -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Michael Madigan Sent: Friday, 31

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

2009-07-31 Thread John Weller
That sucks!! John Weller 01380 723235 07976 393631 > > > Man, is this guy getting screwed! He has to refund the > entire amount despite Apple taking 30% commission! Sounds > like a lawsuit waiting to happen. What's worse is that Apple > completely stonewalls the guy and refuses to answer

RE: [NF] Best anti-virus for Vista?

2009-07-31 Thread John Weller
I've been following this thread with interest. As a result I have replaced AVG with Avast on my test machine to see what it is like. I like the comfort of a scan, currently scheduled for noon with AVG, but it does tend to get in the way. I have a .CMD script which I run last thing at night when

RE: [NF] Best anti-virus for Vista?

2009-07-31 Thread Adam Buckland
To launch AVG scan from the command line, run the following command within the folder where AVG is installed (typically C:\Program Files\AVG\AVG8): * avgscanx for 32bit operating systems * avgscana for 64bit operating systems Syntax of the command With one parameter: command /parameter (e.g. a

close databases

2009-07-31 Thread Rafael Copquin
I am experiencing a problem that I do not understand why it happens. I am doing a clean up of a disk directory. I issue erase commands to erase all tables, indexes and fpt files. I also issue the commands CLOSE DATABASES ALL CLOSE ALL and immediately after that I try to erase the app database:

RE: close databases

2009-07-31 Thread Kevin O'Shea
Is your Project Manager open? It could be holding on to the database. Kevin -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rafael Copquin Sent: 2009-07-31 09:44 To: profoxt...@leafe.com Subject: close databases I am experiencing a

Re: close databases

2009-07-31 Thread Vassilis Aggelakos
Probably, You have to iterate to all open sessions and force CLOSE DATABASES in every session Hope this Helps Vassilis Aggelakos On Fri, Jul 31, 2009 at 4:43 PM, Rafael Copquin wrote: > I am experiencing a problem that I do not understand why it happens. > > I am doing a clean up of a disk direc

RE: close databases

2009-07-31 Thread Dave Crozier
Rafael, Close databases is scoped to the current datasession. Could it possibly be that you have it open in another area? Note that the IDE project manager would count! Dave Crozier -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Rafael Co

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

2009-07-31 Thread Ricardo Aráoz
Rick Schummer wrote: >>> But mostly I don't get how you can make the proprietary/closed argument >>> > with such smugness.<< > > I'm sorry Paul, not sure what came over me. I thought I stated observations > that is common knowledge in the industry. I'm not trying to be smug. > > But how shou

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

2009-07-31 Thread Ricardo Aráoz
Geoff wrote: > is that a serious comment? you doubt the faith of anyone who disbelieves > obama is the antichrist??? perhaps re-reading the Bible might be of some > help to you. > > Geoff, Geoff, Geoff Look, someone has to be a wanker (else the word wouldn't exist) and Mikey here has f

Re: close databases

2009-07-31 Thread Rafael Copquin
That did it! Using the debugger I did: wait window thisform.datasessionid It showed 2 (funny, because my form's datasession property is set to 1 (default datasession) Then I ran these commands: Set Datasession to 1 Close All Close Databases all Set Datasession to thisform.datasessionid Clos

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

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 12:32 AM, Michael Madigan wrote: > I don't take seriously a man who professes to be Christian who dismisses out > of hand that Obama is the AntiChrist.  Someone has to be the AntiChrist and > Obama is starting to fit the mold. That is pret

Re: VFP9 EXE + APP

2009-07-31 Thread Stephen Russell
On Thu, Jul 30, 2009 at 4:24 PM, Sytze de Boer wrote: > Thanks Stephen > Part of my problem is at the moment it is all in one exe, but it has > bloated the exe by about 4 mb > I want to reduce it, if possible -- I don't see any value in splitting to a separate file for what you

Re: [OT] -- Los Angeles Times Daily Dish blog post mention

2009-07-31 Thread Stephen Russell
On Thu, Jul 30, 2009 at 7:42 PM, Bill Anderson wrote: > My wife and I got a mention on the Los Angeles Times Daily Dish blog. > > http://tinyurl.com/nur9gc Do you give the tomatoes away to a local church or food kitchen when the neighbors say no more PLEASE ? That is

Re: close databases

2009-07-31 Thread MB Software Solutions, LLC
Rafael Copquin wrote: > I am experiencing a problem that I do not understand why it happens. > > I am doing a clean up of a disk directory. > > I issue erase commands to erase all tables, indexes and fpt files. > > I also issue the commands > > CLOSE DATABASES ALL > CLOSE ALL > > and immediate

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

2009-07-31 Thread MB Software Solutions, LLC
John Weller wrote: > That sucks!! 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. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwares

Re: VFP9 EXE + APP

2009-07-31 Thread MB Software Solutions, LLC
Stephen Russell wrote: > On Thu, Jul 30, 2009 at 4:24 PM, Sytze de Boer wrote: >> Thanks Stephen >> Part of my problem is at the moment it is all in one exe, but it has >> bloated the exe by about 4 mb >> I want to reduce it, if possible > -- > > I don't see any value in splitt

RE: VFP9 EXE + APP

2009-07-31 Thread Dave Crozier
Our main app is just sitting at 20Mb and is uploaded locally by a loader if it changes. Having said that 20Mb is not a lot on a Gigabit network but it did speed up the program operation as opposed to remote loading. Dave Crozier -Original Message- From: profox-boun...@leafe.com [mailto:p

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

2009-07-31 Thread Ed Leafe
On Jul 31, 2009, at 8:37 AM, Stephen Russell wrote: > I don't perceive you as a prayerful nor meditative person. How does > God cast back your blinders and give you prophet like awareness? Ummm... what happened to that whole "all-powerful" stuff? Is he slipping in his old age? -- Ed

RE: [NF] Best anti-virus for Vista?

2009-07-31 Thread John Weller
Thanks Adam - just what I needed! John Weller 01380 723235 07976 393631 > -Original Message- > From: profoxtech-boun...@leafe.com > [mailto:profoxtech-boun...@leafe.com] On Behalf Of Adam Buckland > Sent: 31 July 2009 11:00 > To: profoxt...@leafe.com > Subject: RE: [NF] Best anti-virus

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

2009-07-31 Thread Alan Bourke
What Apple does with AppStore is outrageous. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.c

Re: VFP9 EXE + APP

2009-07-31 Thread MB Software Solutions, LLC
Dave Crozier wrote: > Our main app is just sitting at 20Mb and is uploaded locally by a loader if > it changes. Having said that 20Mb is not a lot on a Gigabit network but it > did speed up the program operation as opposed to remote loading. The loader FOR MOST SITUATIONS is the best way to go, i

Re: close databases

2009-07-31 Thread Ken Kixmoeller/fh
On Jul 31, 2009, at 8:43 AM, Rafael Copquin wrote: > CLOSE DATABASES ALL > CLOSE ALL > > and immediately after that I try to erase the app database: > But I get the error: FILE IS IN USE I know you solved this, but for general awareness: I had a similar situation. It was on a Novell network. T

RE: [OT] -- Los Angeles Times Daily Dish blog post mention

2009-07-31 Thread Adam Buckland
Tomatoes? Were there tomatoes, I was just looking at the Iphone cover -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Stephen Russell Sent: 31 July 2009 14:46 To: ProFox Email List Subject: Re: [OT] -- Los Angeles Times Daily Dish blog

[OT] 12 best gadgets for Tech people

2009-07-31 Thread Stephen Russell
-- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor Memphis TN 901.246-0159 ___ Post Messages to: ProFox@lea

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Michael Oke, II
People are not interested in understanding what is in the "health care" bill never mind even attempting to read it. All they want is "free" health care. ::michael Bob Calco wrote: > > I note parenthetically that the Democrats are in the same self-induced > pickle with the monstrous "health c

Re: close databases

2009-07-31 Thread Rafael Copquin
A smart move. Take care Rafael - Original Message - From: "Ken Kixmoeller/fh" To: Sent: Friday, July 31, 2009 10:38 AM Subject: Re: close databases > > On Jul 31, 2009, at 8:43 AM, Rafael Copquin wrote: > >> CLOSE DATABASES ALL >> CLOSE ALL >> >> and immediately after that I try to

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

2009-07-31 Thread Rick Schummer
>> I'm surprised Rick! You forgot to mention Linux Embedded. or maybe you are a bit outdated and didn't know about it, google for "LiMo" and you'll find out some interesting things regarding our industry. Are you absolutely sure you don't have a Gates granny lost somewhere amongst your ancestor

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

2009-07-31 Thread Stephen Russell
I have a 1.2 TB database that I am backing up in Phoenix. I have to go through the network to another RAID / SAN to find storage space for it. It started yesterday around 6 am their time and should finish between 11 am - 12 noon today. Oh I have to use that for a restore and get log shipping ru

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

2009-07-31 Thread Paul McNett
Stephen Russell wrote: > I have a 1.2 TB database that I am backing up in Phoenix. I have to > go through the network to another RAID / SAN to find storage space for > it. It started yesterday around 6 am their time and should finish > between 11 am - 12 noon today. > > Oh I have to use that fo

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

2009-07-31 Thread Ricardo Aráoz
Rick Schummer wrote: >>> I'm surprised Rick! You forgot to mention Linux Embedded. or maybe >>> > you are a bit outdated and didn't know about it, google for "LiMo" and > you'll find out some interesting things regarding our industry. > Are you absolutely sure you don't have a Gates gran

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

2009-07-31 Thread Alan Bourke
I guess it depends on your backup policy and software, but wouldn't it be cheaper overall to go out and buy a 2TB external drive and use that ? -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription M

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

2009-07-31 Thread Rick Schummer
>> I'm sorry Rick, it was meant tongue in cheek.<< Apology accepted. Oh, and for the record, I wish I had a little bit of the Gates family in the family tree. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com ___

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

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 11:33 AM, Alan Bourke wrote: > I guess it depends on your backup policy and software, but wouldn't it > be cheaper overall to go out and buy a 2TB external drive and use that ? > -- -- They got that. hahahahaha USB is not your gigabit network. I have a

[NF] Happy SysAdmin day

2009-07-31 Thread Stephen Russell
You know who you are. -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor Memphis TN 901.246-0159 ___ Post Messages to: ProFox@leafe.com Subscription

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

2009-07-31 Thread John
We use CommVault and DataDomain. It is very complex and expensive, and I hope we never need to restore from backup John Harvey -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Friday, July 31, 2009 12:00 PM To: ProF

RE: [NF] Silverlight

2009-07-31 Thread John
Anyone doing anything with Silverlight and C#? John Harvey ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable

RE: Password Util, Grid & Buttons...

2009-07-31 Thread Kurt Wendt
Everyone can ignore this message - as it was originally sent like 2 weeks ago - and its already been resolved (I know Ed was just now dealing with the list Spam filter - and this message may have been on that was initially caught up in it...). -K- -Original Message- From: profoxtech-boun.

RE: [NF] Silverlight

2009-07-31 Thread Gilbert M. Hale
David Smith (who does contribute to ProFox) has been working with it, and likes it (still learning, he says). Gil > -Original Message- > From: profoxtech-boun...@leafe.com [mailto:profoxtech- > boun...@leafe.com] On Behalf Of John > Sent: Friday, July 31, 2009 1:53 PM > To: profoxt...@lea

Re: [NF] Silverlight

2009-07-31 Thread Pete Theisen
John wrote: > Anyone doing anything with Silverlight and C#? Hi John, I like using it as a scapegoat when I encounter a web page that doesn't work properly. Much as Front Page a number of years ago. -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/

A Menu Utility to Limit Access...

2009-07-31 Thread Kurt Wendt
Hello folks, I'm still working on this utility (in between other projects) for this one client. And, I have a screen that allows the user to select what items in the menu system that another user can access, and which ones are blocked - and that Table is actually based upon the Menu system dbf

[NF] Gmail integration with local mail client

2009-07-31 Thread MB Software Solutions, LLC
Trying to setup gmail with local mail client so our Sylvan app can use local mail client for email integration. I've googled directions and it's still failing to connect/send/receive. Not sure if this client just gave me the wrong password but I'm 99% sure it's right. Has anyone configured

Re: A Menu Utility to Limit Access...

2009-07-31 Thread MB Software Solutions, LLC
Kurt Wendt wrote: > Hello folks, > > > > I'm still working on this utility (in between other projects) for this > one client. And, I have a screen that allows the user to select what > items in the menu system that another user can access, and which ones > are blocked - and that Table is actual

RE: A Menu Utility to Limit Access...

2009-07-31 Thread Kurt Wendt
Mike, Thanks for your input. Its actually a bit more complicated than that - as the boss at the client co. - he's the one who decides which user gets to access which part of the system. And there are MANY users (or will be - as many are still using the old DOS-type version of the system - as there

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

2009-07-31 Thread Michael Madigan
It's just more evidence pointing to who may be the Antichrist. --- On Fri, 7/31/09, Geoff wrote: > From: Geoff > Subject: RE: [OT] Did Jesus give us the name of the Anti-Christ? > To: "'ProFox Email List'" > Date: Friday, July 31, 2009, 4:58 AM > you mean the actual ABSENCE of > connected fac

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

2009-07-31 Thread Michael Madigan
No, I doubt the faith of someone who dismisses it out of hand. There's a reason God gave Saint John a vision, it was to warn the believers. IF you're not even going to discuss it, then why did God bother? * Join the OBAMA RESISTANCE MOVEMENT!

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Michael Madigan
I can't wait for the "End of Life Counseling" when a Government worker comes to grandma's house and asks her to die for the good of the country. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Fri,

Re: A Menu Utility to Limit Access...

2009-07-31 Thread MB Software Solutions, LLC
Kurt Wendt wrote: > Mike, > > Thanks for your input. Its actually a bit more complicated than that - > as the boss at the client co. - he's the one who decides which user gets > to access which part of the system. And there are MANY users (or will be > - as many are still using the old DOS-type ve

Re: [NF] Gmail integration with local mail client

2009-07-31 Thread Fred Taylor
Outlook Express. No problem with retreiving/sending mail through gmail via OE. Fred On Fri, Jul 31, 2009 at 11:24 AM, MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > Trying to setup gmail with local mail client so our Sylvan app can use > local mail client fo

RE: A Menu Utility to Limit Access...

2009-07-31 Thread Kurt Wendt
Mike, Yes, that approach could probably work. But, I was looking to use a kind hard coded approach as a last ditch option. Just to add to what I mentioned before - probably about a 3rd of the system still has to be converted from the old DOS-type system (originally created w/FPD - but is compiled

Re: A Menu Utility to Limit Access...

2009-07-31 Thread Frank Cazabon
Hi Kurt, > Now - within the Menu Designer you have the Options for each menu item - > and there is the "Skip For" option within the Prompt Options. As of > right now I am calling a procedure from the Skip For option to tell > FoxPro when to Skip (i.e. Not Allow access to a particular menu option).

Re: [NF] Silverlight

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 12:53 PM, John wrote: > Anyone doing anything with Silverlight and C#? -- I did a big series of tests with it at Mimeo a little over a year ago. We already had the web services set up by default for data access. I as color coding panels by shipping date.

Re: [NF] Gmail integration with local mail client

2009-07-31 Thread Frank Cazabon
I use Thunderbird with my GMail account. BTW, you can always check if the password is correct by trying to log on at the web site. MB Software Solutions, LLC wrote: > Trying to setup gmail with local mail client so our Sylvan app can use > local mail client for email integration. > > I've googl

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

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 12:52 PM, John wrote: > We use CommVault and DataDomain. It is very complex and expensive, and I > hope we never need to restore from backup - We have / had in place Avamar and it failed to do the restore. :) It will be gone as soon as we find

Re: A Menu Utility to Limit Access...

2009-07-31 Thread MB Software Solutions, LLC
Kurt Wendt wrote: > Mike, > > Yes, that approach could probably work. But, I was looking to use a kind > hard coded approach as a last ditch option. Just to add to what I > mentioned before - probably about a 3rd of the system still has to be > converted from the old DOS-type system (originally cr

Vista and Full Screen Dos FP app anyone?

2009-07-31 Thread Stephen Russell
I got a call about someone wanting to purchase my old dos app for car sales at lunch today. Talk about out of the blue. Anyway how do you have a DOS app go full screen? Anyone ever have to mess with this? TIA -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform

Re: Vista and Full Screen Dos FP app anyone?

2009-07-31 Thread MB Software Solutions, LLC
Stephen Russell wrote: > I got a call about someone wanting to purchase my old dos app for car > sales at lunch today. Talk about out of the blue. Alright, buddy! Now THAT'S the kind of "out of the blue" call you like to get! Big bucks? > > Anyway how do you have a DOS app go full screen? A

RE: A Menu Utility to Limit Access...

2009-07-31 Thread Kurt Wendt
No - Mike - I didn't mean to say that the user accesses were hard-coded, just the name of the option (in your case "GL" which would be the GL Option on the menu). But - even Frank suggested that the initial setup of the menu for his approach may be a bit tedious, although its really a one-shot dea

RE: Vista and Full Screen Dos FP app anyone?

2009-07-31 Thread John C. Gunvaldson
Anyway how do you have a DOS app go full screen? Anyone ever have to mess with this? ... In Vista Home Premium 1. Start 2. Run 3. Cmd.exe ALT-ENTER, shows message "This system does not support full-screen mode". That being said, installing your app as a VMWARE Virtual Appliance on a Win98

RE: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Bob Calco
And that's actually one of the bill's more WTF provisions---mandatory end-of-life counseling every five years starting at age 65. Another is mandatory annual audits of every company that decides to self-insure. Mind you, Congress is not allowed to audit the Fed... Seniors, are you paying attention

RE: A Menu Utility to Limit Access...

2009-07-31 Thread Richard Kaye
If you use Andrew Ross McNeil's genmenux, you can actually remove menu items if the user does not have sufficient permission to access a particular application function. Instead of using the skip for, you put an expression in the comment for the menu item. For example, let's say you have a menu

RE: [NF] Gmail integration with local mail client

2009-07-31 Thread Richard Kaye
IIRC you have to use custom ports to access gmail via POP client. I had it working in Thunderbird when I was using that but it's been a while. rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Fr

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

2009-07-31 Thread Philip Borkholder
Michael, :) (shoe-fly pie man) It's more like, why did humans decide to write this text into a book over 2000 years ago... claiming God told them to... :) Way before the US existed... and way before elections existed with only 2 parties... way before... umm... point made. :) -Philip Michael Madi

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Philip Borkholder
Kind of like being asked as a young, intelligent person to go to Iraq and die for an oil supply.. uh ... err... "good of the country" hmmm... yea you're right, pretty stupid and unethical. Michael Madigan wrote: > I can't wait for the "End of Life Counseling" when a Government worker comes

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Philip Borkholder
..Bob said.. " Congress is not allowed to audit the Fed..." hmmm, last I knew, Congress <> the Fed :-) Try again Bobby > Seniors, are you paying attention?! > > "But he gives such nice speeches and makes such emphatic promises!" > > - Bob > > > >> -Original Message- >> From: profox-b

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

2009-07-31 Thread Michael Madigan
Phil, You're either a believer or you're not. Geoff professes to be a believer, therefore The Book of Revelation is as important a part of the New Testament as any book. The video showed an interesting tidbit on why Obama may be the Antichrist. I've listed many other possible connections too

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Michael Madigan
The Federal Reserve is an independent entity and not under control of the Congress. Try again Philly. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Fri, 7/31/09, Philip Borkholder wrote: > From:

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

2009-07-31 Thread Pete Theisen
Michael Madigan wrote: > http://www.youtube.com/watch?v=vXMAnlMmEPw Hi Michael, It is most unlikely that Jesus would use any future meanings to his words when he spoke to his listeners. How would they know what he was talking about? Barak Obama would not exist for nearly 2000 years and people

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

2009-07-31 Thread Philip Borkholder
Ha, Michael, There are those that can see the discrepancies in the old book that directly contradict or are not really applicable now... so if you want to take it all very literally then each of us would have lost an eye, a hand etc. or been stoned for our "due punishment". the whole talk of the

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

2009-07-31 Thread Michael Madigan
The Antichrist will not appear as the Antichrist to the non-believers and those mesmerized by him. There is no doubt that this is the first US President to have people routinely faint in his presence. * Join the OBAMA RESISTANCE MOVEMENT! htt

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

2009-07-31 Thread Michael Madigan
Sure Phil There are "Christians" who support abortions too. what does it matter? You don't believe in the word of God. I bet you don't believe in Satan either. Satan is just some mythical boogey man, right Phil? Is Jesus the Son of God or is that a myth too? *

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

2009-07-31 Thread Philip Borkholder
:-) I'm not losing sleep over this Michael :) Michael Madigan wrote: > Sure Phil There are "Christians" who support abortions too. what does it > matter? > > You don't believe in the word of God. I bet you don't believe in Satan > either. Satan is just some mythical boogey man, right Phil? >

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

2009-07-31 Thread Pete Theisen
Michael Madigan wrote: > The Antichrist will not appear as the Antichrist to the non-believers > and those mesmerized by him. There is no doubt that this is the > first US President to have people routinely faint in his presence. Hi Michael, That doesn't mean he is Satan, that means he is Elvis

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

2009-07-31 Thread Michael Madigan
The post wasn't intended for people like you. --- On Fri, 7/31/09, Philip Borkholder wrote: > From: Philip Borkholder > Subject: Re: [OT] Did Jesus give us the name of the Anti-Christ? > To: "ProFox Email List" > Date: Friday, July 31, 2009, 4:27 PM > :-) > I'm not losing sleep over this Mich

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

2009-07-31 Thread Michael Madigan
It doesn't necessarily mean he's the AntiChrist. Did people faint at the sight of Hitler? * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Fri, 7/31/09, Pete Theisen wrote: > From: Pete Theisen > S

RE: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Bob Calco
> ..Bob said.. > " Congress is not allowed to audit the Fed..." > hmmm, last I knew, Congress <> the Fed :-) > Try again Bobby You need to study the issue a bit more carefully. In fact, the Federal Reserve is a private corporation. It was created as a quasi-public central banking system, but l

Re: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 2:40 PM, Bob Calco wrote: > And that's actually one of the bill's more WTF provisions---mandatory > end-of-life counseling every five years starting at age 65. Another is > mandatory annual audits of every company that decides to self-insure. Mind > you, Congress is not allo

RE: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Michael Madigan
It's interesting to me that someone would openly mock you without the facts. I guess he wants to be like Obama. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Fri, 7/31/09, Bob Calco wrote: > From

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

2009-07-31 Thread Philip Borkholder
Is that because you're biased and like Shoe-fly pie too? :-) Michael Madigan wrote: > The post wasn't intended for people like you. > > > --- On Fri, 7/31/09, Philip Borkholder wrote: > > >> From: Philip Borkholder >> Subject: Re: [OT] Did Jesus give us the name of the Anti-Christ? >> To: "Pr

RE: Problem using Arg command bars

2009-07-31 Thread Peter Hart
Hi Everyone Part of the functionality of the Command Bard Office Button is that it can show the most recently used files AKA Word shows the most recent Documents saved. Also it allows you to open them from there. The following code will only mean something to anyone who has played with the contro

Re: Vista and Full Screen Dos FP app anyone?

2009-07-31 Thread Andrew Stirling
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 Andrew Stirling 01250 874580 http://www.calcpay.co.uk HMRC Accredited UK payroll program Stephen Russell w

RE: [NF] Silverlight

2009-07-31 Thread David Smith
Tis true! I am getting into it a bit ... It reminds me a lot of MS Frontpage when it first hit the market. Loads of potential, but a few rough edges around the outside. I'm in the "legos" stage now, where I learn a simple technique, document the heck out of it, and then stick it in the library. Onc

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

2009-07-31 Thread Pete Theisen
Michael Madigan wrote: > It doesn't necessarily mean he's the AntiChrist. Did people faint at the > sight of Hitler? Hi Michael, I think just mostly gave the stiff-armed "Heil Hitler" salute. >> That doesn't mean he is Satan, that means he is Elvis. >> It is most unlikely that Jesus woul

Re: [NF] Silverlight

2009-07-31 Thread Stephen Russell
On Fri, Jul 31, 2009 at 3:56 PM, David Smith wrote: > Tis true! I am getting into it a bit ... It reminds me a lot of MS Frontpage > when it first hit the market. Loads of potential, but a few rough edges > around the outside. I'm in the "legos" stage now, where I learn a simple > technique, docume

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

2009-07-31 Thread Philip Borkholder
And then fainted when they had to hold their arm up too high for too long... ;-) Pete Theisen wrote: > Michael Madigan wrote: > >> It doesn't necessarily mean he's the AntiChrist. Did people faint at the >> sight of Hitler? >> > > > Hi Michael, > > I think just mostly gave the stiff-arm

Re: [NF] Gmail integration with local mail client

2009-07-31 Thread MB Software Solutions, LLC
Fred Taylor wrote: > Outlook Express. No problem with retreiving/sending mail through gmail via > OE. Got it integrated with Outlook on the one workstation. Thanks. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabma

Re: Problem using Arg command bars

2009-07-31 Thread Stuart Dunkeld
> taItems[ lnCount, 3] = "ThisForm.EditPo(cPoNo)" > I have created a method in the form called EditPo and placed: > > LParameters cPoNo > MessageBox("Edit this PO no " + cPoNo) > > My problem is that this gives an error "Cannot find cPoNo" > > Any Ideas Your trouble is perhaps that cPoNo is not de

RE: [NF] Silverlight

2009-07-31 Thread John
I am writing an app that uses ESRI mapping with Silverlight and c#. I am having an issue trying to use a silverlight datagrid and putting a text hyperlink in. I've got some code that talks about using an image to do the hyperlink, but not text. I want to be able to launch webpages for things like G

Re: A Menu Utility to Limit Access...

2009-07-31 Thread Sytze de Boer
I had to so something similar for a client where they wanted every menu option limited to certain users. My problem was that, for example, "Client maintenance" was on the menu, but you could also get to the same functionality from within other applications. e.g. The user who was prevented from Clie

RE: [NF] Silverlight

2009-07-31 Thread John
My crime maps will be done using Silverlight, ESRI and C#. Now that MS has hit version 3, they've pretty much got it nailed, or so it appears. I've got some rad controls for Silverlight that are pretty slick and we plan to use it for more internal stuff too. I'm just getting into c#, but I'm managi

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

2009-07-31 Thread Michael Madigan
I was on a bus in Germany during the summer. These people don't use deodorant. * Join the OBAMA RESISTANCE MOVEMENT! http://www.cafepress.com/rightwingmike/6181419 --- On Fri, 7/31/09, Philip Borkholder wrote: > From: Philip Borkholder > Sub

RE: [NF] Silverlight

2009-07-31 Thread Dave
The honest answer is this: I don't know. That being said, I have two ideas that may work... If your cell is in a predictable location on the grid, you might be able to assign a hyperlink based on the mouse position or as a mouse hover event or click event over the coordinates of that cell. Another

RE: [OT] Health Care via RE: [NF] Apps for the iPhone, watch out

2009-07-31 Thread Bob Calco
> It's interesting to me that someone would openly mock you without the > facts. Geoffflightitis -- also known as "pet rock flu" -- is very contagious, quite possibly the next pandemic about which the WHO will have to waive its hands uselessly. Fortunately it's never fatal, it just makes you fee

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

2009-07-31 Thread Geoff
Im a believer ok, I thought that was obvious. But at the same time I ahve a brain and a sense of logic and perspective. What the Word of God says on a matter is final. but in this case the Word of God is saying no such thing and it takes a torturous application of linguistic analysis to come to a

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

2009-07-31 Thread Geoff
it probably hasnt yet occured to you that you regularly elect OLD guys who are generally ugly, ungainly and the antithesis of a sex-symbol. this time you have elected a young, good-looking guy with superb interpersonal relationship skills and clearly superior public speaking and leadership skills.

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

2009-07-31 Thread Geoff
Pete, that was the best comment on the 'cult' of obama Ive heard yet! it actually cuts to the core of the real problem. he is very well liked! oh, what a sin!! -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Pete Theisen Sent: Saturday, 1 Au

  1   2   >