Microsoft hesabıyla oturum açın
Oturum açın veya hesap oluşturun.
Merhaba,
Farklı bir hesap seçin.
Birden çok hesabınız var
Oturum açmak istediğiniz hesabı seçin.

Bu makale Microsoft Dynamics NAV 2009 için tüm ülkeler ve tüm dil yerel ayarları için geçerlidir.

Belirtiler

Bir toplam boyut kümesi varsayar. Örneğin, bir departman boyut ayarlamak ve toplam boyut değer türü ile boyut değeri oluşturun. Bu durumda, boyut değeri için toplamlar değerleri satırlarında, departman boyut sunarsanız edinin. Ancak, departman boyut sütunlarında Role Özel istemci (RTC) gösterdiğinizde, hiçbir değeri yok. Bu sorun aşağıdaki ürünlerde oluşur:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 Service Pack 1 (SP1)

Çözüm

Düzeltme bilgileri

Artık Microsoft tarafından desteklenen bir düzeltme sağlanmaktadır. Ancak bunun yalnızca bu makalede anlatılan sorunu düzeltmesi amaçlanmıştır. Yalnızca bu özel sorunla karşılaşmış olan sistemlere uygulayın. Bu düzeltme ek sınama uygulanabilir. Bu nedenle, bu sorundan ciddi bir şekilde etkilenmiyorsanız, Microsoft Dynamics NAV 2009 sonraki hizmet paketini veya, bu düzeltmeyi içeren bir sonraki Microsoft Dynamics NAV sürümü için beklemek öneririz.

Not: Özel durumlarda, destek aramaları teknik destek uzmanı Microsoft Dynamics ve ilgili ürünlere yönelik iptal edilebilir çözeceğini giderleri belirleyen belirli bir güncelleştirmenin sorununuzu. Ek destek sorularına ve söz konusu güncelleştirme için geçerli olmayan sorunlara normal destek ücretleri uygulanır.


Yükleme bilgileri

Microsoft, programlama örneklerini yalnızca gösterim amacıyla zımni veya açık garanti olmadan sağlar. Bu, satılabilirlik veya belirli bir amaca uygunluk açısından zımni garantileri içerir ancak bunlarla sınırlı değildir. Bu makale, gösterilen programlama dilini, yordamları oluşturmak ve yordamlardan hata ayıklamak için kullanılan araçları bildiğinizi varsayar. Microsoft destek mühendisleri belirli bir yordamın işlevselliğinin açıklanmasına yardımcı olabilir. Ancak, işlevsellik sağlamak veya yordamlar, belirli gereksinimlerinizi karşılayacak şekilde geliştirmek amacıyla bu örnekleri değiştirmezler.

Not: Bu düzeltmeyi yüklemeden önce tüm Microsoft Navision istemcisi kullanıcılar sistem oturum doğrulayın. Bu, Microsoft Navision uygulama Hizmetleri (NAS) istemci kullanıcıları içerir. Bu düzeltmeyi uyguladığınızda yalnızca istemci kullanıcının oturum açmış olması gerekir.

Bu düzeltmeyi uygulamak için bir geliştirici lisansı olması gerekir.

Kullanıcı hesabının Windows oturumu açma penceresini veya veritabanı oturumu açma penceresi "Süper" rol kimliği atanması öneririz Kullanıcı hesabı "Süper" rol Kimliği atanamaz, kullanıcı hesabı aşağıdaki izinlere sahip olduğunu doğrulamanız gerekir:

  • Nesnenin, değiştirme değişiklik yapma izni.

  • Execute izni Sistem nesne kimliği 5210 nesnenin ve nesne kimliği 9015 sistem nesnesi için.



Not: Veri onarım gerçekleştirmek zorunda sürece veri depoları haklarına sahip olmanız gerekmez.

Kod değişiklikleri

