Public Sub showTCodeDesc() Dim oTcodes As cGLTransactionCodes Set oTcodes = New cGLTransactionCodes Dim oTcode As CGlTransactionCode With oTcodes .Init fe_application.SessionContext For Each oTcode In oTcodes With oTcode Debug.Print .Fields(GLTRANSACTIONCODES_fld_SEQUENCE) & ": " & .Fields(GLTRANSACTIONCODES_fld_DESCRIPTION) End With Next oTcode .CloseDown End With Set oTcodes = Nothing End
VBA/API
Disclaimer: We provide programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes you are familiar with Microsoft Visual Basic and the tools used to create and debug procedures. Our Customer Support can help explain the functionality of a particular procedure, but we will not modify, or assist you with modifying, these examples to provide additional functionality. If you are interested in learning more about the VBA and API modules, contact your account manager.