RE: fuzzy on return

2012-06-25 Thread Richard Kaye
And just in case I've added to the confusion with my pseudo-code, you don't have to put up the messagebox when your function call does not return .t. SET PROCEDURE TO c:\alldat2\programs\CALLRemote ADDITIVE Local returnValue returnValue = CALLRemote('c:\alldat\irctrl\amp-volup.ir') IF

RE: [NF] Business Notebook Recommendations

2012-06-26 Thread Richard Kaye
IIRC Asus OEMs a good chunk of Dell's systems. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Tuesday, June 26, 2012 12:45 PM Subject: Re: [NF] Business Notebook Recommendations On 06/26/2012 08:41 AM,

RE: Repair vcx

2012-06-27 Thread Richard Kaye
It depends on the type of corruption. Can you open the VCX as a table? -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Graham Brown Sent: Wednesday, June 27, 2012 8:59 AM To: profoxt...@leafe.com Subject: Repair vcx Hi

RE: Repair vcx

2012-06-27 Thread Richard Kaye
That means the memo portion of the table has a problem. You're going to need a more sophisticated tool such as Abri Recover to repair memo corruption and restoring from a recent backup, if you have one, will be the fastest route. -- rk -Original Message- From:

RE: [NF] Buying software online (grumble)

2012-06-27 Thread Richard Kaye
I've upgraded my Parallels a few times. If you don't get that, you have a relatively limited window for downloading the installer and no recovery option once that window passes. It's basically insurance and IIRC you can just uncheck the box before finalizing your purchase. -- rk -Original

RE: Sending E-mails from VFP

2012-06-29 Thread Richard Kaye
The Fox wiki has some good articles summarizing the various options for programmatically sending email. http://fox.wikis.com/wc.dll?Wiki~AutomatedEmail~VFP -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Harvey Sent:

RE: [NF] Kids toy becomes real

2012-07-02 Thread Richard Kaye
I've got to make time to watch this... -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Monday, July 02, 2012 11:54 AM To: profoxt...@leafe.com Subject: [NF] Kids toy becomes real

RE: [NF] Look what we found

2012-07-02 Thread Richard Kaye
Pete, you've sunk to a new low. This is one kike who really doesn't appreciate your use of that term. Keep your slurs to yourself. Better yet, why don't you go just hang out somewhere else when you feel the urge to share your personal prejudices. I'm sure that Iranian website where Stephen

RE: [NF] Look what we found

2012-07-02 Thread Richard Kaye
, 2012 3:48 PM To: profoxt...@leafe.com Subject: Re: [NF] Look what we found On 07/02/2012 03:30 PM, Richard Kaye wrote: Hi Richard, ROFL! Don't you know by now this is all in fun? ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

RE: [ADMIN] Abuse on the lists

2012-07-02 Thread Richard Kaye
Thanks. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Monday, July 02, 2012 5:01 PM To: profoxt...@leafe.com Subject: [ADMIN] Abuse on the lists I have received a flood of complaints from list

RE: [ADMIN] Abuse on the lists

2012-07-02 Thread Richard Kaye
I don't know if he does know better, Ted. People who regularly spew like that rarely do seem to understand why others are less amused. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Monday, July 02, 2012

RE: [NF] Look what we found

2012-07-03 Thread Richard Kaye
I've had one for a while but somehow he still creeps back in. Probably my lack of expertise with, as I like to call it, Stupid Outlook. IAC it's being handled at the front gate now. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On

RE: report problem

2012-07-10 Thread Richard Kaye
And since no one has mentioned it yet, if the printer environment is saved in the FRX, this can result in the reported behavior when the stored printer reference does not exist. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf

RE: report problem

2012-07-10 Thread Richard Kaye
And it is spelled irate, with one R. (Brought to you by the spelling and grammar matter department. ) :) -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Oke, II Sent: Tuesday, July 10, 2012 2:37 PM To:

RE: report problem

2012-07-10 Thread Richard Kaye
One more thing occurs to me about this. And it actually happened to me on my work network. Some kind of glitch at the domain level kept resetting my default printer. IIRC at least once it got set to a file based printer (i.e. the Windows equivalent of a PDF driver). When this happened, I would

RE: VFP9-Reporting

