Hook (Remove items from TX)

Does anyone know how to do this via the qsrules. Im using vb to create the dll. I need to remove all items from TX without the user being notified via a msgbox.

i thought this might work: session.Transaction.Entries.Remove

There must be away, anybody......

Cheers Dave

Reply to
izeko
Loading thread data ...

I got it to work:

Call session.Transaction.Entries.Remove(session.Transaction.Entries(1), True)

Thanks for looking.

"izeko" wrote:

Reply to
izeko

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.