There is a program I use that has a REALLY annoying problem.
When I open up a detailed report the page CANNOT be copied using CTRL-C.
All the information is right there on the screen, but for some reason you can’t copy any of it.
Copying the information into Excel is a real pain.
I want to either:
1) Write a program that can read what’s on the other window, and copy that information into an CSV file or Even better would be for the program to be able to click on the buttons in the first program and to open and close the reports window (so it can run all 5 reports with one click)
It's really very basic. Click on the button that says "Report A" read the screen, save as a CSV file, Click "Close". Click "Report B", read, save, close, "Report C", ect.
or
2) Find a program that I can modify to do what I need.
I have not programmed in anything other than PHP in a long long time. I have C++ and Visual Basic, so they are my first choice for languages, but I have never actually used VB and am very out of practice in C++
Anyone have any suggestions? (I'm guessing VB would be easier to do this is, so i'm posting the question here)
When I open up a detailed report the page CANNOT be copied using CTRL-C.
All the information is right there on the screen, but for some reason you can’t copy any of it.
Copying the information into Excel is a real pain.
I want to either:
1) Write a program that can read what’s on the other window, and copy that information into an CSV file or Even better would be for the program to be able to click on the buttons in the first program and to open and close the reports window (so it can run all 5 reports with one click)
It's really very basic. Click on the button that says "Report A" read the screen, save as a CSV file, Click "Close". Click "Report B", read, save, close, "Report C", ect.
or
2) Find a program that I can modify to do what I need.
I have not programmed in anything other than PHP in a long long time. I have C++ and Visual Basic, so they are my first choice for languages, but I have never actually used VB and am very out of practice in C++
Anyone have any suggestions? (I'm guessing VB would be easier to do this is, so i'm posting the question here)