Jon,
Here is some sample code. You can get the Field IDs from the Application Object Models.
Dim vGL As AccpacView
Dim Values As Variant
Dim i As Integer
mDBLinkCmpRW.OpenView "GL0001", vGL
vGL.GoTop
vGL.BlkGet Array(1, 2, 3), Values
For i = LBound(Values) To UBound(Values)
MsgBox...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.