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.
now I need to logon and need to code a cobol equivalent to
VBA Call PObject.Login("admin","admin"
Any suggestions - Regards - Cheers Peteprog
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.
now I need to logon and need to code a cobol equivalent to
VBA Call PObject.Login("admin","admin"
Any suggestions - Regards - Cheers Peteprog