GLOBAL VARIABLE tmpTemTable : record X
Function InputParameters(VAR ItmpTemTable : record X as temptable)
BEGIN
ItmpTemTable.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!