| Author |
Message |
Forum: Support Topic: Breaking an infinite loop with keypress |
| ScottEdge |
|
Posted: May 16th, 2007, 3:54 pm
|
|
Replies: 4 Views: 3328
|
| For future reference I found I had to put a sleep in my loop for this to work. LOOP { if (BreakLoop = 1) break SEND,{END} SEND,{SPACE} SEND,{DOWN} } Esc would not break this loop. LOOP { if (BreakLoop = 1) break SEND,{END} SEND,&... |
|
 |
Forum: Utilities Topic: ODBC to CSV, XLS, or HTML |
| ScottEdge |
|
Posted: March 11th, 2007, 7:47 pm
|
|
Replies: 7 Views: 9439
|
| I ran across this utility outside of AHK but twhyman did talk about it in this post http://www.autohotkey.com/forum/viewtopic.php?t=3404&start=15 anyway to run sql statements against an ODBC database you can use sqlrun.exe ODBC SQL runner is the command line tool for run SQL statements using ODB... |
|
 |
Forum: Support Topic: CMD on network comptuer [solved] |
| ScottEdge |
|
Posted: February 16th, 2007, 8:08 pm
|
|
Replies: 1 Views: 486
|
|
 |
Forum: Support Topic: CMD on network comptuer [solved] |
| ScottEdge |
|
Posted: February 16th, 2007, 7:56 pm
|
|
Replies: 1 Views: 486
|
| I know it is on the forum somewhere but I can't find the software program that allows you to call command lines on a network computer. Can someone help me with this. i.e. the king of Command Line tools BoBo himself. |
|
 |
Forum: Support Topic: Is FTP protocol support possible? |
| ScottEdge |
|
Posted: December 21st, 2006, 1:21 pm
|
|
Replies: 4 Views: 647
|
|
 |
Forum: Utilities Topic: MoveitFreely FTP command line tool with Passive Mode |
| ScottEdge |
|
Posted: December 19th, 2006, 1:58 pm
|
|
Replies: 0 Views: 1938
|
| http://www.standardnetworks.com/products/?category_number=6&subcategory_number=1 MOVEit Freely can safely exchange files with secure FTP servers that support 128-bit key SSL (Secure Socket Layer) encrypted transfers, the highest level of protection currently available for Internet communication... |
|
 |
Forum: Support Topic: Javascript for GMail Login? |
| ScottEdge |
|
Posted: December 10th, 2006, 3:51 am
|
|
Replies: 10 Views: 5066
|
Code: javascript:with(document.forms[0]){elements[7].value="youremail@gmail.com";elements[8].value="password";void(0)} |
|
 |
Forum: Support Topic: Preformatted Output |
| ScottEdge |
|
Posted: December 3rd, 2006, 7:42 am
|
|
Replies: 13 Views: 1135
|
| I guess just have the code append the HTML code to the text file ... hmm... Not familiar with tables and lining things up via html though, but this is an awesome finally rational point to start from. This is what you want to do. Tables are simple in HTML. First file append the table definition and ... |
|
 |
Forum: Support Topic: Preformatted Output |
| ScottEdge |
|
Posted: December 3rd, 2006, 7:19 am
|
|
Replies: 13 Views: 1135
|
| if you give me a sample of how you are appending your data I could possibly give you an example. |
|
 |
Forum: Support Topic: Preformatted Output |
| ScottEdge |
|
Posted: December 3rd, 2006, 1:27 am
|
|
Replies: 13 Views: 1135
|
| You could always just file append the information as an html table and then open it in explorer or firefox to print. Its easy to make a table if you don't know how here is a site that builds tables for you. From the code they provie you should be able to make it dynamic if needed. http://www.athropo... |
|
 |
Forum: Support Topic: use .ini file for database? |
| ScottEdge |
|
Posted: December 3rd, 2006, 12:59 am
|
|
Replies: 6 Views: 756
|
|
 |
Forum: Support Topic: Using one line JavaScript code to manipulate Web pages |
| ScottEdge |
|
Posted: December 1st, 2006, 6:32 am
|
|
Replies: 35 Views: 7334
|
| I didn't write the code guest_peacherwu did. PhiLho what you modified rules. I'll use that often thanks~ |
|
 |
Forum: Support Topic: What's the best way to use AHK as a SQL-Like tool? |
| ScottEdge |
|
Posted: November 30th, 2006, 5:36 am
|
|
Replies: 4 Views: 641
|
|
 |
Forum: Support Topic: controlsend (or equiv) on jscript web page help needed |
| ScottEdge |
|
Posted: November 30th, 2006, 5:28 am
|
|
Replies: 46 Views: 4315
|
| I haven't tried this with frames but if you paste this java code(which was posted here somewhere on the forum by another user maybe even philo the java king) it lists all element numbers and names. Of course they are just the names the developer labeled so they could still be ambiguous. javascript:f... |
|
 |
Forum: Support Topic: IE + ControlSendRaw |
| ScottEdge |
|
Posted: November 29th, 2006, 1:42 am
|
|
Replies: 12 Views: 851
|
| ie = Microsoft Internet Explorer WinActivate %ie% WinWaitActive, %ie% StatusBarWait, Done, 60, , %ie%, ControlSetText Edit1, javascript:with(document.forms[0]){elements[1].value="";elements[2].value="";void(0)}, %ie% ControlSend Edit1, {Enter}... |
|
 |
| Sort by: |