Perform a Return Using Qsrules or QSbridge

Hello everyone. I am trying to perform a return by using the following code but I always seem to get an error.

/////// Public Function Process(ByRef Session As Object) Dim trxno As Integer

'Get Transaction Number trxno = Val(InputBox("Enter Transaction Number", "Return")) Session.RecallTransaction(Session.Transaction.RecallType.RecallTransactionForReturn, trxno)

'Other code Return True End Function //////

Reply to
SIDSolutions
Loading thread data ...

Session.RecallTransaction(Session.Transaction.RecallType.RecallTransactionForReturn, trxno)

Reply to
SIDSolutions

Would you mind sharing your corrected code, perhaps someone else can benefit from it as well

kevin

"SIDSoluti> Neverm>

Session.RecallTransaction(Session.Transaction.RecallType.RecallTransactionForReturn, trxno)

Reply to
kskinne

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.