popeye
5th March 2002, 23:48
Hi,
Is there a standard DLL for deleting Purchase Order Lines ?
I tried using the Function Server - No Luck.

Has anybody tried doing this before?

Thanks.

Youp2001
6th March 2002, 11:19
First of all I think your question is a technical question so it should be in the Tools Development section.

Then regarding your question: it depends on the Baan version you are using. When using ERP it is quite easy because you can simply remove a line by calling the destroy method of the DAL of tdpur401.

If you are using an earlier version I suggest to take a look at the program script tdpur4803. This is called when deleting a purchase order and it also deletes lines, so it shouldn't be to difficult to find out what to do.

Success,

Youp