Notepad++ syntax coloring

Lately, my external editor of choice has been Notepad++. It’s flexible, highly configurable, and supports user-defined syntax coloring. Of course, it doesn’t ship with a syntax coloring file for VFP, so I came up with my own. After a while, I got tired of typing in commands as I got to them, and wrote a program to generate the whole thing.

Read the rest of this entry »

Posted by Garrett on October 28th, 2008 in Code Sample, Original, VFP | 3 Comments

Visual F# Express?

Well, not exactly, but some Googling led me to these posts, which show how to put it together yourself using the Visual Studio Shell.

Which reminds me, Craig Boyd and Bo Durban are still working on VFPStudio. Wish I could get to SWFox for the presentation Craig is giving…

Posted by Garrett on August 15th, 2008 in Microsoft, Programming, VFP | No Comments

Just density without intensity…

I couldn’t remember how to get VFP editboxes to accept tabs as input instead of instruction to move to the next control, so I was coding something elaborate in the KeyPress event to handle it.

After all, remembering the AllowTabs property would be just too easy…

Posted by Garrett on April 30th, 2008 in Programming, VFP | No Comments

Using Sedna’s “My” for settings management

Andrew MacNeill has a good article over here about using the new “My” class, that shipped with Sedna, to store application configuration information.

Posted by Garrett on April 28th, 2008 in VFP | No Comments

Creating an FLL

Seeing Craig Boyd’s FLLs inspired me to finally figure out how to do them myself. I learned C in school, so I have a passing familiarity with it, though I’m very rusty. I’ll assume that if you’re reading this, you’re about at the same level.

Read the rest of this entry »

Posted by Garrett on April 26th, 2008 in VFP | 5 Comments

VFP and text handling

Steven Black has a good article about text handling in VFP that touches on most of the possibilities. I can’t remember if I’ve read it before, but I wanted to link it so I didn’t forget where it was.

Posted by Garrett on April 16th, 2008 in VFP | No Comments

No FoxForward 2008

Kevin Cully announced yesterday that there won’t be a FoxForward 2008, and that he doesn’t have plans for another one: it takes way too much time away from his business and family.

Posted by Garrett on April 4th, 2008 in FoxForward | No Comments

The Evolution of a Standard

Andrew MacNeill found this neat promo film for FoxPro 2.0 from back in 1990. They filmed some of it at Brown, so I may very well have been in the building while they were taping — or maybe even in the room, since they filmed in the Mac Lab. :-) I’m pretty sure I’m not any of those people in the top row, though.

Posted by Garrett on April 3rd, 2008 in VFP | No Comments

Fox files and Beyond Compare

Beyond Compare is an excellent file comparison tool, but when you try to compare Fox DBF-based files like forms or classes, it doesn’t work so well, because of the non-ASCII bytes they contain.

Frank Perez has come out with a converter that allows BC to work well with these files. I’ll be downloading it first thing tomorrow when I get to work. :-) (h/t Rick Borup)

Posted by Garrett on March 12th, 2008 in Computing, VFP | No Comments

MSDN Code Gallery

Craig Bertnson points at the MSDN Code Gallery, which allows people to upload code samples for general consumption. I just put up my GDIPlusX/ReportListener sample to see how it works. Pretty neat.

Posted by Garrett on February 4th, 2008 in Microsoft, VFP | No Comments

« Previous Entries