You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a fictional example based on one of today's code review.
internalprocedure GetFireTruck(): Text[10]
var
FireTruckLbl: Label'FireTruck';
beginexit(FireTruckLbl);
end;
When translation, for example to Dutch "Brandweerwagen", it becomes a length of 14 characters which will result in an runtime error.
In this example the label should have a MaxLength or Locked property set.
It's a fictional example based on one of today's code review.
When translation, for example to Dutch "Brandweerwagen", it becomes a length of 14 characters which will result in an runtime error.
In this example the label should have a
MaxLength
orLocked
property set.The text was updated successfully, but these errors were encountered: