NelsonJah Posted June 14, 2023 Share Posted June 14, 2023 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 More sharing options...
Popular Post RTFC Posted June 15, 2023 Popular Post Share Posted June 15, 2023 Thank you for your order, valued customer! We aim to serve! Will that be paid in cash, crypto, or by card? Andreik, 20Ice18, NelsonJah and 3 others 6 My Contributions and Wrappers Spoiler BitMaskSudokuSolver BuildPartitionTable CodeCrypter CodeScanner DigitalDisplay Eigen4AutoIt FAT Suite HighMem MetaCodeFileLibrary OSgrid Pool RdRand SecondDesktop SimulatedAnnealing Xbase I/O Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 15, 2023 Moderators Share Posted June 15, 2023 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 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts