Rick Strahl's FoxPro and Web Connection Web Log

My Links
Blog Stats
Archives
May 2008 (1) April 2008 (1) March 2008 (4) February 2008 (2) December 2007 (1) October 2007 (1) September 2007 (2) August 2007 (2) July 2007 (2) June 2007 (3) May 2007 (1) April 2007 (1) March 2007 (2) February 2007 (5) January 2007 (3) December 2006 (1) November 2006 (1) October 2006 (4)
West Wind News
West Wind Web Monitor 3.33 released
Feb. 13, 2008
West Wind Technologies has released Version 3.33 of its West Wind Web Monitor tool. Web Monitor provides an easy application that can monitor an...

West Wind Web Monitor 3.33 released
Feb. 13, 2008
West Wind Technologies has released Version 3.33 of its West Wind Web Monitor tool. Web Monitor provides an easy application that can monitor an...

West Wind Web Store 2.20 released
Jan. 22, 2008
West Wind Technologies has released version 2.20 of it's ASP.NET based e-Commerce package, West Wind Web Store .NET. The web store features a source...

  


Login
Please enter a Username and Password.
Username:
Password:

Use weblog/test to access the Administration features.


Search for:


EnteredWebLog Entry
05/11/08 06:13amVFP String Concatenation Issue in Loops
I got bit again by a nasty string concatenation problem in VFP. This isn't the first time I've hit this particular issue and I've known about it for years, but it's one that's easy to miss and so from time to time I hit it again. The problem occurs when you have string concatenation code that involves an expression that returns results from a function and where the function often returns a large amount of text.
04/06/08 11:32pmIIS 7 Default Request Filtering and Web Connection
IIS 7 provides a number of request filtering features by default and at least one of these options - blocking of URL access to the bin directory - potentially affects older Web Connection applications that aren't built using script maps.
03/31/08 02:44pmDetecting hung Objects in Visual FoxPro
Circular references in Visual FoxPro are a bitch! If you've ever been hit by a creeping memory leak you've probably experienced the circular reference problem in VFP. There are ways to deal with the immediate problem but they require a bit of discipline and even then it's still possible to end up with circular references. Here's an overview on the problem, some workarounds and a tip that might help isolating circular references and find the offending objects.
03/16/08 03:34pmWeb Control Framework or Classic Web Connection?
There are still a host of questions out there regarding Web Connection 5.0's Web Control Framework. In this post I address a few recurring questions and contrast with classic Web Connection to clarify where the Web Control Framework fits.
03/14/08 07:38pmWatch out for _VFP/Application Object hangs with VFP 9 SP2 Installations
Watch out for VFP 9 SP2 not getting properly registered on your machine if you're running COM servers. Apparently VFP 9 SP2 installations often fail to register the VFP9r and VFPt runtimes properly which causes some problems with VFP's internal COM objects.
03/02/08 01:30pmVisual Studio 2008 Hotfix Patch for Html Editing Improvements
Microsoft recently released a hotfix for Visual Studio 2008 that's a worthwhile install for Web Connection developers using Visual Studio 2008. The hotfix addresses many slow performance and inconsistent editor behaviors.
02/20/08 12:37pmCommenting via ShortCut Key in Visual FoxPro
02/17/08 08:19pmShowing Windows AutoComplete Dropdowns in Visual FoxPro
Getting the Windows behavior to show dropdown windows for File paths or MRU URL lists is a common feature in Windows, but it's not quite intuitive to add this behavior to Visual FoxPro because it requires an HWnd value that FoxPro Controls don't possess. Here's a way around this problem using the RichText control and some tricks to make it display properly in a FoxPro form.
12/30/07 04:10amVisual Studio 2008 and Web Connection
Visual Studio 2008 shipped about a month ago and there are a number of useful enhancements that are beneficial to Web Connection developers primarily related to the new Html editor enhancements. Here's an overview of some of the new features.
10/08/07 02:54amSpeeding up slow Control Renaming in Visual Studio
09/19/07 05:56pmFinding hung References in Visual FoxPro
One of the big problems with Visual FoxPro development is the issue of hung references because Visual FoxPro's garbage collector is often not smart enough to deal with circular or often even simple multiple references. It's not easy to find exactly what's hanging but if the object in question has code in the Destroy method you can point get the debugger to step into it.
09/09/07 01:50amShould you upgrade to Web Connection 5.x?
Several people have asked me recently whether they should upgrade to Web Connection 5.x because they don't want to use .NET. There's some misconception about what Web Connection 5.x represents in relation to .NET and in this post I'll try to clear up the relationship and talk about why Web Connection 5.x is a worthy update even if you don't use the new Web Control Framework.
Pages: 1 2 3


© Rick Strahl, West Wind Technologies, 2004 - 2008