[NF] Useful list of bootable recovery CDs for disinfecting machines.

2011-12-23 Thread Alan Bourke
http://www.metafilter.com/110822/For-those-family-computer-rescue-sessions Windows Defender Offline Beta Kaspersky Rescue Disk 10 BitDefender Bootable CD Avira Bootable CD Plus Hiren and all the other ones you know and love. -- Alan Bourke alanpbourke (at) fastmail (dot) fm

Re: [NF] Finding an Old Friend...

2011-12-23 Thread Alan Bourke
On Thu, Dec 22, 2011, at 11:29 AM, Kurt Wendt wrote: > if anyone here could point me to some kind of > good suggestion about using the Web to track him down. FaceBook is the obvious one - although if he has a common name and hasn't posted a profile picture it could be a chore. LinkedIn is anothe

Re: [NF] Finding an Old Friend...

2011-12-23 Thread Allen
Maybe someone could make a cheap pay for site without the ads, that would kill off Faceache Al -Original Message- FaceBook is the obvious one - although if he has a common name and hasn't posted a profile picture it could be a chore. LinkedIn is another good bet. Using those I have got

Re: Merry Christmas

2011-12-23 Thread Jean Laeremans
http://www.youtube.com/watch?v=8gFYzErcweg&feature=player_embedded A+ jml ___ 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/profoxtec

Re: Strange table access troubles

2011-12-23 Thread Tracy Pearson
Michael Madigan wrote: >Would it have anything to do with the trusted site settings?  > > When I changed the directory name it started to work. That rules out rights. Copied the data to a new folder, works in copied folder, renamed the folders, stopped working once the name was that number aga

Re: Merry Christmas

2011-12-23 Thread Pete Theisen
Jean Laeremans wrote: > http://www.youtube.com/watch?v=8gFYzErcweg&feature=player_embedded > > A+ > jml Hi Jean, Now THAT is cute! -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___ Post Messages to: ProFox@leafe.com Subscr

[OT] If she is "roaming wild" she is not "possessed"?

2011-12-23 Thread Pete Theisen
Hi Everybody, Wouldn't want anyone in NYc to have done anything wrong or anything . . . http://www.foxnews.com/us/2011/12/23/illegal-wolf-dog-hybrid-caught-roaming-streets-new-york/ -- Regards, Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ___

Re: Strange table access troubles

2011-12-23 Thread Christof Wollenhaupt
Do you have a CD or Set Default to in your code? If so, try without. Is there a file with the same name 33259 somewhere in the path, either the Windows search path or the Set Path to setting? If that's not the case, I'd use Process Monitor from Sysinternals to obtain a more specific error messag

Re: Merry Christmas

2011-12-23 Thread Stephen Russell
On Fri, Dec 23, 2011 at 5:06 AM, Jean Laeremans wrote: > http://www.youtube.com/watch?v=8gFYzErcweg&feature=player_embedded - or http://www.youtube.com/watch?v=reMq5fM874k -- Stephen Russell 901.246-0159 cell ___ Post Messages to: P

Re: Merry Christmas

2011-12-23 Thread Jean Laeremans
A+ jml ___ 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 Archive: http://leafe.com/archives/search/profox This

RE: Strange table access troubles

2011-12-23 Thread Tracy Pearson
Christof Wollenhaupt wrote on 2011-12-23: > Do you have a CD or Set Default to in your code? If so, try without. Is there a file with the same name 33259 somewhere in the path, either the Windows search path or the Set Path to setting? If that's not the case, I'd use Process Monitor from Sysinter

Re: [OT] WTF for cop guys on the list

2011-12-23 Thread Jean Laeremans
On Fri, Dec 23, 2011 at 4:46 PM, Pete Theisen wrote: > Seems the money has nowhere to come from, though. A made-up person > doesn't pay the ticket. > Trouble reading Pete ??? "In June, the New Orleans Police Department received a federal grant that provides overtime pay to officers who help enforc

Re: Alternatives to storing a user's password in your database

2011-12-23 Thread Ed Leafe
On Dec 21, 2011, at 5:19 PM, Grigore Dolghin wrote: > Bottom line: stick to industry-proven solutions. Every single time. No > matter if it's storing passwords, or using sql parameters instead > concatenating the sql and checking for invalid input (this was discussed a > while ago). Stick to stand

Shortcut menu - copy paste

2011-12-23 Thread Michael Savage
I have never created a shortcut menu before. I want to implement one that does the Cop and Paste from an edit box to another field. ie, highlight a section of the edit box, right click in the edit box, up pops the menu, user selects copy, moves to other field and presses paste. Is this even pos

Re: Strange table access troubles

2011-12-23 Thread Christof Wollenhaupt
Is this COM server an EXE server or an MTDLL Server? MTDLLs do not support a current directory. I've had crashes and all sorts of strange errors when a COM DLL use CD or SET DEFAULT TO. Christof ___ Post Messages to: ProFox@leafe.com Subscription Main