2012-07-12 Thread Richard Kaye
I posted a little utility prg to the uploads section here a long time ago that strips the printer specific stuff out of a single FRX or an entire folder. There's a bug in the report designer that will flip the printer environment back on. Doug Hennig blogged about it some time ago and posted a

RE: [NF] Small fixed dialogue box in MS SQL Server Mgmt Studio (2008 R2)

2012-07-12 Thread Richard Kaye
Try scripting and a text editor, Mike. You can make the window as big as you want... g,dr -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Thursday, July 12, 2012 10:14 AM To:

RE: SQL Grouping Problem...

2012-07-18 Thread Richard Kaye
If you have enginebehavior 80 or 90, VFP will expect conformance to ANSI standard for grouping. You need to add aggregate functions to the non-grouped columns or add those columns to the group as Mr. Jarvis suggested. -- rk -Original Message- From: profoxtech-boun...@leafe.com

RE: What was that old trick for getting Intellisense to work in a PRG class with THIS. references?

2012-07-18 Thread Richard Kaye
LOCAL myvar AS [myclass.myobject] You have to have set classlib to myclass in scope. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday, July 18, 2012 3:39 PM To: profoxt...@leafe.com

RE: Max screen

2012-07-23 Thread Richard Kaye
Are you using the XFRX previewer? If not, I'd suggest looking into using that. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Sytze de Boer Sent: Saturday, July 21, 2012 3:19 AM To: profoxt...@leafe.com Subject: Re: Max

RE: SYS(3054)

2012-07-24 Thread Richard Kaye
Do you possibly have SET ECHO ON? I have used this without any screen echoes in a prg. SYS(3054,12,[cResults]) Query blah blah blah cresults=CR+CR+[Query ran in ]+TRANSFORM(nEnd-nStart)+[ seconds.]+CR+cresults STRTOFILE(cresults, [c:\rfc\sys3054.txt],1) MODIFY FILE [c:\rfc\sys3054.txt] NOWAIT

RE: VFP9 SP2 weird issue on Win 7 x64 SP1

2012-07-25 Thread Richard Kaye
On my system, the dropdown orientation appears to be relative to the location of the method window. If it's lower down, the dropdown is a dropup... :) The tipping point location seems to be the top of the method window is roughly 3/4 from the top of the display. I'd be looking at display driver

RE: Logo

2012-07-26 Thread Richard Kaye
Until your table/memo gets corrupted. :) Or simply put the image file in the same folder as your reports. Make sure you size/format it to the exact print dimensions as opposed to allowing VFP to size the image. -- rk -Original Message- From: profoxtech-boun...@leafe.com

RE: Logo

2012-07-26 Thread Richard Kaye
Hey Jeff, No offense intended. In theory, you have potential performance differences between opening the table, locating the right row, grabbing the data from the memo and finally saving it back to disk. My suggestion is you can bypass all that by simply referring to the file that's already

RE: Logo

2012-07-26 Thread Richard Kaye
Hi Bryant, Try this topic in the VFP help file How to: Add Pictures to Reports -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Bryant Minard Sent: Thursday, July 26, 2012 11:11 AM To: profoxt...@leafe.com Subject: Re:

RE: Logo

2012-07-26 Thread Richard Kaye
Good to know. I wasn't sure and if I'm going to be offensive, I want it to be explicit... g The performance comment was more theoretical in nature. I expect that in practical terms it's nil. But as Ted always says, you have to test these things in the proper environment to know for sure. I

RE: Logo

2012-07-26 Thread Richard Kaye
Now you're just being cruel... ;-) -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ed Leafe Sent: Thursday, July 26, 2012 11:38 AM To: profoxt...@leafe.com Subject: Re: Logo Is there anyone still using VFP who is

RE: VFP data and VPN

2012-07-30 Thread Richard Kaye
If you are connected to the remote computer via RDP and your connection is configured to share your local resources in the RDP session, you can connect to a share on your computer and copy files that way. In a command window in the RDP session, it would look like this: net use x:

RE: Getting the My Documents folder

2012-07-31 Thread Richard Kaye
Here's something we've been using for a while that uses the Windows API. Don't know where we pinched it from or if it's better... FUNCTION GetSpecialFolderLocation(m.nFolderID AS Integer, m.lCreateNew AS Boolean) * Some common folder ids (refer to SHGetFolderPath in MSDN) #DEFINE CSIDL_PERSONAL

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
I'd post this over on the Google Group for Thor. That's where Jim Nelson tends to hang out. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Tuesday, July 31, 2012 1:25 PM To:

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
...@leafe.com Subject: Re: PEM Code Editor version 7.11 bug On 7/31/2012 1:39 PM, Richard Kaye wrote: I'd post this over on the Google Group for Thor. That's where Jim Nelson tends to hang out. CodePlex wouldn't be enough? I had put it there. -- Mike Babcock, MCP

