Learn Visual FoxPro

I was trolling through Craig Bailey’s Visual FoxPro Spot on FanPop yesterday and stumbled across a new web site dedicated to providing screencasts for learning Visual FoxPro:

Free Visual FoxPro Videos

There are currently eight videos, which can be viewed online or downloaded for offline viewing. They are primarily aimed at people who are new to VFP.

From the home page:

We also want to hear from you about any special topics that you would like for us to produce a video on and help us grow our video library.

So, get cranking and check out the site and send some feedback!

This post originally appeared on the Foxite Weblogs site.

Updated Desktop Alerts Source Code Available

Links in this post have been updated to link to the VFPX site on CodePlex.

I’ve updated the source code for the Desktop Alerts, and posted to the web site.

Updates include the ability to hide the Close button and Push-Pin button on the alert form, and I made a couple of minor changes to bring back the ‘fade-out’ effect when the alert form releases.

You can get the updated code here.

A single zip file. When unzipped, it should create a single folder named VFPALERT. All files for the project are in the one folder.

I’ve also posted a Sample form, which allows you to select/enter the parameters for an alert and click an ‘Alert Me’ button to view the alert. Very easy to make minor modifications to an alert and quickly see the results.

The download includes a program file named TESTSAMPLE.PRG, which contains three class definitions for “callback” objects.  The sample form includes two “pre-defined” alerts and a third one call “Create My Own Alert”. After selecting an alert and setting the values for the parameters, the Alert Me button calls the AlertManager’s Alert() method, runs the Alert’s SetCallback() method (passing in one of the three “callback” objects), then issues the Alert method.

The Sample form also comes with a COMPILED EXE (VFPALERT.EXE). Simply run the EXE with the /regserver switch, then DO FORM pathsample from the VFP Command Window.

Please note: this EXE was compiled with VFP 9 SP1. You will need the VFP 9 runtime files to run the sample. The runtimes are not included with the download.

The sample form and compiled EXE are also available here.

A quick note of SPECIAL THANKS to the Chicago FoxPro Users Group for allowing me to come to their meeting this past Tuesday to talk about the Desktop Alerts. I had a GREAT time talkin’ FoxPro, and enjoyed meeting all of you!

Special Thanks also to Patrick O’Hara for taking my son & I out for some Chicago pizza (and for showing me some fantastic dev tools he’s written) after the meeting.

This post originally appeared on the Foxite Weblogs site.

Heading to the Windy City

I’ll be presenting the Desktop Alerts session at the Chicago FoxPro User’s and Developers Group meeting on Tuesday, December 12, at 5:30PM (CST).

I’m looking forward to the trip and meeting the fine folks in the Windy City. I’ve never been to Chicago (or Illinois, for that matter).

I wonder if it’ll be cold up there?

This post originally appeared on the Foxite Weblogs site.