Packing tables with FinalBuilder
2011-02Feb-12
We use FinalBuilder to package our bi-monthly updates of our FoxPro DOS pharmacy application. It’s a set of multiple FinalBuilder files with hundreds of individual actions. One of the tasks involves creating a clean set of DBF files for specific modules that we ship to our clients when their version got corrupt.
Read More…Significant digits in Visual FoxPro
2011-02Feb-08
Steve Bodnar asked an interesting question on Twitter yesterday. Why does he get different results for the following two lines?
Read More…Unit tests
2010-12Dec-06
There are some topics that I've been talking about for years at conferences, user group meetings, in articles, and so forth. One of these topics is code quality. My recent attempt to increase code quality of my fellow developers was the introduction of test-driven development.
Implementing SmartCopy
2009-10Oct-26
The following program implements sort of a smart copy in Visual FoxPro. When something is selected, the selected
text is copied. Otherwise the entire current line. So far, only Ctrl+C is implemented.
Read More…text is copied. Otherwise the entire current line. So far, only Ctrl+C is implemented.
Locking done quickly
2009-10Oct-26
Joel Leach pointed out on Twitter that the following code accomplishes the same even though Visual FoxPro's documentation states that SET REPROCESS TO 0 SECONDS is an invalid statement:
Read More…