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

March 2005 - Posts

Beautify directive

Rick Schummer has blogged on an undocumented feature of VFP9 - a directive which forces Beautify to ignore keywords. His example is ShowWindow, which is a function exported by thew Win32 API as well as a VFP keyword. API function calls are case sensitive,
posted by stuartd | (Comments Off)

VFP9 and iTunes

This code extracts your iTunes library into a cursor, where it can be interrogated. It can also read in shared libraries (though some properties aren't available) - the iTunes COM SDK can be downloaded from Apple. local oiTunes as iTunesLib.iTunesApp
posted by stuartd | (Comments Off)