Setting Options - trillium_geolocation - 15.19

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.19
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T03:27:32.653616

Once the license is verified, set options related to the current server session. These options include the ability to specify casing and matchkey code, and to select the components included in standardization, validation, and formatting actions:

   SetOption(&myServer,
      OONAddressCasing,
      OCOUpperCase);
   SetOptionMask(&myServer,
      OONFormatComponents1,
      OFTCity,
      false);
   SetOptionMask(&myServer,
      OONFormatComponents1,
      OFTCedex,
      false);
   SetOptionMask(&myServer,
      OONFormatComponents1,
      OFTRegion,
      false);
   SetOptionMask(&myServer,
      OONFormatComponents1,
      OFTPostcode,
      false);
   SetOptionMask(&myServer,
      OONFormatComponents1,
      OFTCountry,
      false);