Add Background Image to VFP desktop

The code below shows how to add a background image to the VFP desktop using the VFP Image control.

Mline UDF - Return specific line

topic: 

The ufn_Mlines() UDF for SQL Server is similar to the VFP Mline() function but w/o third parameter.
It's more an example than finished UDF. I didn't do much testing on it.

Strextract UDF - Retrieves String Between Two Delimiters

topic: 

The ufn_StrExtract() UDF for SQL Server is similar to the VFP StrExtract() function.

Proper UDF - Capitalize String as Proper Names

topic: 

The ufn_Proper() UDF for SQL Server is similar to the VFP Proper() function. It additionally allows to specify a set of delimiters.

Alines UDF - String Split

topic: 

The ufn_Alines() UDF for SQL Server is similar to the VFP Alines() function but w/o additional parameters.

Pages