Hi Good day to everyone. Can anybody knows how to use this one
Public Function GetCurrentEntry(Session As QSRules.SessionClass _
) As TransactionEntry
Set GetCurrentEntry = Session.Transaction.Entries( _
Session.Transaction.CurrentEntryKey)
End Function
using sessionclass on the public function process. Basically i what i need is to get a particular item on the transaction grid by selecting any item on the grid and check this on the database. in the middle of a transaction. Thank you
*This post is locked for comments