Jump to content

sl_alagappan

Active Members
  • Posts

    94
  • Joined

  • Last visited

About sl_alagappan

  • Birthday 01/02/1973

Profile Information

  • Interests
    Programming, Sports, Movies

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sl_alagappan's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. I too face the same issue but could not figure out a solution yet.
  2. I too face the same issue with "Choose File to Upload"- window in IE. Tried many but no luck yet.
  3. Hi Everyone, I have a script whereby I could launch a browser application to open a browser based app. I could open a window with Title "Choose File to upload". I have commands to send some text to the "File Name" edit where I want to send/paste a network path from where I want to upload a specific file. Unfortunately, the script does not move further and waits for user action. i.e. unless I cancel the "Choose File to upload" or select a file, the script does not continue to move to next line. For example, in below script, the 3rd line opens the "Choose file to Upload" window but I do not see the message box which I have mentioned in 4th line. But once I cancel the "Choose file to upload" window, I see the message box. $oForm = _IEFormGetObjByName ($oIE, "fileSelectForm") $oButton = _IEFormElementGetObjByName($oForm, "file") _IEAction ( $oButton, "click" ) MsgBox($MB_OK,"in file load window","test") Any tips how to get the script continue while the "Choose file to Upload" is open? Thanks in advance for your help.
  4. Hi, Thanks for your reply. I am reviewing the IE.au3 functions. Is there any example to start with so that, I can develop it further? Unfortuantely, the buttons or controls in SalesForce page is not visible to the Au2Info and hence unable to send any mouse clicks. Any example would be highly appreciated. Thanks & Regards
  5. Hi there, I have been manually uploading files to "WorkSpaces" in SalesForce manually which requires many steps. I am looking for ways whether we can use AutoIt to script these activity so that, the script can pickup files from the local or network folder and post them to the "Work Space" in SalesForce. Is this possible? Thanks in advance. Thanks & Regards
  6. While appreciating your efforts to answer my prob, pl note that the send command is not useful at this application since I need to send to the exact required window. By the time, send command sends, any other window could become active window. Fyi, I hv been asking for such facility for a long time ( to send any text to the required window title/text without specifying any control name. I believe, the experts at AutoIt Developer forum will find some time and way to resolve this. Regards
  7. The control ID does not work. The application has a grid whereby a single text box is used to get input from all required input. So, I need to send text to the required window withou mentioning the control id.
  8. I hv an application whereby there are some controls for which I am not able to send the required text using AutoitX/VB. So, I would like to send the text to the required window using window title/text. Can I send any text to any required window with specific window title/text. send() is not useful for this purpose.
  9. The actual credit goes to Jon and all the AutoIT Developer Teamwho hv made this fantastic very useful program!
  10. Pl refer to the demo available at the below link How to use AutoitX DLL with VB
  11. if u want to hv quick start and idea on how to use AutoITX with VB, u can refer to my tutorial on the X forum.
  12. if u could post on what exactly u want, v could try to help as much v can.
  13. the control* commands doesn't work. any other ideas?
  14. the control that i need to send keystrokes is shown in Au3Spy as "va32Spread252" How to handle the control "va32Spread252"? any idea?
×
×
  • Create New...