We are using RUMBA 2000, I been looking for a way to move data from a spreadsheet into the application. I want to macro the process and assume RUMBA can activate a VBA module that would parse the data then copy the information to buffer. This will allow the RUMBA macro to wait for the proper screens to paste the Data.
Does anyone know if this process is possible or is there a better way to create persistent variables for RUMBA macro automation?
*.xlsx or *.txt Input to RUMBA
-
- Posts: 341
- Joined: Thu Feb 24, 2011 12:05 am
- Skillset: 30 years on IBM mainframes
- Referer: Searched for Frank Yeager
Re: *.xlsx or *.txt Input to RUMBA
Two things.
1) I think RUMBA provides a COM or API object for just this kind of thing. So it might be easier to manipulate the RUMBA screen from an Excel macro than the other way around.
2) Try to do cut/paste if you can instead of using the EHLLAPI "sendkeys" or "type" commands. It's WAYYYYYYY faster. We tooks a macro that was typing the contents of a large text field and changed it to use the clipboard. It went from running hours to running minutes.
1) I think RUMBA provides a COM or API object for just this kind of thing. So it might be easier to manipulate the RUMBA screen from an Excel macro than the other way around.
2) Try to do cut/paste if you can instead of using the EHLLAPI "sendkeys" or "type" commands. It's WAYYYYYYY faster. We tooks a macro that was typing the contents of a large text field and changed it to use the clipboard. It went from running hours to running minutes.
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: *.xlsx or *.txt Input to RUMBA
For something so specific and on a Beginners and Students web site, I'm not sure you'll get many answers.
Have you checked with MicroFocus support or any fora for Rumba that may exist?
EDIT: Although you may even get an answer before my post hits the cutting-room floor.
Have you checked with MicroFocus support or any fora for Rumba that may exist?
EDIT: Although you may even get an answer before my post hits the cutting-room floor.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
.TXT file conversion to .CSV/.XLSX
by dangtran10 » Thu May 20, 2021 7:09 am » in DFSORT/ICETOOL/ICEGENER - 3
- 1928
-
by steve-myers
View the latest post
Fri May 21, 2021 10:57 pm
-
-
- 2
- 1357
-
by RazVorox
View the latest post
Tue Dec 05, 2023 11:06 am
-
- 23
- 4382
-
by collinsm
View the latest post
Thu Sep 22, 2022 5:29 am
-
-
Convert fixed-length input records to variable-length output
by xcspg3 » Wed Oct 23, 2024 1:45 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1453
-
by sergeyken
View the latest post
Wed Oct 30, 2024 1:09 pm
-
-
-
File Handling 3 input files and 1 output file by using EZT
by pavan426 » Thu Sep 09, 2021 12:17 am » in CA-Easytrieve - 0
- 4421
-
by pavan426
View the latest post
Thu Sep 09, 2021 12:17 am
-