RE: Shortcut menu - copy paste

2011-12-23 Thread Kent Belan
Hello Mike, Put this code in the RightClick method of your editbox control. If you have your controls subclassed, put this code in your base class ... LOCAL llNoTextSelected, llClipboardEmpty, llNothingToSelect * Don't let them copy if there's no text selected or it's a password llNoTextSelected

Re: [OT] WTF for cop guys on the list

2011-12-23 Thread Pete Theisen
Jean Laeremans wrote: > On Fri, Dec 23, 2011 at 4:46 PM, Pete Theisen wrote: >> Seems the money has nowhere to come from, though. A made-up person >> doesn't pay the ticket. >> > Trouble reading Pete ??? > "In June, the New Orleans Police Department received a federal grant > that provides overtim

RE: Strange table access troubles

2011-12-23 Thread Tracy Pearson
Christof Wollenhaupt wrote on 2011-12-23: > Is this COM server an EXE server or an MTDLL Server? MTDLLs do not support a current directory. I've had crashes and all sorts of strange errors when a COM DLL use CD or SET DEFAULT TO. > > Christof Christof, It is an EXE server. In the INIT of

Re: Shortcut menu - copy paste

2011-12-23 Thread Allen
I use this and the shortcut class depending on what I want. Shortcut class works fine but you will need to look for the bit that mentions _screen and change it if you use proper forms. Al -Original Message- Hello Mike, Put this code in the RightClick method of your editbox control. If

Re: Alternatives to storing a user's password in your database

2011-12-23 Thread Paul Hill
On Fri, Dec 23, 2011 at 4:02 PM, Ed Leafe wrote: > On Dec 21, 2011, at 5:19 PM, Grigore Dolghin wrote: > >> Bottom line: stick to industry-proven solutions. Every single time. No >> matter if it's storing passwords, or using sql parameters instead >> concatenating the sql and checking for invalid

RE: [OT] WTF for cop guys on the list

2011-12-23 Thread john harvey
Funny you should mention the sporadic ticket writing. Here in Memphis, we cut crime by 30% since 2006 and were rewarded this year with a 4.6% pay cut. Yep, pay CUT. Well, I'm not out in the streets writing tickets, so I'm not a part of the retribution, but the officers have all but quit writing tic

RE: [OT] WTF for cop guys on the list

2011-12-23 Thread john harvey
Yep, he could pull the data from a database, but that's where the wheels come off the wagon. I'll bet his name tag said DOOFUS. John -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Pete Theisen Sent: Friday, December 23, 2011 9:44 AM To: Pr

[OT] An excerpt form Dicken's "A Chirtmas Carol"

2011-12-23 Thread lelandj
#-- Ignorance and Want: "'Forgive me if I am not justified in what I ask,' said Scrooge, looking intently at the Spirit's robe,' but I see something strange, and not belonging to yourself, protruding from your skirts. Is it a foot or a claw.' 'It might be

RE: [NF] Finding an Old Friend...

2011-12-23 Thread PabloSr
-Original Message- On Thu, Dec 22, 2011, at 11:29 AM, Kurt Wendt wrote: > if anyone here could point me to some kind of good suggestion about > using the Web to track him down. Kurt, Try a newspaper close to where you think he may be living. I found the fellow with whom I attended col

Re: [OT] WTF for cop guys on the list

2011-12-23 Thread Michael Oke, II
It's not overtime criteria, it's funding criteria. Collectibility of the tickets has nothing to do with it. It would be funny if he was just doing what he was told. Michael Oke, II 661-349-6221 Contents of this and all messages are intended for their designated recipient. On Dec 23, 2011, at

Re: Merry Christmas,

2011-12-23 Thread MB Software Solutions, LLC
On 12/23/2011 2:54 PM, Vincent Teachout wrote: > Happy New Year, Happy Hanukkah, Happy Kwaanza, Fine Festivus, Bright > Yule, Joyful and Peaceful Whatever Holiday you celebrate, and have a > great weekend if you celebrate none! > > I'm outta here! Ditto! -- Mike Babcock, MCP MB Software Soluti

Re: Merry Christmas and Happy Hanukkah

2011-12-23 Thread Ken Dibble
My sentiments also. I don't post much, and I'm rarely here in time to answer a question before three or four other people answer it, but I read the list daily and rely on it at times. Thanks everybody, and may the new year bring you good things. Ken Dibble www.stic-cil.org >Peace to all > >--

Re: Merry Christmas,

2011-12-23 Thread Michael Madigan
Teachout out From: Vincent Teachout To: ProFox Email List Sent: Friday, December 23, 2011 2:54 PM Subject: Merry Christmas, Happy New Year, Happy Hanukkah, Happy Kwaanza, Fine Festivus, Bright Yule, Joyful and Peaceful Whatever Holiday you celebrate, and h