Hello Everyone,

 Does anyone know the fix for the ZipCodeLookup form, where when there
are two or more Zip codes with the same zip, then the lookup code for
the following method:

public void closeSelect(str _selectString)
{
    if (callerAddressMap)
    {
        callerAddressMap.AddressMap::initFromZipCode(zipCode);
    }

    super(_selectString);
}

For some reason does not set the City, States, etc. based on the ZipCode
table. This works when One zip code is ready for selection, but when
more than one, then the fields are not filled in. I have ran through
this, and the initFromZipCode() method on the Address Map. 

I have looked at this, and not sure what the best way to fix this is.
Any advice would be most helpful.

Thanks,
Brandon



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to