This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- Belgium (French) (fr-be)
- Belgium (Dutch) (nl-be)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
SourceExpr="Export Protocol Code" }
{ 1010009;Label ;0 ;0 ;0 ;0 ;ParentControl=1010008;
InColumnHeading=Yes }
// Add the following lines.
{ 1010002;CheckBox ;1138 ;2750 ;1700 ;440 ;ParentControl=1;
InColumn=Yes;
ShowCaption=No;
SourceExpr="Separate Line" }
{ 1010003;Label ;0 ;0 ;0 ;0 ;ParentControl=1010002;
InColumnHeading=Yes }
// End of the lines.
{ 1010014;TextBox ;2725 ;2970 ;1700 ;440 ;ParentControl=1;
InColumn=Yes;
SourceExpr="ISO Currency Code" }
...
...
SourceExpr="Export Protocol Code" }
{ 1010009;Label ;0 ;0 ;0 ;0 ;ParentControl=1010008;
InColumnHeading=Yes }
{ 1010014;TextBox ;2725 ;2970 ;1700 ;440 ;ParentControl=1;
InColumn=Yes;
SourceExpr="ISO Currency Code" }
...
...
SourceExpr="ISO Currency Code" }
{ 1010015;Label ;0 ;0 ;0 ;0 ;ParentControl=1010014;
InColumnHeading=Yes }
// TFS246057.begin
{ 1010019;CheckBox ;4445 ;2970 ;1700 ;440 ;ParentControl=1;
InColumn=Yes;
ShowCaption=No;
SourceExpr="Standard Format Message" }
{ 1010020;Label ;0 ;0 ;0 ;0 ;ParentControl=1010019;
InColumnHeading=Yes }
// TFS246057.end
{ 6 ;TextBox ;0 ;0 ;1650 ;0 ;ParentControl=1;
InColumn=Yes;
SourceExpr="Posting Date" }
...
...
SourceExpr="ISO Currency Code" }
{ 1010015;Label ;0 ;0 ;0 ;0 ;ParentControl=1010014;
InColumnHeading=Yes }
{ 6 ;TextBox ;0 ;0 ;1650 ;0 ;ParentControl=1;
InColumn=Yes;
SourceExpr="Posting Date" }
...
...
Amt[1] := Amt[1] + Amount;
CurrencyCode := "Currency Code";
// Delete the following line.
END;
NewGroupLoc := CheckNewGroup;
IF NewGroupLoc THEN BEGIN
WriteDataRecord;
// End of the lines.
END;
END;
...
Amt[1] := Amt[1] + Amount;
CurrencyCode := "Currency Code";
// Add the following lines.
NewGroupLoc := CheckNewGroup;
IF NewGroupLoc THEN BEGIN
WriteDataRecord;
END;
// End of the lines.
END;
END;
...
Keywords: kberrmsg, kbmbscodefix, kbnoloc, kbsurveynew, kbqfe, kbmbspartner, kbmbsquickpub, kb, kbmbsmigrate