21. Januar 2011 14:21
Sell-to Customer No. - OnAfterValidate()
IF "Ship-to Code" = '' THEN BEGIN
cust.GET("Sell-to Customer No.");
IF cust."Primary Ship. to Code" <> '' THEN
"Ship-to Code" := cust."Primary Ship. to Code"
END ELSE BEGIN
"Ship-to Code" := ''
END;
CurrForm.UPDATE;
21. Januar 2011 15:13
Catalano hat geschrieben:Wie muss ich den Code ergänzen, damit die ganze Lieferanschrift gezogen wird?
"Ship-to Code" := cust."Primary Ship. to Code"
VALIDATE("Ship-to Code", cust."Primary Ship. to Code")
21. Januar 2011 16:29