BUG: Buttons in Product Relationships Are Missing (322821)



The information in this article applies to:

  • Microsoft Commerce Server 2000

This article was previously published under Q322821

SYMPTOMS

In Commerce Server 2000 Business Desk, when you try to define or edit product relationships, you may find that the buttons for New, Edit, Remove, Accept, and Cancel are not displayed.

The problem does not occur if the client setting for Your locale in the Regional Options dialog box is set to English(United States).

RESOLUTION

To correct the problem, follow these steps to modify the Dynamictable.htc file:

NOTE: Before you make any changes, create a backup copy of the file that you want to change.
  • Locate the Dynamictable.htc file. If you have used the default installation directory, the Dynamictable.htc file is located in the %SystemDrive%\Program Files\Microsoft Commerce Server\Widgets\editHTC directory.
  • In Notepad, open the Dynamictable.htc file.
  • Press CTRL+G, type 764 in the Goto line dialog box, and then click OK.
  • Replace the following line
    
    sDefaultWidth = 100/m_xmlMetaDoc.selectNodes("fields/*[$not$ @hide $or$ @hide $ine$ 'yes']").length
    
    					
    with:
    
    sDefaultWidth =cint(100/m_xmlMetaDoc.selectNodes("fields/*[$not$ @hide $or$ @hide $ine$ 'yes']").length)
    
    					
  • Save the changes.NOTE: Depending on the client browser setting, you may have to delete the cache for the changes to take effect.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:10/18/2002
Keywords:kbbug KB322821