Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KristiFeng

    Has anyone here used View BlkGet?

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

Part and Inventory Search

Back
Top