Log in

View Full Version : Control Rumba mainfraime display using vba



2cantona2
09-09-2009, 08:24 AM
Hi I have been trawling the net for day's looking for a way to automate a rumba mainframe display using "WDMFDSP.OCX" (objectx controls). I want to use screen scrape function and sendkeys to automate input of data.

I managed to do this at my old company using Pcomm emulator and would assume netmanage provide the same functionality. However I am having trouble finding information on creating the objects to set my connection with rumba.

I have added some sample code of how I did this in PCOMM


Dim SessObj As Object
Set SessObj = CreateObject("PCOMM.autECLSession")


' Initialize the session
SessObj.SetConnectionByName ("A")


Any examples advice on how to set this kind of connection with rumba would be greatly appreciated