QvdFieldName - Script function
This script function returns the name of field number fieldno in a QVD file. If the field does not exist NULL is returned.
Syntax:
QvdFieldName(filename , fieldno)
Arguments:
Examples:
QvdFieldName ('MyFile.qvd', 5)
QvdFieldName ('C:\MyDir\MyFile.qvd', 5)
QvdFieldName ('lib://DataFiles/MyFile.qvd', 5)
All three examples return the name of the fifth field of the table contained in the QVD file.