pedmacedo Posted October 7, 2015 Posted October 7, 2015 (edited) Hello guys, I work in a warehouse and some times I need to generate some reports informing what's entering and what's leaving the place. We have a software that does this, the problem is that it only displays the data on screen, you can't print or copy the text from it. See the picture below:I want to get this information but I couldn't do it because, as you can see in the picture, it's a custom control. I tried using the ListView UDF, ControlGetText, SendControl("GetSelected") and some other nonsense stuff but I failed.I managed to get all handles from this windows, if this helps.Can you give me some ideas please? This thing is so annoying, the information is there but I can't do nothing with it.Thank you in advance! Edited October 7, 2015 by pedmacedo
computergroove Posted October 7, 2015 Posted October 7, 2015 Read this - https://www.autoitscript.com/forum/topic/177611-how-to-overcome-syslistview32-text-access-restrictions/ Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
junkew Posted October 7, 2015 Posted October 7, 2015 See examples section on iuiautomation and simplespy to see what is accessible FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
pedmacedo Posted October 8, 2015 Author Posted October 8, 2015 Thanks for the help guys. I tried using simplespy, iuiautomation and sysexporter, but all they can get is the column names, not the rows.
computergroove Posted October 8, 2015 Posted October 8, 2015 (edited) On 10/7/2015 at 10:28 PM, computergroove said: Read this - https://www.autoitscript.com/forum/topic/177611-how-to-overcome-syslistview32-text-access-restrictions/Read my reply (#2) in what I already posted. This should retrieve all the data you need. Can you post some code with an example that we can test on our end? Edited October 8, 2015 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now