This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- North American (NA)
- French (fr)
- Asia Pacific (APAC)
- Australian (au)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
BEGIN
IF LocationCode = '' THEN
// Delete the following line.
Location.INIT
// End of the deleted line.
ELSE
IF Location.Code <> LocationCode THEN
...
...
BEGIN
IF LocationCode = '' THEN
// Add the following line.
CLEAR(Location)
// End of the added line.
ELSE
IF Location.Code <> LocationCode THEN
...
Keywords: kbqfe, kbmbsquickpub, kbmbsmigrate, kbmbspartner, kbsurveynew, kbnoloc, kbmbscodefix, kb