RE: PEM Code Editor version 7.11 bug

2012-07-31 Thread Richard Kaye
Software Solutions, LLC Sent: Tuesday, July 31, 2012 2:17 PM To: profoxt...@leafe.com Subject: Re: PEM Code Editor version 7.11 bug On 7/31/2012 1:43 PM, Richard Kaye wrote: Maybe. There are GGs for Thor GoFish that I tend to monitor more than the VFPX forums. Does that mean you use Thor

RE: Client manager?

2012-08-01 Thread Richard Kaye
IIRC Dave Crozier was working on a Lotus Organizer(?) clone in VFP? But that was a long time ago. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, August 01, 2012 10:47 AM To: profoxt...@leafe.com

RE: corrupted table and database issues

2012-08-07 Thread Richard Kaye
Did you use the RECOVER option when executing VALIDATE DATABASE? Make sure you have a copy of the table, index and memo, if any. Once the DBC is repaired, you may be able to simply ADD TABLE. If the recover does remove the table reference from the DBC, you will need to re-establish any metadata

RE: Field Width

2012-08-07 Thread Richard Kaye
I believe the 6 would include the decimal point so for positive values it should be 999.99. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Weller Sent: Tuesday, August 07, 2012 4:22 PM To: profoxt...@leafe.com

RE: Field Width

2012-08-07 Thread Richard Kaye
) I would have expected an error on the larger numbers. Richard Kaye Vice President, Auction House Systems Artfact/RFC Systems Voice: 617.746.9838 Fax: 617.746.9801 For the fastest response time, please send your support queries to: Technical Support - techsupp...@rfcsystems.com Internet

RE: Query taking 4 minutes...ugh

2012-08-16 Thread Richard Kaye
You didn't say how many rows are in these tables. Go xBase. Try COPY TO and APPEND FROM. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions General Account Sent: Thursday, August 16, 2012 10:29 AM To:

RE: EDI, Hex VFP - Oh My...

2012-08-16 Thread Richard Kaye
?INT(VAL(TRANSFORM(0x65))) :-) -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Thursday, August 16, 2012 2:59 PM To: profoxt...@leafe.com Subject: RE: EDI, Hex VFP - Oh My... Then it dawned on me - and

RE: Query taking 4 minutes...ugh

2012-08-17 Thread Richard Kaye
Good spot, Bill! -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Bill Anderson Sent: Friday, August 17, 2012 12:29 AM To: profoxt...@leafe.com Subject: Re: Query taking 4 minutes...ugh Store the AddBS() function and the

RE: just installed vfpro-9

2012-08-17 Thread Richard Kaye
Rick Schummer has a good whitepaper on maintaining multiple versions of VFP 9 installed. You may be able to apply some of his techniques. http://www.whitelightcomputing.com/resources/VFP9AllVersionsOnOneComputer.pdf -- rk -Original Message- From: profoxtech-boun...@leafe.com

RE: Help!! With grid event .AfterRowColChange

2012-08-22 Thread Richard Kaye
Containership rules... Create a method in either the grid itself or its parent (form? Class?) to handle grid clicks and use BINDEVENTS as needed. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent:

RE: Help!! With grid event .AfterRowColChange

2012-08-22 Thread Richard Kaye
ASSERTS are a better way to invoke the debugger than SET STEP ON as they will not cause errors in a runtime environment. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rafael Copquin Sent: Wednesday, August 22, 2012 2:01

RE: Help!! With grid event .AfterRowColChange

2012-08-22 Thread Richard Kaye
Of Allen Sent: Wednesday, August 22, 2012 2:50 PM To: profoxt...@leafe.com Subject: RE: Help!! With grid event .AfterRowColChange Set step does not error, at least in VFP9 Al -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye

RE: Problem with Foxcharts

2012-08-24 Thread Richard Kaye
The source for SYSTEM.APP is from the GDIPlusX project at VFPX. http://vfpx.codeplex.com/releases/view/15083 -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul Newton Sent: Friday, August 24, 2012 9:10 AM To:

