IBAN 代碼不會顯示提案概觀報表 (11000001) 和在荷蘭文版本的 Microsoft 動態航行點 2009年的付款記錄概觀報表 (11000002)。在套用在KB2976107中的程式碼變更後仍會發生這個問題。請依照下列程式碼變更一節,若要解決這個問題的步驟。下列產品中,就會發生這個問題︰

  • 荷蘭文版本的 Microsoft 動態航行點 2009 R2

  • Microsoft 動態航行點 2009 Service Pack 1 (SP1) 的荷蘭文版本

解決方案

Hotfix 資訊

已經可以從 Microsoft 取得支援的 hotfix。不過,它只被用來修正本文所述的問題。它只適用於發生此特定問題的系統上。此 hotfix 可能會接受其他測試。因此,如果此問題不會嚴重影響,我們建議您等候下一步的 Microsoft 動態航行點 2009 service pack 或包含此 hotfix 的下一個 Microsoft 動態航行點版本。注意 在特殊的情況下,通常會支援呼叫可能已被取消如果技術支援專業人員的 Microsoft 動態及相關的產品所產生的費用會決定某特定更新程式可以解決您的問題。收取支援費用會套用,如果有其他支援問題是,不能限定的特定更新程式。

安裝資訊

Microsoft 會提供程式設計範例僅供說明,而不做任何明示或默示的保證。這包括,但不限於適售性或適合某特定用途之默示擔保責任。本文假設您已相當熟悉使用的我們所示範的程式設計語言以及建立和偵錯程序所使用的工具。Microsoft 技術支援工程師可以協助解釋特定程序的功能。不過,它們不會修改這些範例以提供附加功能或建構程序來滿足您特定需求。注意套用此 hotfix 之前,請確認所有的 Microsoft 動態航行點用戶端使用者會登出系統。這包括 Microsoft 動態航行點應用程式伺服器 (NAS) 服務。您應該是唯一的用戶端使用者已登入,當您實作此 hotfix。若要實作此 hotfix,您必須有開發人員授權。我們建議您在 Windows 登入] 視窗中的色彩,或資料庫登入] 視窗中的使用者帳戶被指派 「 進階 」 的角色識別碼。如果使用者帳戶不能指派為 「 超級 」 的角色識別碼,您必須確認使用者帳戶具有下列權限︰

  • 您將會變更物件的 [修改] 權限。

  • 執行權限的系統物件 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>...

先決條件

您必須具備套用此 hotfix 之後安裝下列產品的其中一個︰

  • 荷蘭文版本的 Microsoft 動態航行點 2009 R2

  • 荷蘭文版本的 Microsoft 動態航行點 2009 SP1

移除資訊

您無法移除此 hotfix。

狀態

Microsoft 已確認這是<套用>一節所列出的 Microsoft 產品的問題。

注意這是直接從 Microsoft 支援組織內建立的「快速發行」文件。本文件所包含的現狀資訊是針對新興問題的回應。為縮短使其可用的時程,資料可能會包含印刷錯誤,且可能會隨時進行修改而不另行通知。如其他考量,請參閱 「使用規定」。

需要更多協助嗎?

想要其他選項嗎?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。