开发者

QAS custom address layout

开发者 https://www.devze.com 2022-12-25 07:02 出处:网络
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 n

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");


The windows service for QAS needs to be restarted before any new configuration details are picked up.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号