Are you able to set the value of a dropdown box such as changing the Quantity dropdown box?
https://www.printrunner.com/standard-bu ... cards.html
Search found 150 matches
- Sun Mar 05, 2017 2:52 pm
- Forum: Technical / Scripting
- Topic: Set Value of dropdown box in browser
- Replies: 7
- Views: 9940
- Fri Feb 10, 2017 11:47 am
- Forum: Technical / Scripting
- Topic: Set Value of dropdown box in browser
- Replies: 7
- Views: 9940
- Tue Mar 08, 2016 2:41 pm
- Forum: Technical / Scripting
- Topic: If IE HTML Element Exists
- Replies: 1
- Views: 2485
If IE HTML Element Exists
Is there an MS command that checks to see if an IE HTML Element exists before running the following command: IETagEventByAttrib>%curlink%,INPUT,value=Get Rates,click, the command clicks as it should, but the button sometimes takes 3-5 seconds to appear after the dropdown box above it is set to the a...
- Mon Mar 07, 2016 7:02 pm
- Forum: Technical / Scripting
- Topic: Set Value of dropdown box in browser
- Replies: 7
- Views: 9940
Re: Set Value of dropdown box in browser
this feature works for setting text box values, but it doesn't want to set the value of a drop down box selector. For example, it will successfully fill in the address, address2, and city, but it will not set the value for the State, which is selected in a drop down box. I haven't been able to get i...
- Tue Feb 09, 2016 4:37 pm
- Forum: Technical / Scripting
- Topic: Set Value of dropdown box in browser
- Replies: 7
- Views: 9940
Set Value of dropdown box in browser
I am using MS12 but have tested using MS14 on internet Explorer v 11.0.9600 Findobject wizard does not set the value of the drop down box On the webpage, there are three drop down boxes. I need to get the available values from the box and then set the value to one of those values Is this possible us...
- Wed Jun 17, 2015 8:39 pm
- Forum: Technical / Scripting
- Topic: Open a webpage / Open a URL
- Replies: 2
- Views: 4341
Re: Open a webpage / Open a URL
hagchr,
perfect and simple! thank you again.
I've been using this program for years and when I need a function, it always seems to be there simplistically.
Thank you much!
perfect and simple! thank you again.
I've been using this program for years and when I need a function, it always seems to be there simplistically.
Thank you much!
- Wed Jun 17, 2015 8:06 pm
- Forum: Technical / Scripting
- Topic: Open a webpage / Open a URL
- Replies: 2
- Views: 4341
Open a webpage / Open a URL
I would like for my default internet browser to open up a specific URL.
What is the easiest way to make that happen?
I currently open up chrome and then use mousemove and sendtext commands...but that is chunky.
Is there a better way?
What is the easiest way to make that happen?
I currently open up chrome and then use mousemove and sendtext commands...but that is chunky.
Is there a better way?
- Wed Jun 17, 2015 7:57 pm
- Forum: Technical / Scripting
- Topic: Remove Spaces at end of variable
- Replies: 4
- Views: 4594
Re: Remove Spaces at end of variable
Dominic_Fichera, Thank you for pointing out Trim. Seriously cleaned my code up! hagchr, using separate along with trim shortened my entire code by over 100 lines of code...taking into account each subroutine that included a search for parentheses and extra spaces. I love how separate doesn't throw a...
- Tue Jun 16, 2015 10:15 pm
- Forum: Technical / Scripting
- Topic: Remove Spaces at end of variable
- Replies: 4
- Views: 4594
Re: Remove Spaces at end of variable
That is the exact function I am looking for.
Thank you!
Thank you!
- Tue Jun 16, 2015 7:33 pm
- Forum: Technical / Scripting
- Topic: Remove Spaces at end of variable
- Replies: 4
- Views: 4594
Remove Spaces at end of variable
Summary question: How can I detect and remove an empty space or empty spaces at the end of a variable? Explanation: An email containing the following phrases are received and my script removes the parentheses and everything in it. 1000 3.5x2 Premium Business Cards ($39) 12in x 24in (+$1/per) Free so...
- Thu Jun 28, 2012 4:46 pm
- Forum: Technical / Scripting
- Topic: Compile a script that also compiles another script: possible
- Replies: 1
- Views: 3565
Compile a script that also compiles another script: possible
I have created a script that generates file structures for me that I send to customers. Then I need to input the same data into another script, save that script, and then compile it. Is it possible to have a compiled script (.exe) that generates the file structure for me and then compiles another sc...
- Thu Jun 28, 2012 4:17 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile Multiple Files (2012)
- Replies: 4
- Views: 6048
- Wed Jun 27, 2012 9:43 pm
- Forum: Beginners
- Topic: ftp files corrupted
- Replies: 6
- Views: 10623
Corrupted file here too
Was a solution ever found to this corrupted file issue?
- Wed Jun 27, 2012 5:30 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile Multiple Files (2012)
- Replies: 4
- Views: 6048
space fixed it
Removing the space fixed it; however, the file is corrupted. The file I am sending is a jpg image but it can't be viewed.
http://www.qualityprintingcheap.com/Dig ... image1.jpg
and when you refresh the page, the image changes...
http://www.qualityprintingcheap.com/Dig ... image1.jpg
and when you refresh the page, the image changes...
- Wed Jun 27, 2012 4:18 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile Multiple Files (2012)
- Replies: 4
- Views: 6048
FTPPutFile Multiple Files (2012)
I am trying to FTPputFile multiple files in a remote folder, with no luck. I can put a single file but not multiple. I am using the following code and have tried numbers others: FTPPutFile>ftp.myserver.com,user@myserver.com,%serverpass%,21,%SCRIPT_DIR%\images\*.jpg, %remotePath%/images/,,A The above...