Buffer table not deleting the entries

navisionerinnavisionerin Member Posts: 161
Hi guys, I ave written some code which should delete my buffer table before filling the entries in, but its not doing it.
Here's my code:


TempBuffer.DELETEALL;
ActualTable.SETRANGE("Type",ActualTable."Transaction Type"::"Bills");
TempBuffer.SETCURRENTKEY("Entity ID");
TempBuffer.SETRANGE("ID",Get(COMPANYNAME))
END;


Any ideas why?

Answers

Sign In or Register to comment.