应用对象
Dynamics NAV 2009

IBAN 代码不显示在的方案概览报告 (11000001) 和 Microsoft Dynamics 导航 2009 年的荷兰语版本中的付款历史记录概览报告 (11000002)。在应用KB2976107中的代码更改后仍然出现此问题。按照在代码更改部分,若要解决此问题的步骤。下列产品中发生此问题︰

  • 荷兰语版本的 Microsoft Dynamics 导航 2009 R2

  • 荷兰语版本的 Microsoft Dynamics 导航 2009 Service Pack 1 (SP1)

解决方案

修补程序信息

受支持的修补程序现已从 Microsoft 推出。然而,它仅用于纠正本文中描述的问题。它仅应用于正经历此特定问题的系统。此修补程序可能会接受进一步的测试。因此,如果这个问题没有对您造成严重的影响,我们建议您等待下一个 Microsoft Dynamics 导航 2009 服务包 或包含此修复程序的下一步的 Microsoft Dynamics 导航版本。注意: 在特殊情况下,可免收的支持电话,可免收如果技术支持专业人员对 Microsoft Dynamics 和相关的产品的费用确定某个特定的更新能够解决您的问题。照常收取支持费用将应用于其他支持问题和对于特定更新无法解决的问题。

安装信息

Microsoft 提供的编程示例仅用于说明,没有任何明示或暗示的担保。这包括但不限于适销性或特定用途适用性的暗示担保。本文假定您熟悉所演示的编程语言和用于创建和调试过程的工具。Microsoft 的支持工程师可以帮助解释某个特定过程的功能。但是,他们不会修改这些示例以提供额外的功能或构建过程以满足您的特定要求。注意:安装此修复程序之前,请验证所有 Microsoft Dynamics 导航客户端用户都注销系统。这包括 Microsoft Dynamics 导航应用程序服务器 (NAS) 服务。要实现此修补程序时,在登录的唯一客户端用户。若要实现此修补程序,必须使用开发人员许可证。我们建议在 Windows 登录窗口或数据库登录窗口中的用户帐户将分配该"超级"角色 id。如果不能将用户帐户分配成"超级"角色 ID,则必须验证用户帐户具有下列权限:

  • 您将更改该对象的修改权限。

  • 为系统对象 ID™ 5210对象和系统对象 ID 9015执行权限对象。

注意:您不需要具有对数据存储区的权限,除非您需要执行数据修复。

代码更改

注意:始终测试代码修复在受控环境中应用之前与您的生产计算机的修补程序。要解决此问题,请更改付款历史记录概览报告 (11000002) 中的代码,如下所示︰

现有代码 1

...DataSetFieldName=Payment_History_Line__Description_4_ }            { 105 ;TextBox      ;13350;1269 ;4500 ;423  ;SourceExpr="Description 3";                                                         DataSetFieldName=Payment_History_Line__Description_3_ }// Delete the following lines.           { 106 ;TextBox      ;4200 ;1692 ;4500 ;423  ;SourceExpr="Account Holder Name";                                                        DataSetFieldName=Payment_History_Line__Account_Holder_Name_ }           { 107 ;TextBox      ;4200 ;1269 ;4500 ;423  ;SourceExpr=NoSourceName;                                                        DataSetFieldName=NoSourceName }           { 108 ;TextBox      ;13350;846  ;4500 ;423  ;SourceExpr="Description 2";                                                        DataSetFieldName=Payment_History_Line__Description_2_ }           { 109 ;TextBox      ;13350;423  ;4500 ;423  ;SourceExpr="Description 1";                                                        DataSetFieldName=Payment_History_Line__Description_1_ }           { 110 ;TextBox      ;4200 ;423  ;3900 ;423  ;HorzAlign=Left;                                                        SourceExpr=Identification;                                                        DataSetFieldName=Payment_History_Line_Identification;                                                        Format=Kenmerk <Text> }           { 111 ;TextBox      ;2250 ;1269 ;1800 ;423  ;HorzAlign=Left;                                                        SourceExpr="Account No.";                                                        DataSetFieldName=Payment_History_Line__Account_No__ }           { 112 ;TextBox      ;2250 ;1692 ;1800 ;423  ;HorzAlign=Left;                                                        SourceExpr="Bank Account".IBAN;                                                        DataSetFieldName=Bank_Account__IBAN_ }           { 113 ;TextBox      ;2250 ;423  ;1800 ;423  ;HorzAlign=Left;                                                        SourceExpr=FORMAT(Date);                                                        DataSetFieldName=FORMAT_Date_ }           { 114 ;TextBox      ;2250 ;846  ;1800 ;423  ;HorzAlign=Left;// End of the deleted lines.                                                         SourceExpr=Amount;                                                         AutoFormatType=1;                                                         AutoFormatExpr="Currency Code";...

替换代码 1

...DataSetFieldName=Payment_History_Line__Description_4_ }            { 105 ;TextBox      ;13350;1269 ;4500 ;423  ;SourceExpr="Description 3";                                                         DataSetFieldName=Payment_History_Line__Description_3_ }// Add the following lines.           { 106 ;TextBox      ;5850 ;1692 ;4500 ;423  ;SourceExpr="Account Holder Name";                                                        DataSetFieldName=Payment_History_Line__Account_Holder_Name_ }           { 107 ;TextBox      ;5850 ;1269 ;4500 ;423  ;SourceExpr=NoSourceName;                                                        DataSetFieldName=NoSourceName }           { 108 ;TextBox      ;13350;846  ;4500 ;423  ;SourceExpr="Description 2";                                                        DataSetFieldName=Payment_History_Line__Description_2_ }           { 109 ;TextBox      ;13350;423  ;4500 ;423  ;SourceExpr="Description 1";                                                        DataSetFieldName=Payment_History_Line__Description_1_ }           { 110 ;TextBox      ;5850 ;423  ;3900 ;423  ;HorzAlign=Left;                                                        SourceExpr=Identification;                                                        DataSetFieldName=Payment_History_Line_Identification;                                                        Format=Kenmerk <Text> }           { 111 ;TextBox      ;2250 ;1269 ;3450 ;423  ;HorzAlign=Left;                                                        SourceExpr="Account No.";                                                        DataSetFieldName=Payment_History_Line__Account_No__ }           { 112 ;TextBox      ;2250 ;1692 ;3450 ;423  ;HorzAlign=Left;                                                        SourceExpr="Bank Account".IBAN;                                                        DataSetFieldName=Bank_Account__IBAN_ }           { 113 ;TextBox      ;2250 ;423  ;3450 ;423  ;HorzAlign=Left;                                                        SourceExpr=FORMAT(Date);                                                        DataSetFieldName=FORMAT_Date_ }           { 114 ;TextBox      ;2250 ;846  ;3450 ;423  ;HorzAlign=Left;// End of the added lines.                                                         SourceExpr=Amount;                                                         AutoFormatType=1;                                                         AutoFormatExpr="Currency Code";...

现有代码 2

...{ 13  ;Label        ;11250;423  ;1950 ;423  ;HorzAlign=Right;                                                         CaptionML=ENU=Description;                                                         DataSetFieldName=DescriptionCaption }// Delete the following lines.           { 8   ;TextBox      ;4200 ;0    ;2850 ;423  ;HorzAlign=Left;                                                        SourceExpr=Status;                                                        DataSetFieldName=Payment_History_Line_Status;                                                        Format=Status <Text> }           { 16  ;TextBox      ;4200 ;846  ;1500 ;423  ;SourceExpr="Currency Code";                                                        DataSetFieldName=Payment_History_Line__Currency_Code_ }           { 61  ;Shape        ;0    ;0    ;4050 ;423  ;ShapeStyle=HorzLine }// End of the deleted lines.          }           }        { PROPERTIES...

替换代码 2

...{ 13  ;Label        ;11250;423  ;1950 ;423  ;HorzAlign=Right;                                                         CaptionML=ENU=Description;                                                         DataSetFieldName=DescriptionCaption }// Add the following lines.           { 8   ;TextBox      ;5850 ;0    ;2850 ;423  ;HorzAlign=Left;                                                        SourceExpr=Status;                                                        DataSetFieldName=Payment_History_Line_Status;                                                        Format=Status <Text> }           { 16  ;TextBox      ;5850 ;846  ;1650 ;423  ;SourceExpr="Currency Code";                                                        DataSetFieldName=Payment_History_Line__Currency_Code_ }           { 61  ;Shape        ;0    ;0    ;5700 ;423  ;ShapeStyle=HorzLine }// End of the added lines.         }           }        { PROPERTIES...

