적용 대상
Dynamics NAV 2009

증상

상세 시산표 보고서 (304) 공급 업체-스페인어 버전의 Microsoft Dynamics 탐색 2009 RTC에서 Excel 형식으로 내보낼 때 모든 값이 Debit 열에 빈. 그러나 제대로 작동 스페인어 버전의 Microsoft Dynamics 탐색 2013. 이 문제를 해결 하려면 코드 변경 섹션의 단계를 따릅니다. 다음 제품에이 문제가 발생합니다.

  • 스페인어 버전의 Microsoft Dynamics 탐색 2009 R2

  • 스페인어 버전의 Microsoft Dynamics 탐색 2009 SP1

해결 방법

핫픽스 정보

지원 되는 핫픽스를 Microsoft에서 출시 되었습니다. 이 문서에 설명 되어 있는 문제를 해결 하기 위한 것일 뿐입니다. 이러한 특정 문제가 발생 한 시스템에만 적용 됩니다. 이 핫픽스는 추가 테스트가 필요할 수 있습니다. 따라서이 문제의 영향이 심각 하지 다음 Microsoft Dynamics 탐색 2009 서비스 팩 또는이 핫픽스가 포함 된 다음 Microsoft Dynamics 탐색 버전까지 기다리는 것이 좋습니다.참고: 특별 한 경우 일반적으로 호출 취소 될 수도 있습니다 경우 기술 지원 담당자는 Microsoft Dynamics 및 관련 된 제품에 대 한 지원에 따른 비용이 특정 업데이트로 문제를 해결할 수 있다고 결정 합니다. 추가 지원 질문과 특정 업데이트가 필요 하지 않은 문제에는 일반 지원 비용이 적용 됩니다.

설치 정보

Microsoft는 모든 보증, 그림에 대 한 묵시적인 보증. 이 포함 되지만 상품성 또는 특정 목적에의 적합성의 묵시적된 보증에 국한 되지는 않습니다. 이 문서는 작성 하 고 프로시저를 디버깅할 데 사용 되는 도구 및 여기서 설명 하는 프로그래밍 언어에 익숙한 가정 합니다. Microsoft 지원 엔지니어는 특정 프로시저의 기능을 설명할 수 있습니다. 그러나이 예제에서는 추가 기능을 제공 하거나 특정 요구 사항에 맞도록 프로시저를 구성 하려면 수정 하지 않습니다.참고: 이 핫픽스를 설치 하기 전에 모든 Microsoft Dynamics 탐색 클라이언트 사용자가 시스템 로그를 확인 하십시오. Microsoft Dynamics 탐색 응용 프로그램 서버 (NAS) 서비스가 포함 됩니다. 이 핫픽스를 구현할 때 로그온 되어 있는 사용자만 클라이언트 수 있습니다.이 핫픽스를 구현 하려면 개발자 라이센스가 있어야 합니다.것을 권장 합니다 Windows 로그인 창이 나 데이터베이스 로그인 창에서 사용자 계정 "SUPER" 역할 ID를 할당할 수 사용자 계정 "SUPER" 역할 ID를 할당할 수 없습니다, 사용자 계정에 다음 권한이 있는지 확인 해야 합니다.

  • 변경할 수 있는 개체에 대 한 수정 권한이 있습니다.

  • 시스템 개체 ID 9015 및 시스템 개체 ID 5210 개체에 대 한 실행 권한개체입니다.

참고: 데이터 복구를 수행 해야 할 경우가 아니면 데이터 저장소에 대 한 권한을 가질 필요가 없습니다.

코드 변경 사항

참고: 항상 테스트 코드 수정 제어 된 환경에 적용 하기 전에 프로덕션 컴퓨터에 수정 프로그램입니다.이 문제를 해결 하려면 공급 업체-상세 시산표 보고서 (304)의 코드를 다음과 같이 변경.