RE: [NF] loopy visual studio

2012-09-07 Thread Richard Kaye
Or even the new, improved GoFish on VFPX. http://vfpx.codeplex.com/wikipage?title=GoFish -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, September 07, 2012 4:07 PM To:

RE: [NF] loopy visual studio

2012-09-07 Thread Richard Kaye
It started as a separate project but has gradually gotten more integrated with Thor. If you're using Thor, checking for updates should show it to you. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions,

RE: OS() and Windows Version

2012-09-10 Thread Richard Kaye
Seems the same in SP2, Dan. If you use OS(4), it returns a 1 -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dan Covill Sent: Monday, September 10, 2012 2:47 PM To: profoxt...@leafe.com Subject: OS() and Windows Version

RE: Version control

2012-09-12 Thread Richard Kaye
There is a SVN-VFP project on VFPX that is supposed to give that integration to the VFP project. Because I'm so tied in to VSS I haven't pushed on it hard enough to figure out how well it works. http://vfpx.codeplex.com/wikipage?title=SubFox -- rk -Original Message- From:

RE: Version Control

2012-09-12 Thread Richard Kaye
You could also run gendbc against your DBC and store the resulting PRG in your SCC system. -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of Charlie Coleman Sent: Thursday, March 25, 2004 7:06 PM To: profoxt...@leafe.com

RE: Speed

2012-09-12 Thread Richard Kaye
IIRC the BETWEEN() function became Rushmore aware in VFP 9. However, the older I get, the probability of me RC decreases... ;-) -- rk -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Wednesday,

RE: [NF] all of a sudden pop3 not working, client losing mind

2012-09-13 Thread Richard Kaye
Pings are not always conclusive as routers can be configured to not respond to them. Having said that, they are useful as a general connectivity test. I like using pathping in later versions of Windows. It's a combination of ping and tracert. Shows you all the hops between your location and the

RE: [NF] all of a sudden pop3 not working, client losing mind

2012-09-13 Thread Richard Kaye
] all of a sudden pop3 not working, client losing mind Thanks Richard - Original Message - From: Richard Kaye rk...@artfact.com To: profox@leafe.com profox@leafe.com Cc: Sent: Thursday, September 13, 2012 4:00 PM Subject: RE: [NF] all of a sudden pop3 not working, client losing mind Pings

RE: Happy Halloween and test, test, test

2012-10-31 Thread Richard Kaye
Eek! You're scary! -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Wednesday, October 31, 2012 2:09 PM To: profoxt...@leafe.com Subject: Happy Halloween and test, test, test Just got internet connectivity back and noticed no

RE: Happy Halloween and test, test, test

2012-10-31 Thread Richard Kaye
Subject: Re: Happy Halloween and test, test, test On Wed, Oct 31, 2012 at 2:11 PM, Richard Kaye rk...@artfact.com wrote: Eek! You're scary! That's what she said! Oh, wait ;) ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

RE: VFP9SP2 order of objects issue

2012-11-08 Thread Richard Kaye
Isn't that something you can control to a certain extent by setting tab order or zorder? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Thursday, November 08, 2012 1:53 PM To: profoxt...@leafe.com Subject:

RE: VFP9SP2 order of objects issue

2012-11-08 Thread Richard Kaye
...@leafe.com Subject: Re: VFP9SP2 order of objects issue On 11/8/2012 3:02 PM, Richard Kaye wrote: Isn't that something you can control to a certain extent by setting tab order or zorder? That's what I thought. Although I've never coded in the ZOrder method

RE: [ADMIN] Want to help?

2012-11-09 Thread Richard Kaye
keeping this list running by sending me some money. As much as I've appreciated such offers, I always turn them down. Today, though, I am asking for money, but not for me. It's for the fight against Cystic Fibrosis. [Richard Kaye] snip ___ Post

RE: [ADMIN] Want to help?

2012-11-09 Thread Richard Kaye
Give 'em an inch and they'll take a micron I always say... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Friday, November 09, 2012 10:10 AM To: profoxt...@leafe.com Subject: RE: [ADMIN] Want to help? I'm not that old and

RE: VFP9SP2 apps on Windows 7 boxes

