GLOBAL VARIABLE tmpTemTable : record X
FunctionInputParameters(VAR ItmpTemTable: record X as temptable)BEGINItmpTemTable.RESET;
IF ItmpTemTable.FIND('-') THEN
REPEAT
tmpTemTable :=ItmpTemTable;
tmpTemTable.INSERT(FALSE);
UNTIL ItmpTemTable.NEXT =0;END;
Comments
and for calling the report
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!