...<PaddingTop>2pt</PaddingTop>                      </Style>                      <Value>=Fields!Detailed_Vendor_Ledg__Entry__Entry_Type_.Value</Value>                      <ZIndex>131</ZIndex>                      <rd:DefaultName>textbox105</rd:DefaultName>                    </Textbox>                  </ReportItems>                </TableCell>                <TableCell>                  <ReportItems>// Add the following lines.<Textbox Name="textbox176"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox176</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                    <Textbox Name="textbox21">                      <CanGrow>true</CanGrow>                      <Style>                        <FontSize>7pt</FontSize>                        <Format>=Fields!DebitCorrectionFormat.Value</Format>                        <PaddingBottom>2pt</PaddingBottom>                        <PaddingLeft>2pt</PaddingLeft>                        <PaddingRight>2pt</PaddingRight>                        <PaddingTop>2pt</PaddingTop>                      </Style>......                        <PaddingRight>2pt</PaddingRight>                        <PaddingTop>2pt</PaddingTop>                      </Style>                      <Value>=Fields!Detailed_Vendor_Ledg__Entry2__Entry_Type_.Value</Value>                      <ZIndex>7</ZIndex>                    </Textbox>                  </ReportItems>                </TableCell>                <TableCell>                  <ReportItems>// Add the following lines.<Textbox Name="textbox177"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox177</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                    <Textbox Name="textbox29">                      <CanGrow>true</CanGrow>                      <Style>                        <FontSize>7pt</FontSize>                        <Format>=Fields!DebitApplicationRoundingFormat.Value</Format>                        <PaddingBottom>2pt</PaddingBottom>                        <PaddingLeft>2pt</PaddingLeft>                        <PaddingRight>2pt</PaddingRight>                        <PaddingTop>2pt</PaddingTop>                      </Style>......                        <PaddingTop>2pt</PaddingTop>                        <VerticalAlign>Bottom</VerticalAlign>                      </Style>                      <Value>=First(Fields!Vendor_Ledger_Entry_DescriptionCaption.Value)</Value>                      <ZIndex>204</ZIndex>                    </Textbox>                  </ReportItems>                </TableCell>                <TableCell>                  <ReportItems>// Add the following lines.<Textbox Name="textbox118"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><FontWeight>700</FontWeight><PaddingBottom>2pt</PaddingBottom><PaddingLeft>0.075cm</PaddingLeft><PaddingRight>0.075cm</PaddingRight><PaddingTop>2pt</PaddingTop><VerticalAlign>Bottom</VerticalAlign></Style><Value /><rd:DefaultName>textbox118</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                    <Textbox Name="TextBox136">                      <Style>                        <FontSize>7pt</FontSize>                        <PaddingBottom>2pt</PaddingBottom>                        <PaddingLeft>2pt</PaddingLeft>                        <PaddingRight>2pt</PaddingRight>                        <PaddingTop>2pt</PaddingTop>                        <TextAlign>Right</TextAlign>                        <VerticalAlign>Bottom</VerticalAlign>                      </Style>......                      <Value>=Fields!CurrReport_PAGENOCaption.Value</Value>                      <Visibility>                        <Hidden>true</Hidden>                      </Visibility>                      <ZIndex>193</ZIndex>                    </Textbox>                  </ReportItems>                </TableCell>                <TableCell>                  <ReportItems>// Add the following lines.<Textbox Name="textbox168"><CanGrow>true</CanGrow><Style><Color>#ff0000</Color><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop><VerticalAlign>Middle</VerticalAlign></Style><Value /><rd:DefaultName>textbox168</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                    <Textbox Name="AmountsLCY">                      <CanGrow>true</CanGrow>                      <Style>                        <Color>#ff0000</Color>                        <PaddingBottom>2pt</PaddingBottom>                        <PaddingLeft>2pt</PaddingLeft>                        <PaddingRight>2pt</PaddingRight>                        <PaddingTop>2pt</PaddingTop>                        <VerticalAlign>Middle</VerticalAlign>                      </Style>......          <TableColumn>            <Width>0.8cm</Width>          </TableColumn>          <TableColumn>            <Width>1.3cm</Width>          </TableColumn>          <TableColumn>            <Width>3.1cm</Width>          </TableColumn>          <TableColumn>// Add the following line.<Width>0.01cm</Width></TableColumn><TableColumn>// End of the added line.            <Width>1.8cm</Width>          </TableColumn>          <TableColumn>            <Width>1.8cm</Width>          </TableColumn>          <TableColumn>            <Width>1.85cm</Width>          </TableColumn>          <TableColumn>            <Width>1.9cm</Width>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>90</ZIndex>                          <rd:DefaultName>textbox4</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox186"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox186</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox5">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>89</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>98</ZIndex>                          <rd:DefaultName>textbox191</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox187"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value />rd:DefaultName>textbox187</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox98">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmountAdj_Control1100154Format.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>Right</TextAlign>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>106</ZIndex>                          <rd:DefaultName>textbox206</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox188"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox188</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox107">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmount___DebitCorrection___DebitApplicationRoundingFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>Right</TextAlign>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>114</ZIndex>                          <rd:DefaultName>textbox221</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.Textbox Name="textbox189"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox189</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox222">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>113</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>122</ZIndex>                          <rd:DefaultName>textbox236</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox192"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value />rd:DefaultName>textbox192</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox127">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmount___DebitCorrection___DebitApplicationRoundingFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>Right</TextAlign>......                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>49</ZIndex>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.Textbox Name="textbox181"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox181</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox56">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>48</ZIndex>......                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>57</ZIndex>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox182"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox182</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox166">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmountAdj_Control1100154Format.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>Right</TextAlign>......                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>65</ZIndex>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox183"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox183</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox53">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmount___DebitCorrection___DebitApplicationRoundingFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>Right</TextAlign>......                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <rd:DefaultName>textbox150</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox184"><CanGrow>true</CanGrow><Style><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox184</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox71">                          <CanGrow>true</CanGrow>                          <Style>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <rd:DefaultName>textbox71</rd:DefaultName>......                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <rd:DefaultName>textbox133</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox185"><CanGrow>true</CanGrow><Style><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox185</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox117">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmount___DebitCorrection___DebitApplicationRoundingFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                            <TextAlign>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=LAST(Fields!Vendor_Name_Control27.Value)</Value>                          <ZIndex>18</ZIndex>                          <rd:DefaultName>textbox251</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox178"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><FontWeight>700</FontWeight><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox178</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox253">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>17</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=LAST(Fields!Vendor_Name_Control27.Value)</Value>                          <ZIndex>28</ZIndex>                          <rd:DefaultName>textbox38</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox179"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><FontWeight>700</FontWeight><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox179</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox31">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Last(Fields!VendBalanceLCY___StartVendDebitAmount___StartVendDebitAmountAdjFormat.Value)</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>38</ZIndex>                          <rd:DefaultName>textbox59</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox180"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><FontWeight>700</FontWeight><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox180</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox60">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>37</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=Fields!Vendor_Name.Value</Value>                          <ZIndex>184</ZIndex>                          <rd:DefaultName>textbox43</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox171"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><FontWeight>700</FontWeight><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox171</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox46">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>183</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=Fields!Vendor__Phone_No__.value</Value>                          <ZIndex>174</ZIndex>                          <rd:DefaultName>textbox75</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox172"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox172</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox76">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>173</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>163</ZIndex>                          <rd:DefaultName>textbox90</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox173"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox173</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox91">                          <Style>                            <FontSize>7pt</FontSize>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value />                          <ZIndex>162</ZIndex>......                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=Fields!Adj__of_Opening_BalanceCaption.Value</Value>                          <ZIndex>153</ZIndex>                          <rd:DefaultName>textbox104</rd:DefaultName>                        </Textbox>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines<Textbox Name="textbox174"><CanGrow>true</CanGrow><Style><FontSize>7pt</FontSize><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox174</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox13">                          <CanGrow>true</CanGrow>                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!StartVendDebitAmountAdjFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>......                              <Value>=Fields!Vendor_Ledger_Entry_Description.Value</Value>                              <Width>2.3cm</Width>                              <rd:DefaultName>textbox19</rd:DefaultName>                            </Textbox>                          </ReportItems>                        </Rectangle>                      </ReportItems>                    </TableCell>                    <TableCell>                      <ReportItems>// Add the following lines.<Textbox Name="textbox175"><CanGrow>true</CanGrow><Style><PaddingBottom>2pt</PaddingBottom><PaddingLeft>2pt</PaddingLeft><PaddingRight>2pt</PaddingRight><PaddingTop>2pt</PaddingTop></Style><Value /><rd:DefaultName>textbox175</rd:DefaultName></Textbox></ReportItems></TableCell><TableCell><ReportItems>// End of the added lines.                        <Textbox Name="textbox28">                          <Style>                            <FontSize>7pt</FontSize>                            <Format>=Fields!VendDebitAmountFormat.Value</Format>                            <PaddingBottom>2pt</PaddingBottom>                            <PaddingLeft>2pt</PaddingLeft>                            <PaddingRight>2pt</PaddingRight>                            <PaddingTop>2pt</PaddingTop>                          </Style>                          <Value>=Fields!VendDebitAmount.Value</Value>...

전제 조건

이 핫픽스를 적용 하려면 설치한 다음 제품 중 하나가 있어야 합니다.

  • 스페인어 버전의 Microsoft Dynamics 탐색 2009 R2

  • 스페인어 버전의 Microsoft Dynamics 탐색 2009 SP1

제거 정보

이 핫픽스를 제거할 수 없습니다.

상태

Microsoft는 이 문제가 '적용 대상' 섹션에 나열된 Microsoft 제품의 문제임을 확인했습니다.

참고: 이 문서는 Microsoft 지원 부서 내에서 직접 작성한 "빠른 게시" 문서입니다. 여기에 포함된 정보는 신흥 문제에 대한 응답으로 제공되었습니다. 신속히 사용할 수 있도록 작성되었으므로, 자료 입력 오류가 포함될 수 있으며 언제든지 예고없이 개정될 수 있습니다. 다른 고려 사항은 사용 약관을참조 하십시오.

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

구독 혜택을 살펴보고, 교육 과정을 찾아보고, 디바이스를 보호하는 방법 등을 알아봅니다.