QAS custom address layout

Posted by DaveC on Stack Overflow See other posts from Stack Overflow or by DaveC
Published on 2010-03-30T16:12:47Z Indexed on 2010/05/05 6:08 UTC
Read the original article Hit count: 379

Filed under:
|

I have been given a new format to add to the QAS ini file Qawserve.ini and want to use this format in the GetFormattedAddress() method call. How do I specify that I want to use this new custom layout?

I have tried using the name as specified above the layout in [Custom Layout], for example:

objAddress =
    new QuickAddress(AppSettings.ReadSetting("qasServer"))
    {
        Engine = QuickAddress.EngineTypes.Singleline,
        Flatten = false
    }.GetFormattedAddress(Picklist.Items[selectedValue].Moniker, "Custom Layout");

© Stack Overflow or respective owner

Related posts about quick-address

  • QAS custom address layout

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I have been given a new format to add to the QAS ini file Qawserve.ini and want to use this format in the GetFormattedAddress() method call. How do I specify that I want to use this new custom layout? I have tried using the name as specified above the layout in [Custom Layout], for example: objAddress… >>> More

Related posts about .NET