现有代码 3

...<?xml version="1.0" encoding="utf-8"?><Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">  <Body>// Delete the following line.   <Height>13.52495cm</Height>    <ReportItems>      <Table Name="Table1">        <DataSetName>DataSet_Result</DataSetName>...

替换代码 3

...<?xml version="1.0" encoding="utf-8"?><Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">  <Body>// Add the following line.   <Height>13.536cm</Height>    <ReportItems>      <Table Name="Table1">        <DataSetName>DataSet_Result</DataSetName>...

现有代码 4

...<Width>1.3cm</Width>          </TableColumn>          <TableColumn>// Delete the following line.           <Width>0.75cm</Width>          </TableColumn>          <TableColumn>            <Width>0.6cm</Width>...

替换代码 4

...<Width>1.3cm</Width>          </TableColumn>          <TableColumn>// Add the following line.           <Width>1.75cm</Width>          </TableColumn>          <TableColumn>            <Width>0.6cm</Width>...

现有代码 5

...<Field Name="Our_Document_No_Caption">          <DataField>Our_Document_No_Caption</DataField>        </Field>        <Field Name="Detail_Line__Currency_Code_">          <DataField>Detail_Line__Currency_Code_</DataField>        </Field>...

替换代码 5

...<Field Name="Our_Document_No_Caption">          <DataField>Our_Document_No_Caption</DataField>        </Field>// Add the following lines.       <Field Name="Your_Document_No_Caption">         <DataField>Your_Document_No_Caption</DataField>       </Field>// End of the added lines.        <Field Name="Detail_Line__Currency_Code_">          <DataField>Detail_Line__Currency_Code_</DataField>        </Field>...

现有代码 5

...<Field Name="Vendor_Ledger_Entry__External_Document_No__">          <DataField>Vendor_Ledger_Entry__External_Document_No__</DataField>        </Field>// Delete the following lines.       <Field Name="Your_Document_No_Caption">         <DataField>Your_Document_No_Caption</DataField>       </Field>// End of the deleted lines.        <Field Name="Vendor_Ledger_Entry_Entry_No_">          <DataField>Vendor_Ledger_Entry_Entry_No_</DataField>        </Field>...

替换代码 5

...<Field Name="Vendor_Ledger_Entry__External_Document_No__">          <DataField>Vendor_Ledger_Entry__External_Document_No__</DataField>        </Field>        <Field Name="Vendor_Ledger_Entry_Entry_No_">          <DataField>Vendor_Ledger_Entry_Entry_No_</DataField>        </Field>...

现有代码 6

...<PageWidth>21cm</PageWidth>  <RightMargin>0cm</RightMargin>  <TopMargin>2cm</TopMargin>// Delete the following line. <Width>17.9cm</Width>  <rd:DrawGrid>true</rd:DrawGrid>  <rd:GridSpacing>0.423cm</rd:GridSpacing>  <rd:ReportID>39ad1153-3bfe-4ce3-b12a-1470b491c4fe</rd:ReportID>...

替换代码 6

...<PageWidth>21cm</PageWidth>  <RightMargin>0cm</RightMargin>  <TopMargin>2cm</TopMargin>// Add the following line. <Width>18.95291cm</Width>  <rd:DrawGrid>true</rd:DrawGrid>  <rd:GridSpacing>0.423cm</rd:GridSpacing>  <rd:ReportID>39ad1153-3bfe-4ce3-b12a-1470b491c4fe</rd:ReportID>...

系统必备组件

您必须具有要应用此修补程序的安装以下产品之一︰

  • 荷兰语版本的 Microsoft Dynamics 导航 2009 R2

  • 荷兰语版本的 Microsoft Dynamics 导航 2009 SP1

删除信息

您不能删除此修补程序。

状态

Microsoft 已经确认这是“适用于”一节中列出的 Microsoft 产品中的问题。

注意:这是直接从创建 Microsoft 支持部门内的"快速发布"的文章。此处包含的信息是作为为了响应新出现的问题而提供的。由于以使其可用的速度,而材料可能包含印刷错误,恕不另行通知,随时可能进行修订。其他考虑因素,请参阅使用条款

需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。