Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 05:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Input values from excel to webform using Autoit

Discussion on Input values from excel to webform using Autoit within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2017
Posts: 1
Received Thanks: 0
Input values from excel to webform using Autoit

Please help me with the code

Local $aResult = _Excel_RangeRead($oWorkbook, 1, "A2:B7", 2)
For $i = 0 To UBound($aResult)-1
$sName = $aResult[$i][0]
Local $text = _IEGetObjByName($oIE,"message")
_IEFormElementSetValue ($text, $sName )
$sNumber = $aResult[$i][1]
Local $Mobileno = _IEGetObjByName($oIE,"mobile")
_IEFormElementSetValue ($Mobileno, $sNumber)

Local $button1 = _IEGetObjById($oIE,"send")
_IEAction($button1,"click")

my excel is attached.

Please help me with the code.
Attached Images
File Type: jpg 23319404_10208266656143734_586116798065677386_n.jpg (7.2 KB, 13 views)
punittewani is offline  
Reply

Tags
autoit, excel


Similar Threads Similar Threads
[Java]could not get audio input stream from input file
07/29/2013 - General Coding - 7 Replies
Ich Habe das Spiel Tetris geschrieben mit einer Hintergrundmusik, die bis zum GameOver in einem Loop läuft, passt alles auch. Die Datei ist 35,4 MB groß und .mp3. Wenn ich aber nen GameOver habe, soll eine andere Musi kommen und die alte stoppen. Klappt auch soweit, aber wenn er die neue Musik abspielen will, kommt die Exception daoben. Die Datei ist nur 282 KB groß und dauert 17 Sekunden, die andere 4 min. Weiß wer Rat, bzw. braucht ihr Code-Teile? Die ganze Exception: Jul 28, 2013...
input box as an image like php input boxes
03/22/2012 - AutoIt - 2 Replies
is it posible to do that? like... -> use image -> and put input box as image in gui so u can enter text in the image but u wont see this crappy input white box :) as i tryed and searched i dont think but maybe someone has figured it out



All times are GMT +2. The time now is 05:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.