2012-11-09 Thread Richard Kaye
I don't see how the version has any relevance as to whether your VFP stuff will run. I work all day on 1 64 bit W7 system with no problems; Aero or otherwise. The only question would be if you need to simulate a domain style environment for some reason. -- rk -Original Message- From:

RE: [NF] John McAfee wanted for murder

2012-11-12 Thread Richard Kaye
Wow! What a wild story... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Michael Madigan Sent: Monday, November 12, 2012 2:46 PM To: profoxt...@leafe.com Subject: [NF] John McAfee wanted for murder He's been murdering my CPU performance

RE: [NF] SATA Drive a Dead PC...

2012-11-14 Thread Richard Kaye
Have you tried booting Windoze in Safe Mode? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ VR-FX Sent: Wednesday, November 14, 2012 2:18 PM To: profoxt...@leafe.com Subject: Re: [NF] SATA Drive a Dead PC... YEah - but, that's

RE: [NF] SATA Drive a Dead PC...

2012-11-14 Thread Richard Kaye
Safe Mode may boot, which would be the goal of the exercise as I assume you're mainly interested in retrieving data, not applications. :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ VR-FX Sent: Wednesday, November 14, 2012 3:34

RE: [NF] A blast from the past

2012-11-19 Thread Richard Kaye
I took a training class with George back in the day... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Lukachko Sent: Saturday, November 17, 2012 7:56 PM To: profoxt...@leafe.com Subject: [NF] A blast from the past Walt Kennamer was

RE: QR Codes in VFP

2012-11-20 Thread Richard Kaye
This feels like one of those things that should be supported by the GDIPlus library? _screen.system.Drawing.Image.FromStream(...) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Dave Crozier Sent: Monday, November 19, 2012 10:59 AM To:

RE: [NF] SATA Drive a Dead PC...

2012-11-27 Thread Richard Kaye
Hi Kurt, Not sure if you're still trying to recover this data on your own but today's GOTD tool may help. http://www.giveawayoftheday.com/hdd-mechanic/ -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt @ VR-FX Sent: Wednesday, November

RE: [NF] SATA Drive a Dead PC...

2012-11-27 Thread Richard Kaye
, -K- On 11/27/2012 8:16 AM, Richard Kaye wrote: Hi Kurt, Not sure if you're still trying to recover this data on your own but today's GOTD tool may help. http://www.giveawayoftheday.com/hdd-mechanic/ -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com

RE: [NF] SATA Drive a Dead PC...

2012-11-27 Thread Richard Kaye
If the BIOS won't see the disk at all, that smells like the embedded controller is fried. If that's the case, you're out of luck without using a professional data recovery service that can pull the physical platter(s) out of the drive. -- rk -Original Message- From: ProfoxTech

RE: [NF] SATA Drive a Dead PC...

2012-11-28 Thread Richard Kaye
Loud clicking noises probably mean you're crashing the heads into the platters or the walls of the drive. Either way, I think you've got a significant hardware problem and should probably start writing a eulogy... -- rk -Original Message- From: ProfoxTech

RE: [NF] SATA Drive a Dead PC...

2012-11-29 Thread Richard Kaye
Absolutely. Not to beat a dead drive here but what you need is a pro service that will physically disassemble the drive in a clean room environment, remove the platter(s) and place them in a functional controller/drive housing, read the data and dump out to some other storage. If the platters

RE: [NF] safe? Passwords that is

2012-12-04 Thread Richard Kaye
Almost. I always thought sites like this were *really* created to encourage folks that are very proud of their clever passwords to contribute them for subsequent insertion into the play diabolical music here Giant Evil Hacker List of Passwords. ;-) But maybe I'm just paranoid... -- rk

[NF] MySQL in this week's SANS vulnerability list

2012-12-06 Thread Richard Kaye
For all you MySQL fans out there, batten down the hatches... Title: Multiple Remote 0-Day Attacks Against MySQL Databases Description: A slew of remotely exploitable bugs in MySQL were released by security researcher KingCope on the Full-Disclosure mailing list over the weekend, with exploits

RE: Visual C++ Buffer Overrun Detected

2012-12-07 Thread Richard Kaye
Perhaps a runtime/EXE version mis-match? Can you add some logging to a file so you can determine at exactly what point the overflow is happening? Things like memory variables in scope, libraries, etc. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On

RE: Visual C++ Buffer Overrun Detected

