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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by peteprog

  1. peteprog

    Need Cobol Equivalent to this VBA script ??????

    Set PObject = CreateObject("PV.PVS") I have managed to emulate the above VBA in cobol using the following class-control. PV32 is class "$ole$PV.PVS". ..... 01 PVSession object reference. ...... invoke PV32 "new" returning PVSession...

Part and Inventory Search

Back
Top