Dear sirs, on Item label I've a button that, on push, go to an specific route on my network to look for an pdf archive. This archive, has previously added to the Item label thought a route link.
Now I want to delete some pdf's from my network thought Navision following the marked route.
I've got erase only the route puttin OnPush from button the code:
IF ("Technical route" <> '') THEN
delete;
This instruction delete the route market from Navision to the pdf, but doesn't delete the pdf document. Does anybody know how can I delete a document that is in my network following a route?. Sorry if I haven't explained well.
Thanks in advance.
0
Comments
Thanks.
Thanks for help.
I imagined somethig like that but don't work. Any idea else, please?.
what do you want to do?Delete the nav doc + the pdf doc in the path of tecnical route?if so use this code
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
In this code:
ERASE('path\filename.pdf'); I put also ERASE("Technical route"); because is different in each Item label, I need it automatic; but, evenly, it doesn't work.
Thanks for help.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Thanks.
For the same reason, it's easy to make big damages if you don't know it
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog