Perform a Return Using Qsrules or QSbridge

Feb 15, 2006 2 Replies

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 //////


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

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)

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required