Sodori Posted September 17, 2015 Posted September 17, 2015 Hello!My company are currently using crappy FDT to manage customers, orders and such. And one of it's feature is to show a package contents for use when you need to package such item. Said feature is shown in a spreadsheet look alike, and moving over it with the Window Info tells me the class is a "SPR32X30_SpreadSheet". Is it possible to extract that apperant spreadsheet? Window Info mentioned does not provide any items listed at all not even column nams.
computergroove Posted September 20, 2015 Posted September 20, 2015 Copy the whole document and import into excel then use the excel.udf in the example scripts 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
water Posted September 20, 2015 Posted September 20, 2015 My Swedish is a bit rusty Does the program provide any API so you can access the data without the need to automate the GUI? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Sodori Posted September 21, 2015 Author Posted September 21, 2015 Copy the whole document and import into excel then use the excel.udf in the example scriptsI cannot select it by mouse similar to the in stock value. Though that I can access by window info or something of itMy Swedish is a bit rusty Does the program provide any API so you can access the data without the need to automate the GUI?Not that I am aware of no. Shitty software IMHO hopefully we will soon get something bit more.. sturdy.
water Posted September 21, 2015 Posted September 21, 2015 I searched the AutoIt site and got 3 hits (including your thread).When searching the web for the control plus Visual basic you get a lot.Maybe one of them gives you a useful idea. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Sodori Posted October 6, 2015 Author Posted October 6, 2015 UPDATE:I have now managed to attach the function to a value (I think)!Local $SpreadSheet = ControlGetHandle($faktura, "", "SPR32X30_SpreadSheet7") If @error Then Exit 25I just now need to test it against more or less every GUI function to flush out who where and what. But, it's a update at least
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