Jump to content

Help with AutoIT automation


Recommended Posts

Who can help with the following automation? Attached are instructions and program + sample input data & sample log. Thank you in advance!

(1) Run XYZTool.exe from "C:\Sample path\XYZTool.exe"
(2) Wait till the "Continue to enter data" Window appears
(3) Click "Continue" from "Continue to enter data" Window
(4) Wait till the "Input XYZ" Window appears
(5) Clears "Y" and "Z" input text box from the "Input XYZ" Window
(6) Set "X" input text box to "SampleX" and "Z" to "SampleY" - (Sets text from script code, not from DB/Table)
(7) Clears, and Set Input text "X" by Reading from CSV/Excel/MySql the list line-by-line (per macro repetition/loop) found in the "X" column and by relating "windows_user" (get current Windows username and match "windows_user" column). (Each loop, clears and inputs line-by-line from "X" column relating the current Windows user to the "X" input box) – (Loops start from Task (7))
(8) Click "OK" from the "Input XYZ" Window
(9) Wait and If the "XYZ Main" window appears, click "OK", goto Task (7), and continue Loop. 
(10) Else, wait "Thank you. X, Y, and Z Input are correct." window, and click "OK". And Exit/Stop AutoIT

Instruction.txt XYZTool+Sample.zip

Link to comment
Share on other sites

  • Moderators

NelsonJah,

This looks very similar to your last thread, so why start a new one?

Anyway, I am locking both threads and anyone interested in coding for you can contact you via PM - but  DO NOT contact anyone directly asking for help as you did before.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...