2012-12-07 Thread Richard Kaye
What about local data files on that computer? Simply blowing up feels like a corrupted DBF/CDX. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Friday, December 07, 2012 12:26 PM To: profoxt...@leafe.com Subject: Re: Visual

RE: [NF] Windows has fallen behind Apple IOS and Google Android...

2012-12-14 Thread Richard Kaye
Don't Crush That Dwarf. Hand Me the Pliers. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Friday, December 14, 2012 2:21 PM To: profoxt...@leafe.com Subject: Re: [NF] Windows has fallen behind Apple IOS and Google Android...

RE: Import XLS into Visual FoxPro

2012-12-18 Thread Richard Kaye
ssClasses is now a VFPX project. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Sytze de Boer Sent: Tuesday, December 18, 2012 2:24 PM To: profoxt...@leafe.com Subject: Re: Import XLS into Visual FoxPro

RE: [NF] Immutable Audit Trails

2013-01-10 Thread Richard Kaye
Ummm. Write your immutable audit files to WORM media instead of R/W? :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ken Dibble Sent: Thursday, January 10, 2013 2:14 PM To: profoxt...@leafe.com Subject: Re: [NF] Immutable Audit Trails

RE: FINGER TROUBLE

2013-01-11 Thread Richard Kaye
regex should do the trick. VFP 9 code references has some limited regex support. And then there's the VFPX GoFish project, which I highly recommend. It has a great deal of flexibility in searching and can also do replaces for you. It also supports basic wildcard searching as well as regex. I

RE: [NF] Immutable Audit Trails

2013-01-11 Thread Richard Kaye
Who knew? WORM doesn't mean WORM? Thanks for that tidbit, Andy. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of AndyHC Sent: Friday, January 11, 2013 2:33 AM To: profoxt...@leafe.com Subject: Re: [NF] Immutable Audit Trails [Richard Kaye

RE: [NF] Java Security issue

2013-01-14 Thread Richard Kaye
It also made the NYT: http://bits.blogs.nytimes.com/2013/01/13/u-s-agency-warns-of-java-software-problem/?ref=technology -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Monday, January 14, 2013 1:21 PM To: profoxt...@leafe.com

RE: [NF] Java Security issue

2013-01-14 Thread Richard Kaye
The NoScript plug-in is also a good way to opt out of analytics or any 3rd party JS. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Ted Roche Sent: Monday, January 14, 2013 3:20 PM To: profoxt...@leafe.com Subject: Re: [NF] Java Security

RE: [NF] Time for a rest ..

2013-01-15 Thread Richard Kaye
Ouch... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Alan Bourke Sent: Tuesday, January 15, 2013 7:58 AM To: profoxt...@leafe.com Subject: [NF] Time for a rest .. ... you've had a good long run. http://i50.tinypic.com/2mr8g9d.jpg --

RE: Form Not Initializing

2013-01-23 Thread Richard Kaye
Contained controls init before the parent container. So if one of your controls is blowing up, there could be something in the framework that prevents the form from coming up. I've also seen this kind of behavior when there's a corrupted table or index. -- rk -Original Message- From:

RE: Intellisense is Gone?

2013-01-23 Thread Richard Kaye
If somehow _vfp.EditorOptions got set to an empty string that will disable Intellisense completely. This can be stored in the resource file iirc. The guy I've been working with for the last 20 years hates Intellisense. We used to have Intellisense fights when doing remote support for our

RE: Intellisense is Gone?

2013-01-24 Thread Richard Kaye
Subject: Re: Intellisense is Gone? On 1/23/2013 4:27 PM, Richard Kaye wrote: The guy I've been working with for the last 20 years hates Intellisense. We used to have Intellisense fights when doing remote support for our clients who had full dev environments installed. Wow...he hates

RE: Intellisense is Gone?

2013-01-24 Thread Richard Kaye
He prefers to live in the business application/database domain as opposed to operating systems so the answer to that is probably meh. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] Sent: Thursday, January 24, 2013 7:48 AM To: profoxt...@leafe.com

RE: When was WhilFest with the Purple Shirt?

2013-01-28 Thread Richard Kaye
IIRC I was there 4 years in a row (2000-2003) and then 2005? The purple one was the Wizard one, right? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Stephen Russell Sent: Monday, January 28, 2013 3:37 PM To: profoxt...@leafe.com Subject:

RE: When was WhilFest with the Purple Shirt?

