Show the description of a table based lookup code
──────────────────────────────────────────────────────────────────────────────
Syntax
H_ShowLookUp( cDBName , cValue )
Arguments:
cDBName - Alias of table
cValue - Lookup code value
Returns:
The description corresponding to the value
Description:
Opens cDBName, which should have two indexes : one with the same name
on the code field, one called xxxxDESC on the description field.
Examples:
Header File: H_LIB52.CH
Source: SLOOKUP.PRG
Author: Martin Colloby