Search found 71 matches
- Sun Feb 25, 2007 3:08 pm
- Forum: Technical / Scripting
- Topic: WaitWindowOpen anomaly I'm encountering
- Replies: 1
- Views: 4307
WaitWindowOpen anomaly I'm encountering
Hello All, I looked around to see if my issue has discussed before and didn't find any references. If it is a duplicate I'm sorry. I'm using Macro Scheduler Ver. 9.0.049e - January 2007 I never have any problem(s) with WaitWindowOpen on a window name: Example: Let>WIN_USEHANDLE=0 WaitWindowOpen>Micr...
- Sat Jun 24, 2006 1:03 am
- Forum: General Discussion
- Topic: GetClipBoard command not packing variable
- Replies: 5
- Views: 15271
All, Ahhh interesting! When I composed my preceding reply post the following line line containing the Hebrew entities still had the Hebrew "intact". I referenced that it might change to ???? bu that would have occurred if the encoding was Unicode utf8. So when I submitted the post this forum interpr...
- Sat Jun 24, 2006 12:49 am
- Forum: General Discussion
- Topic: GetClipBoard command not packing variable
- Replies: 5
- Views: 15271
Hello All, I think I found the solution and I want to relay but first in reviewing my reply post just previous to this one I see I did not correctly show the immediate difference between doing an HTTPRequest via Macro Scheduler and the Source via Firefox: Same URL to Foreign Language page: Via Macro...
- Fri Jun 23, 2006 11:12 pm
- Forum: General Discussion
- Topic: GetClipBoard command not packing variable
- Replies: 5
- Views: 15271
Hello JRL, Thanks for getting back to me so fast! Indeed I have tried the HTTPRequest command but in my actual app I'm "calling" a foerign language web page and to make a long story short I'm not getting anywhere near the results or the complete results of the doing the source. I guess this aspect i...
- Fri Jun 23, 2006 9:22 pm
- Forum: General Discussion
- Topic: GetClipBoard command not packing variable
- Replies: 5
- Views: 15271
- Fri Jun 23, 2006 9:16 pm
- Forum: General Discussion
- Topic: GetClipBoard command not packing variable
- Replies: 5
- Views: 15271
GetClipBoard command not packing variable
Hello All, My current objective is to load up a given web page in Firefox; in my script arbitrarily http://www.yahoo.com, I do a Source, select all the source, copy the source into the clipboard and then attempt to pack the the contents of the clipboard into the Variable 'Hold' via the GetClipBoard ...
- Sun Jun 04, 2006 8:28 pm
- Forum: General Discussion
- Topic: MySQL query function - having problems creating an object.
- Replies: 4
- Views: 10873
Re: Your MySQL soltution; trouble with server name - CLOSE!
Thank you very much for your reply! Forget all about the weird CreateObject string ... I tried your fix and whatever I plug into 'SERVER= ' I get a Macro Scheduler unknown server host error dialog. I did a MySQL status of my MySQL installation from the command prompt (following) and tried all kinds ...
- Sun Jun 04, 2006 12:39 am
- Forum: General Discussion
- Topic: MySQL query function - having problems creating an object.
- Replies: 4
- Views: 10873
MySQL query function - having problems creating an object.
Hello All, I'm new to MySQL but I have established a database and I've successfully run queries against it in a command prompt window. I've also (seemingly) successfully installed the MySQL ODBC 3.51 Driver and when I run the a test it comes back successful. I'm trying to implement the the function ...
- Fri Dec 09, 2005 1:41 pm
- Forum: Technical / Scripting
- Topic: New very subtle HTTPRequest problem/issue
- Replies: 6
- Views: 11598
- Thu Dec 01, 2005 4:06 pm
- Forum: Technical / Scripting
- Topic: New very subtle HTTPRequest problem/issue
- Replies: 6
- Views: 11598
Thanks for the reply. Ah, so an HTTPrequest may not appear like a browser ... interesting ... I tried it again just now and same result. From Firefox browser: 105001892 Information as of 12/1/2005 1:42:45 PM GMT FlightID: IDE1193 (Commercial Jet) Status: ARRIVED Owner: INDEPENDENCE AIR Radio Call: I...
- Thu Dec 01, 2005 10:56 am
- Forum: Technical / Scripting
- Topic: New very subtle HTTPRequest problem/issue
- Replies: 6
- Views: 11598
All ... For anyone who's been following this new subtle and convoluted HTTPRequest issue thread hopefully the following will put it into succinct context. But in doing so I'm left no less perplexed and incredulous how I'm experiencing the difference between my HTTPRequest results and the results of ...
- Wed Nov 30, 2005 9:30 pm
- Forum: Technical / Scripting
- Topic: New very subtle HTTPRequest problem/issue
- Replies: 6
- Views: 11598
Once again thank you for your indulgence with me on this strange HTTPRequest problem I'm experiencing. What I think makes it so strange and hard to pin down is it seems at different times of day or on different days I'm experiencing different results focusing on (no pun intended!) the "frame" URL in...
- Wed Nov 30, 2005 5:47 pm
- Forum: Technical / Scripting
- Topic: New very subtle HTTPRequest problem/issue
- Replies: 6
- Views: 11598
New very subtle HTTPRequest problem/issue
Hello All, Once again I'm experiencing issue(s) and challenges with the HTTPRequest command. This time I think the issue(s) is/are more subtle than with my Syntax command problem that was expertly resolved from the help from this forum a few days ago (as of this post). I hope I'll explain my new iss...
- Mon Nov 28, 2005 8:55 pm
- Forum: Technical / Scripting
- Topic: HTTPRequest quirk I'm experiencing: HTMLResponse Variable
- Replies: 24
- Views: 39202
Re: Syntax and Parsing Error issue/problem .... ======= SUCCESS !!!!! ======= MessageModal>%HoldURL% DeleteFile>c:\flight\Flight_Http_dump.txt HTTPRequest>HoldURL,c:\flight\Flight_Http_dump.txt,GET,,HTMLResponse HTTPRequest>HoldURL,,GET,,HTMLResponse StringReplace>HTMLResponse,",^,HTMLResponse Messa...
- Mon Nov 28, 2005 3:58 pm
- Forum: Technical / Scripting
- Topic: HTTPRequest quirk I'm experiencing: HTMLResponse Variable
- Replies: 24
- Views: 39202
Re: Syntax error issue ... making progress Performed the StringReplace per suggestion. At the MessageModal> command after the StringReplace>HTMLResponse,",^,HTMLResponse command the " 's are replaced by ^ 's. However, at the Let>at={Pos("it.aspx",%HTMLResponse%)} I get a Macro Scheduler "String Too ...