Welcome to Foxite.COM Community Weblog Sign in | Join | Help

May 2005 - Posts

Generic grid BindEvent code

Using BindEvent to tie the DblClick method of a grid's controls to the grid itself is a lot easier than swapping in a replacement textbox. It took me a while to come up with generic code that uses CurrentControl but I figured it out in the end: local
posted by stuartd | 2 Comments

Papers

I was pointing a colleague to Christof Wollenhaupt's paper on security in FoxPro when I noticed he has posted the other paper he presented at Prague 2003, How FoxPro works internally. It's a very interesting read..
posted by stuartd | (Comments Off)

Providing pre-selection help from a messagebox

Since VFP3 I've wanted to be able to present end users - under specific circumstances - with a messagebox with a Help button. The user views the associated help file, and then makes their choice of the messagebox options. It hasn't been possible (using
posted by stuartd | 5 Comments