:
    This is the documentation for Docusnap 12.

    The documentation for Docusnap 12 has been archived and is no longer updated. Content and links might be outdated. For current information, please refer to the documentation for the latest Docusnap Version.

    Reference Values

    Many tables contain only numbers. To express these numbers as words, the tSysInitials table is available in the Docusnap database. The DsLookup function can be used to express the values from these tables as literals. Enter this function into a text box located in a data band. The function must be surrounded by braces “{}”, otherwise the Designer will not recognize it as a function. To show the online status of the tHosts table in the report, add a text box and type the following function into this field: {DsLookup(tHosts.Online,"OnlineStatus")}

    Docusnap-Report-Designer-DSLookup