Not: Her zaman, uygulamadan önce test kodu denetimli bir ortamda üretim bilgisayarlarınıza düzeltmeler giderir.
Bu sorunu gidermek için şu adımları izleyin:

  1. MATRIX_GenerateColumnCaptions işlevini _Budget formunda (9202) kodu aşağıdaki gibi değiştirin:
    Varolan kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN

    ...

    Değiştirme kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN
    ...

    Varolan kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLBudgetName."Budget Dimension 1 Code":
    BEGIN
    ...

    Değiştirme kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);
    END;
    GLBudgetName."Budget Dimension 1 Code":
    BEGIN
    ...

    Varolan kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLBudgetName."Budget Dimension 2 Code":
    BEGIN
    ...

    Değiştirme kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLBudgetName."Budget Dimension 2 Code":
    BEGIN
    ...

    Varolan kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLBudgetName."Budget Dimension 3 Code":
    BEGIN
    ...

    Değiştirme kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLBudgetName."Budget Dimension 3 Code":
    BEGIN
    ...

    Varolan kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLBudgetName."Budget Dimension 4 Code":
    BEGIN
    ...

    Değiştirme kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLBudgetName."Budget Dimension 4 Code":
    BEGIN
    ...

    Varolan kodu 6

    ...BudgetDim4Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    END;
    END;
    ...

    Değiştirme kodu 6

    ...BudgetDim4Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    END;
    END;
    ...
  2. _Invt MATRIX_GenerateColumnCaptions işlevinde kodu değiştirin. Boyutlara Göre Analiz (9208) aşağıdaki gibi oluşturur:
    Varolan kodu 1

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 1 Code",
    Dim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,TRUE);


    END;
    ItemAnalysisView."Dimension 2 Code" :

    ...

    Değiştirme kodu 1

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 1 Code",
    Dim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);


    END;
    ItemAnalysisView."Dimension 2 Code" :
    ...

    Varolan kodu 2

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 2 Code",
    Dim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,TRUE);

    END;

    ItemAnalysisView."Dimension 3 Code" :

    ...

    Değiştirme kodu 2

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 2 Code",
    Dim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;

    ItemAnalysisView."Dimension 3 Code" :

    ...

    Varolan kodu 3

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 3 Code",
    Dim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,TRUE);

    END;
    END;

    ...

    Değiştirme kodu 3

    ...              MatrixMgt.SetDimColumnSet(ItemAnalysisView."Dimension 3 Code",
    Dim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    END;

    ...
  3. _Purch MATRIX_GenerateColumnCaptions işlevinde kodu değiştirin. Özet formu (9218) aşağıdaki gibi Bütçe:
    Varolan kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN
    ...

    Değiştirme kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN
    ...

    Varolan kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 1 Code":
    BEGIN
    ...

    Değiştirme kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 1 Code":
    BEGIN
    ...

    Varolan kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 2 Code":
    BEGIN
    ...

    Değiştirme kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 2 Code":
    BEGIN
    ...

    Varolan kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 3 Code":
    BEGIN

    ...

    Değiştirme kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 3 Code":
    BEGIN

    ...

    Varolan kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    END;
    FOR i := 1 TO 12 DO

    ...

    Değiştirme kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    END;
    FOR i := 1 TO 12 DO

    ...
  4. Bütçe özeti formunu (9238) _Sales MATRIX_GenerateColumnCaptions işlevinde kodu aşağıdaki gibi değiştirin:
    Varolan kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN

    ...

    Değiştirme kodu 1

    ...GlobalDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    GLSetup."Global Dimension 2 Code":
    BEGIN

    ...

    Varolan kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 1 Code":
    BEGIN

    ...

    Değiştirme kodu 2

    ...GlobalDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 1 Code":
    BEGIN

    ...

    Varolan kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 2 Code":
    BEGIN

    ...

    Değiştirme kodu 3

    ...BudgetDim1Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 2 Code":
    BEGIN

    ...

    Varolan kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    ItemBudgetName."Budget Dimension 3 Code":
    BEGIN

    ...

    Değiştirme kodu 4

    ...BudgetDim2Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    ItemBudgetName."Budget Dimension 3 Code":
    BEGIN

    ...

    Varolan kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Delete the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange,FALSE);

    END;
    END;
    FOR i := 1 TO 12 DO

    ...

    Değiştirme kodu 5

    ...BudgetDim3Filter,MATRIX_SetWanted,MATRIX_PrimKeyFirstCaptionInCu,FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns);
    MatrixMgt.DimToCaptions(
    MATRIX_CaptionSet,MATRIX_MatrixRecords,ColumnDimCode,

    // Add the following line.
    FirstColumn,LastColumn,MATRIX_CurrentNoOfColumns,ShowColumnName,MATRIX_CaptionRange);

    END;
    END;
    FOR i := 1 TO 12 DO

    ...
  5. Matris Yönetimi kod (9200) DimToCaptions işlevinde kodu aşağıdaki gibi değiştirin:
    Varolan kodu 1

    ...          NoOfColumns := ABS(TmpSteps);
    END;

    // Delete the following line.
    PROCEDURE DimToCaptions@9(VAR CaptionSet@1000 : ARRAY [32] OF Text[1024];VAR MatrixRecords@1007 : ARRAY [32] OF Record 367;DimensionCode@1001 : Text[30];FirstColumn@1002 : Text[1024];LastColumn@1003 : Text[1024];VAR NumberOfColumns@1006 : Integer;ShowColumnName@1008 : Boolean;VAR CaptionRange@1009 : Text[1024];CopyTotaling@1170000000 : Boolean);

    VAR
    DimensionValue@1004 : Record 349;
    i@1005 : Integer;

    ...

    Değiştirme kodu 1

    ...          NoOfColumns := ABS(TmpSteps);
    END;

    // Add the following line.
    PROCEDURE DimToCaptions@9(VAR CaptionSet@1000 : ARRAY [32] OF Text[1024];VAR MatrixRecords@1007 : ARRAY [32] OF Record 367;DimensionCode@1001 : Text[30];FirstColumn@1002 : Text[1024];LastColumn@1003 : Text[1024];VAR NumberOfColumns@1006 : Integer;ShowColumnName@1008 : Boolean;VAR CaptionRange@1009 : Text[1024]);

    VAR
    DimensionValue@1004 : Record 349;
    i@1005 : Integer;

    ...

    Varolan kodu 2

    ...            i := i + 1;
    MatrixRecords[i].Code := DimensionValue.Code;
    MatrixRecords[i].Name := DimensionValue.Name;

    // Delete the following lines.
    IF CopyTotaling THEN
    MatrixRecords[i].Totaling := DimensionValue.Totaling;
    // End of the lines.

    IF ShowColumnName THEN
    CaptionSet[i] := DimensionValue.Name
    ELSE

    ...

    Değiştirme kodu 2

    ...            i := i + 1;
    MatrixRecords[i].Code := DimensionValue.Code;
    MatrixRecords[i].Name := DimensionValue.Name;

    // Add the following line.
    MatrixRecords[i].Totaling := DimensionValue.Totaling;

    IF ShowColumnName THEN
    CaptionSet[i] := DimensionValue.Name
    ELSE

    ...

