عند استخدام اللغة الألمانية (سويسرا) لتشغيل التقرير من 11584 إلى 11587 في إصدار Microsoft Dynamics NAV 2009، رقم إجمالي "(سويسرا) الفواتير أو مذكرات الائتمان "دائماً إظهار كصفر. تحدث هذه المشكلة في المنتجات التالية:

  • إصدار Microsoft Dynamics NAV 2009 R2 (سويسرا)

  • إصدار Microsoft Dynamics NAV 2009 SP1 (سويسرا)

الحل

معلومات الإصلاح العاجل

الآن يتوفر إصلاح عاجل معتمد من Microsoft. ومع ذلك، هو فقط لتصحيح المشكلة الموضحة في هذه المقالة. تطبيقها فقط على الأنظمة التي تواجه هذه المشكلة بالتحديد. قد يتم إجراء اختبارات إضافية على هذا الإصلاح العاجل. ولذلك، إذا لم يكن تأثير المشكلة كبيرا، نوصي بالانتظار حتى الإصدار التالي من حزمة الخدمة Microsoft Dynamics NAV 2009 أو الإصدار Microsoft Dynamics التنقل التالي الذي يحتوي على هذا الإصلاح العاجل.ملاحظة: في بعض الحالات، يحدد المصروفات التي تحتسب عادة لدعم قد يتم إلغاء المكالمات إذا "أخصائي الدعم التقني" ل Microsoft Dynamics والمنتجات ذات الصلة أن تحديثًا معيناً سوف يعمل على حل المشكلة. سيتم اضافة تكاليف الدعم المعتادة على أسئلة الدعم الإضافية والمشاكل التي لا يأهل على حلها للتحديث المطلوب.

معلومات التثبيت

تقدم Microsoft أمثلة برمجية للتوضيح فقط، دون أي ضمان صريح أو ضمني. هذا يتضمن، على سبيل المثال لا الحصر، الضمانات الضمنية الخاصة بالتسويق أو الملاءمة لغرض معين. تفترض هذه المقالة أنك معتاد على لغة البرمجة التي يتم شرحها والأدوات المستخدمة لإنشاء الإجراءات وتصحيحها. يساعد مهندسو الدعم لدى Microsoft شرح وظيفة إجراء محدد. ومع ذلك، لن يقوموا بتعديل هذه الأمثلة لتقديم وظيفة إضافية أو إنشاء إجراءات تستوفي متطلبات محددة.ملاحظة: قبل تثبيت هذا الإصلاح العاجل، تأكد من تسجيل خروج النظام كافة المستخدمين عميل Microsoft Dynamics التنقل. ويشمل ذلك خدمات Microsoft Dynamics NAV تطبيق الملقم (NAS). يجب أن يكون عميل فقط المستخدم الذي تم تسجيل دخوله عند تطبيق هذا الإصلاح العاجل.لتطبيق هذا الإصلاح العاجل، يجب أن يكون لديك ترخيص مطور.نوصي بأن تعيين حساب المستخدم في إطار عمليات تسجيل دخول Windows أو في إطار "قاعدة بيانات تسجيل الدخول" بمعرف دور "رئيسي". إذا كان حساب المستخدم لا يمكن تعيين معرف دور "سوبر"، يجب التحقق من أن حساب المستخدم يملك الأذونات التالية:

  • إذن "تعديل" للكائن الذي سيتم تغيير.

  • إذن Execute للكائن 5210 معرف كائن النظام و نظام 9015 معرف الكائنالكائن.

ملاحظة: ليس لديك حق لمخازن البيانات ما لم يكن لديك لإجراء إصلاح البيانات.

تغييرات التعليمات البرمجية

