28. Mai 2010 12:03
28. Mai 2010 12:20
CurrReport.SHOWOUTPUT := NOT "Item - Alloy Weight".FINDFIRST;
IF "Item - Alloy Weight".FINDFIRST THEN BEGIN
CurrReport.SHOWOUTPUT(FALSE); // auch erlaubt: CurrReport.SHOWOUTPUT := FALSE;
END ELSE BEGIN
CurrReport.SHOWOUTPUT(TRUE);
END;
28. Mai 2010 13:27