Ayrıca, doğru sayfaya form dönüştürme aracı çalıştırmanız gerekir.

Önkoşullar

Bu düzeltmeyi uygulamak için aşağıdaki ürünlerden birine sahip olmalıdır:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 Service Pack 1

Kaldırma bilgileri

Bu düzeltmeyi kaldıramazsınız.

Durum

Microsoft bu sorunun "Aşağıdakilere Uygulanır" bölümünde listelenen Microsoft ürünlerinde bulunduğunu onaylamıştır.

Not: Bu, doğrudan Microsoft destek kuruluşu bünyesinde oluşturulan bir "HIZLI YAYIN" makalesidir. Burada yer alan bilgiler, oluşan sorunlara yanıt olarak olduğu gibi sağlanmıştır. Makale hızla kullanıma sunulduğu için materyallerde yazım hataları olabilir ve materyaller bildirilmeksizin herhangi bir zamanda revize edilebilir. Diğer konular için bkz. Kullanım koşulları.

Daha fazla yardıma mı ihtiyacınız var?

Daha fazla seçenek mi istiyorsunuz?

Abonelik avantajlarını keşfedin, eğitim kurslarına göz atın, cihazınızın güvenliğini nasıl sağlayacağınızı öğrenin ve daha fazlasını yapın.

Topluluklar, soru sormanıza ve soruları yanıtlamanıza, geri bildirimde bulunmanıza ve zengin bilgiye sahip uzmanlardan bilgi almanıza yardımcı olur.

Bu bilgi yararlı oldu mu?

Dil kalitesinden ne kadar memnunsunuz?
Deneyiminizi ne etkiledi?
Gönder’e bastığınızda, geri bildiriminiz Microsoft ürün ve hizmetlerini geliştirmek için kullanılır. BT yöneticiniz bu verileri toplayabilecek. Gizlilik Bildirimi.

Geri bildiriminiz için teşekkürler!

×