2013-01-28 Thread Richard Kaye
...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Monday, January 28, 2013 4:06 PM To: profoxt...@leafe.com Subject: Re: When was WhilFest with the Purple Shirt? On 1/28/2013 3:40 PM, Richard Kaye wrote: IIRC I was there 4 years in a row (2000-2003) and then 2005? The purple one was the Wizard

RE: Using LostFocus Instead of Valid

2013-01-31 Thread Richard Kaye
Back in the day, all we had was VALID and it was good... or not good... g The boolean value returned from the valid code determined if the user could move on to the next data entry control. If we return .f. from the VALID, the user is effectively told they can't leave the table until they eat

RE: Print Table Structure

2013-02-06 Thread Richard Kaye
If you do ever use DISPLAY or LIST TO FILE for something, don't forget the NOCONSOLE keyword if you want to avoid having the output echoed to the screen. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of John Weller Sent: Wednesday, February

RE: Quit option

2013-02-07 Thread Richard Kaye
Or branch on _vfp.StartMode to either QUIT or CANCEL. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Frank Cazabon Sent: Thursday, February 07, 2013 11:26 AM To: profoxt...@leafe.com Subject: Re: Quit option James, I've never had the need

RE: More Screen Hacking Custom Methods...

2013-02-12 Thread Richard Kaye
IIRC, in addition to the memo field that contains the method code, there's a column in the SCX where the property and method names are all stored. Methods are preceded with an asterisk. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt

RE: More Screen Hacking Custom Methods...

2013-02-12 Thread Richard Kaye
Reserved3 in the first record of the SCX. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Tuesday, February 12, 2013 2:49 PM To: profoxt...@leafe.com Subject: RE: More Screen Hacking Custom Methods... IIRC, in addition

RE: More Screen Hacking Custom Methods...

2013-02-12 Thread Richard Kaye
I'm pretty sure that each bit has to be grouped together in that column (i.e. all properties together followed by all methods together). Rick's HackCX tool is invaluable for getting your head wrapped around how all this stuff fits together. -- rk -Original Message- From: ProfoxTech

RE: VFP5 question about SUM - Crazy behaviour

2013-02-13 Thread Richard Kaye
If someone else didn't mention it, try qualifying your insert values with m. That should eliminate any ambiguity. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jean MAURICE Sent: Wednesday, February 13, 2013 11:16 AM To:

RE: Index does not match database

2013-02-14 Thread Richard Kaye
Pathing? Possibly picking up a similarly named index from the wrong place the first time? -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: Thursday, February 14, 2013 1:14 PM To: profoxt...@leafe.com Subject: Index does not

RE: The Trouble w/Windows...

2013-02-20 Thread Richard Kaye
Just to show that there's more than one way to skin a Fox, I prefer to pass an object reference in to the form INIT, as opposed to the form LOAD and store that reference to a form property. Just make sure you properly garbage collect your external object references by setting them to NULL when

RE: QR Code Recognition

2013-02-25 Thread Richard Kaye
This one just hit VFPX this month: http://vfpx.codeplex.com/wikipage?title=FoxBarcodeQRreferringTitle=Home From the same guy who also released a standard VFP barcode solution: http://vfpx.codeplex.com/wikipage?title=FoxBarcodereferringTitle=Home I think you have to have both but not really

RE: A VERY Strange Error!

2013-02-25 Thread Richard Kaye
My best understanding of this when it happens is somehow VFP's file handle to the SCT is invalid; how or why is a mystery. You may see a TMP file in the VFP temp files (SYS(2023) location which is the under the hood backup of the SCT but in general your only option at this point is the 3 finger

RE: A VERY Strange Error!

2013-02-25 Thread Richard Kaye
PM To: profoxt...@leafe.com Subject: RE: A VERY Strange Error! Richard Kaye wrote on 2013-02-25: My best understanding of this when it happens is somehow VFP's file handle to the SCT is invalid; how or why is a mystery. You may see a TMP file in the VFP temp files (SYS(2023) location which

RE: VFP Metro Interface

2013-02-26 Thread Richard Kaye
Andrew Ross MacNeil's GENMENUX is your friend... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Tuesday, February 26, 2013 12:03 PM To: profoxt...@leafe.com Subject: RE: VFP Metro Interface True - I was hoping to avoid tweaking

<    4   5   6   7   8   9   10   11   12   13   >