Win 98
Filemaker Dev. 6

I am trying to learn AutoIt for use with Filemaker.
I am not having any success in using the Mouse Commands.

The below script I have been playing with should perform the following.
Open Internet Explorer. (startup page is [url]www.google.com[/url])
Move Window to the top left corner of the screen.
Type "filemaker" in search window.
Mouse Click on the Google Search Button.


--------- Script ----------

Run, "C:/Program Files/Internet Explorer/IEXPLORE.EXE"
Sleep, 10000
WinGetActiveTitle, IEXPLORE
WinMove, %IEXPLORE%,, 0, 0, default, default
Send, filemaker
LeftClick, <368>, <353>
Exit

-------------------------------------------------

All works fine except the mouse click.
I see a slight screen flicker when the mouse click is suppose to occur.


Thanks in Advance

[email]wadewj@SOUTHERNbellsouth.net[/email]
Remove Letters in CAPS