ملاحظة اختبار دائماً إصلاحات التعليمات البرمجية في بيئة تسيطر عليها قبل تطبيق الإصلاحات على أجهزة الكمبيوتر الإنتاج. قبل تطبيق التغيير، استيراد كافة التحديثات سيبا.لحل هذه المشكلة، اتبع الخطوات التالية.

  1. تغيير التعليمات البرمجية في "بيانات العنصر رقم 1 الفروع" Cust ريال. قائمة الفواتير التقرير القياسي (11584):التعليمات البرمجية الموجودة

    ...ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Delete the following lines.SourceExpr="Document Type";DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }// End of the deleted lines.            }             }          { PROPERTIES            {              SectionType=Body;...

    استبدال التعليمات البرمجية

    ...   ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Add the following lines.SourceExpr=[ ("Document Type" = "Document Type"::Invoice)];DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }{ 1150010;TextBox   ;17100;0    ;150  ;423  ;Visible=No;SourceExpr=("Document Type" = "Document Type"::"Credit Memo");DataSetFieldName=Cust__Ledger_Entry__Document_Type_1 }// End of the added lines.            }             }          { PROPERTIES            {              SectionType=Body;...

  2. تغيير التعليمات البرمجية في وظيفة كالسيكسراتي في Cust ريال. قائمة الفواتير التقرير القياسي (11584):التعليمات البرمجية الموجودة 1

    ...<PaddingLeft>2pt</PaddingLeft>                          <PaddingRight>2pt</PaddingRight>                        </Style>                        <Value>=iif(True,  CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Delete the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// End of the deleted line.  +CStr(Code.CalcProfit(Fields!Cust__Ledger_Entry__Profit__LCY__.Value))+chr(177)  +CStr(Code.CalcFooterProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY__.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY__.Value)),"")</Value>                      </Textbox>                    </ReportItems>...

    استبدال رمز 1

    ...<PaddingLeft>2pt</PaddingLeft>                          <PaddingRight>2pt</PaddingRight>                        </Style>                        <Value>=iif(True,  CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Add the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_1.Value))+Chr(177)// End of the added line.  +CStr(Code.CalcProfit(Fields!Cust__Ledger_Entry__Profit__LCY__.Value))+chr(177)  +CStr(Code.CalcFooterProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY__.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY__.Value)),"")</Value>                      </Textbox>                    </ReportItems>...

    التعليمات البرمجية الموجودة 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Delete the following lines.Function CalcNoOfInvoices(DocumentType as string)if DocumentType = "Invoice"// End of the deleted lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function...

    استبدال رمز 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Add the following lines.Function CalcNoOfInvoices(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function... 

    التعليمات البرمجية الموجودة 3

    ...NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Delete the following lines.Function CalcNoOfCredMemos(DocumentType as string)if DocumentType = "Credit Memo"// End of the deleted lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function... 

    استبدال رمز 3

    ...NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Add the following lines.Function CalcNoOfCredMemos(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    التعليمات البرمجية الموجودة 4

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY__">            <DataField>Cust__Ledger_Entry__Amount__LCY__</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY__Format">            <DataField>Cust__Ledger_Entry__Amount__LCY__Format</DataField>...

    استبدال رمز 4

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>// Add the following lines.<Field Name="Cust__Ledger_Entry__Document_Type_1"><DataField>Cust__Ledger_Entry__Document_Type_1</DataField></Field>// End of the added lines.          <Field Name="Cust__Ledger_Entry__Amount__LCY__">            <DataField>Cust__Ledger_Entry__Amount__LCY__</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY__Format">            <DataField>Cust__Ledger_Entry__Amount__LCY__Format</DataField>...
  3. تغيير التعليمات البرمجية في "بيانات العنصر رقم 1 الفروع" Cust ريال. الفواتير فسي تقرير قائمة (11585):التعليمات البرمجية الموجودة

    ...  ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Delete the following lines.SourceExpr="Document Type";DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }// End of the deleted lines.            }             }          { PROPERTIES            {              SectionType=Body;...

    استبدال التعليمات البرمجية

    ... ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Add the following lines.SourceExpr=("Document Type" = "Document Type"::Invoice);DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }{ 1150011;TextBox   ;17100;0    ;150  ;423  ;Visible=No;ForeColor=65535;SourceExpr=("Document Type" = "Document Type"::"Credit Memo");DataSetFieldName=Cust__Ledger_Entry__Document_Type_1 }// End of the added lines.            }             }          { PROPERTIES            {              SectionType=Body;...
  4. تغيير التعليمات البرمجية في وظيفة كالسيكسراتي في Cust ريال. الفواتير فسي تقرير قائمة (11585):التعليمات البرمجية الموجودة 1

    ...<TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Delete the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_.Value))+chr(177)// End of the deleted line.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control56.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    استبدال رمز 1

    ...<TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Add the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_1.Value))+chr(177)// End of the added line.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control56.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    التعليمات البرمجية الموجودة 2

     TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Delete the following lines.Function CalcNoOfInvoices(DocumentType as string)if DocumentType = "Invoice"// End of the deleted lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function... 

    استبدال رمز 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Add the following lines.Function CalcNoOfInvoices(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function... 

    التعليمات البرمجية الموجودة 3

    ...NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Delete the following lines.Function CalcNoOfCredMemos(DocumentType as string)if DocumentType = "Credit Memo"// Add of the deleted lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    استبدال رمز 3

    ...NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Add the following lines.Function CalcNoOfCredMemos(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    التعليمات البرمجية الموجودة 4

    ...TotalAmountLCY = TotalAmountLCY + AmountLCY       return TotalAmountLCY  End Function</Code>    <DataSets>      <DataSet Name="DataSet_Result">        <Fields>          <Field Name="Customer_Invoices_ListCaption">            <DataField>Customer_Invoices_ListCaption</DataField>          </Field>          <Field Name="FORMAT_TODAY_0_4_">...

    استبدال رمز 4

    ...TotalAmountLCY = TotalAmountLCY + AmountLCY       return TotalAmountLCY  End Function</Code>    <DataSets>      <DataSet Name="DataSet_Result">// Add the following lines.<DataSetInfo xmlns="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner"><DataSetName>DataSet</DataSetName><TableName>Result</TableName></DataSetInfo>// End of the added lines.        <Fields>          <Field Name="Customer_Invoices_ListCaption">            <DataField>Customer_Invoices_ListCaption</DataField>          </Field>          <Field Name="FORMAT_TODAY_0_4_">...

    التعليمات البرمجية الموجودة 5

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_No___Control11">            <DataField>Cust__Ledger_Entry__Document_No___Control11</DataField>          </Field>          <Field Name="COPYSTR_FORMAT__Document_Type___1_1__Control13">            <DataField>COPYSTR_FORMAT__Document_Type___1_1__Control13</DataField>...

    استبدال رمز 5

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>// Add the following lines.<Field Name="Cust__Ledger_Entry__Document_Type_1"><DataField>Cust__Ledger_Entry__Document_Type_1</DataField></Field>// End of the added linds.          <Field Name="Cust__Ledger_Entry__Document_No___Control11">            <DataField>Cust__Ledger_Entry__Document_No___Control11</DataField>          </Field>          <Field Name="COPYSTR_FORMAT__Document_Type___1_1__Control13">            <DataField>COPYSTR_FORMAT__Document_Type___1_1__Control13</DataField>...

    التعليمات البرمجية الموجودة 6

    ... </Fields>        <Query>          <CommandText />          <DataSourceName>DummyDataSource</DataSourceName>        </Query>// Delete the following lines.<rd:DataSetInfo><rd:DataSetName>DataSet</rd:DataSetName><rd:TableName>Result</rd:TableName></rd:DataSetInfo>// End of the deleted lines.      </DataSet>    </DataSets>    <DataSources>      <DataSource Name="DummyDataSource">        <ConnectionProperties>...

    استبدال رمز 6

    ...</Fields>        <Query>          <CommandText />          <DataSourceName>DummyDataSource</DataSourceName>        </Query>      </DataSet>    </DataSets>    <DataSources>      <DataSource Name="DummyDataSource">        <ConnectionProperties>...
  5. تغيير التعليمات البرمجية في "بيانات العنصر رقم 1 الفروع" Cust ريال. قائمة الفواتير ترحيل تقرير (11586):التعليمات البرمجية الموجودة

    ...  ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Delete the following lines.SourceExpr="Document Type";DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }// End of the deleted lines.            }             }          { PROPERTIES            {              SectionType=Body;...

    استبدال التعليمات البرمجية

    ...ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Add the following lines.SourceExpr=("Document Type" = "Document Type"::Invoice);DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }{ 1150012;TextBox   ;17100;0    ;150  ;423  ;Visible=No;ForeColor=65535;SourceExpr=("Document Type" = "Document Type"::"Credit Memo");DataSetFieldName=Cust__Ledger_Entry__Document_Type_1 }// End of the added lines.            }             }          { PROPERTIES            {              SectionType=Body;...
  6. تغيير التعليمات البرمجية في وظيفة كالسيكسراتي في Cust ريال. قائمة الفواتير ترحيل تقرير (11586):التعليمات البرمجية الموجودة 1

    ...TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Delete the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_.Value))+chr(177)// End of the deleted lines.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control41.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    استبدال رمز 1

    ... <TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Add of the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_1.Value))+chr(177)// End of the added line.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control41.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    التعليمات البرمجية الموجودة 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Delete the following lines.Function CalcNoOfInvoices(DocumentType as string)if DocumentType = "Invoice"// End of the deleted lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function... 

    استبدال رمز 2

    ... TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Add the following lines.+ Function CalcNoOfInvoices(DocumentType as Boolean)+     if DocumentType// End of the added lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function...

    التعليمات البرمجية الموجودة 3

    ...end if      return NoOfInvoices  End Function  Function CalcNoOfCredMemos(DocumentType as string)// Delete the following line.if DocumentType = "Credit Memo"// End of the deleted line.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    استبدال رمز 3

    ...end if      return NoOfInvoices  End Function  Function CalcNoOfCredMemos(DocumentType as string)// Add the following line.if DocumentType// End of the added line.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function... 

    التعليمات البرمجية الموجودة 4

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control41">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control41</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control41Format">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control41Format</DataField>...

    استبدال رمز 4

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>// Add the following lines.<Field Name="Cust__Ledger_Entry__Document_Type_1"><DataField>Cust__Ledger_Entry__Document_Type_1</DataField></Field>// End of the added lines.          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control41">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control41</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control41Format">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control41Format</DataField>...

  7. تغيير التعليمات البرمجية في "بيانات العنصر رقم 1 الفروع" Cust ريال. فواتير دفع تقرير قائمة (11587):التعليمات البرمجية الموجودة

    ... ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Delete the following lines.SourceExpr="Document Type";DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }// End of the deleted lines.            }             }          { PROPERTIES            {              SectionType=Body;...

    استبدال التعليمات البرمجية

    ... ForeColor=65535;                                                           SourceExpr="Sales (LCY)";                                                           DataSetFieldName=Cust__Ledger_Entry__Sales__LCY__ }              { 1150005;TextBox   ;17250;0    ;150  ;423  ;Visible=No;                                                           ForeColor=65535;// Add the following lines.SourceExpr=("Document Type" = "Document Type"::Invoice);DataSetFieldName=Cust__Ledger_Entry__Document_Type_ }{ 1150013;TextBox   ;17100;0    ;150  ;423  ;Visible=No;ForeColor=65535;SourceExpr=("Document Type" = "Document Type"::"Credit Memo");DataSetFieldName=Cust__Ledger_Entry__Document_Type_1 }// End of the added lines.            }             }          { PROPERTIES            {              SectionType=Body;...
  8. تغيير التعليمات البرمجية في وظيفة كالسيكسراتي في Cust ريال. فواتير دفع تقرير قائمة (11587):التعليمات البرمجية الموجودة 1

    ...<TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)//Delete the following line.+CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_.Value))+chr(177)// End of the deleted line.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control100.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    استبدال رمز 1

    ...<TextAlign>Right</TextAlign>                          <VerticalAlign>Middle</VerticalAlign>                        </Style>                        <Value>=iif(True  ,CStr(Code.CalcNoOfInvoices(Fields!Cust__Ledger_Entry__Document_Type_.Value))+Chr(177)// Add the following line.+ +CStr(Code.CalcNoOfCredMemos(Fields!Cust__Ledger_Entry__Document_Type_1.Value))+chr(177)// End of the added line.  +CStr(Code.CalcProfitPct(Fields!Cust__Ledger_Entry__Profit__LCY___Control33.Value,Fields!Cust__Ledger_Entry__Sales__LCY__.Value))+chr(177)  +CStr(Code.CalcAmountLCY(Fields!Cust__Ledger_Entry__Amount__LCY___Control100.Value)),"")</Value>                      </Textbox>                    </ReportItems>                  </TableCell>...

    التعليمات البرمجية الموجودة 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Delete the following lines.Function CalcNoOfInvoices(DocumentType as string)if DocumentType = "Invoice"// End of the deleted lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function...

    استبدال رمز 2

    ...TotalProfitLCY = 0      TotalProfitPct  = 0      TotalAmountLCY = 0  End Function// Add the following lines.Function CalcNoOfInvoices(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfInvoices += 1      end if      return NoOfInvoices  End Function... 

    التعليمات البرمجية الموجودة 3

    ...NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Delete the following lines.Function CalcNoOfCredMemos(DocumentType as string)if DocumentType = "Credit Memo"// End of the deleted lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    استبدال رمز 3

    ... NoOfInvoices += 1      end if      return NoOfInvoices  End Function// Add the following lines.Function CalcNoOfCredMemos(DocumentType as Boolean)if DocumentType// End of the added lines.          NoOfCredMemos += 1      end if      return NoOfCredMemos  End Function...

    التعليمات البرمجية الموجودة 4

    ...<DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control100">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control100</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control100Format">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control100Format</DataField>...

    استبدال رمز 4

    ... <DataField>Cust__Ledger_Entry__Sales__LCY__Format</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Document_Type_">            <DataField>Cust__Ledger_Entry__Document_Type_</DataField>          </Field>// Add the following lines.<Field Name="Cust__Ledger_Entry__Document_Type_1"><DataField>Cust__Ledger_Entry__Document_Type_1</DataField></Field>// End of the added lines.          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control100">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control100</DataField>          </Field>          <Field Name="Cust__Ledger_Entry__Amount__LCY___Control100Format">            <DataField>Cust__Ledger_Entry__Amount__LCY___Control100Format</DataField>...

المتطلبات الأساسية

يجب أن يكون لديك أحد المنتجات التالية مثبتة لتطبيق هذا الإصلاح العاجل:

  • إصدار Microsoft Dynamics NAV 2009 R2 (سويسرا)

  • إصدار Microsoft Dynamics NAV 2009 SP1 (سويسرا)

معلومات الإزالة

لا يمكنك إزالة هذا الإصلاح العاجل.

الحالة

أقرت Microsoft أن هذه مشكلة في منتجات Microsoft المسردة في قسم "ينطبق على".

ملاحظة: وهذا المقال "النشر السريع" التي تم إنشاؤها مباشرة من داخل مؤسسة دعم Microsoft. وتقدم المعلومات الواردة في هذه الوثيقة كاستجابه للمسائل الناشئة. نتيجة للسرعة في توفيره، قد تتضمن الأخطاء المطبعية المواد ويمكن مراجعة في أي وقت دون سابق إنذار. راجع شروط الاستخداملاعتبارات أخرى.

هل تحتاج إلى مزيد من المساعدة؟

الخروج من الخيارات إضافية؟

استكشف مزايا الاشتراك، واستعرض الدورات التدريبية، وتعرف على كيفية تأمين جهازك، والمزيد.

تساعدك المجتمعات على طرح الأسئلة والإجابة عليها، وتقديم الملاحظات، وسماعها من الخبراء ذوي الاطلاع الواسع.