miscValidator, a validator capable of browsing,
querying, and validating miscellaneous tariffs.
miscValidator
    API DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
 
General use of the miscValidator ATL COM module

  • First create an instance of the miscValidator COM module.
     
  • Open the misc database with the Open method from the IMiscValidator interface. Set the localization language (if it differs from the default setting of German) using the SetLanguage from the IMiscValidator interface. Loop over the supplied tariff catalogs by using IMiscValidator/GetFirstTariff/IMiscValidator/GetNextTariff
     
  • The following steps may then be performed, until the miscValidator module instance is released:
     
  • Let the user search for a code, name or services per chapter, respecively (see the Search functions of the ISearch and IChapter interfaces, respectively).
     
  • Add the selected services with the AddService method from the IValidate interface.
     
  • Release the miscValidator COM module instance.