The documentation for Docusnap Docusnap 13 has been archived and is no longer maintained. Content and links may be outdated. For up-to-date information, please refer to the documentation for the
latest version of Docusnap.
Reference Values
less than a minute
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")}
