Jump to content

deviprasad

Active Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by deviprasad

  1. how to get the command ID?Could you please give a sample script of this? I tried but could not see any commandID.Please refer the scrreenshot
  2. Hello, I am trying to do operation on each element resides in the element but while spying i could not get all the elements individually. Please refer the screenshot i got only below while spying. >>> Window <<<< Title: enterprise - Documaker Studio Class: Afx:00400000:8:00010003:00000000:00110745 Position: -8, -8 Size: 1382, 744 Style: 0x17CF8000 ExStyle: 0x00000100 Handle: 0x00000000000D0668 >>>> Control <<<< Class: XTPToolBar Instance: 1 ClassnameNN: XTPToolBar1 Name: Advanced (Class): [CLASS:XTPToolBar; INSTANCE:1] ID: Text: The Ribbon Position: 0, 0 Size: 1366, 150 ControlClick Coords: 118, 95 Style: 0x56000100 ExStyle: 0x00000000 Handle: 0x00000000000906CA >>>> Mouse <<<< Position: 118, 95 Cursor ID: 0 Color: 0xCDDCEE >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< xtpBarTop The Ribbon xtpBarBottom xtpBarLeft xtpBarRight Splitter Splitter Workspace Output Output >>>> Hidden Text <<<< Common Fields Data Extract Form Set Navigation Scripts
  3. Local $oTable = _IETableGetCollection($oIE, 0) i beive the the second parameter is the index number of the table but how i can find out the index number? i dnot see below a attrivute call ed index <table id="pt1:pt_region1:1:pt1:csf1:sflist_pc1:frmsLstPU::1427705397169" style="position: relative;" cellSpacing="0" cellPadding="0">
  4. i triusing below but did not work , following code xzz x10q is the class name of the table but ddi not work it does not have name attribute. it has only below in html <table class="xzz x10q" style="width: 848px; position: relative; table-layout: fixed;" cellSpacing="0" _startRow="0" _rowCount="3" _selState="{}" _totalWidth="630"> Local $TB1 = _IETableGetObjByName($oIE, "xzz x10q") Local $oTable = _IETableGetCollection($TB1, 0) Local $aTableData = _IETableWriteToArray($oTable) _ArrayDisplay($aTableData)
  5. ok , may i know the respective functions to make it work?yes this is Microsofts explorer.
  6. Hi All, i have a table object and there few rows and columns, i would like to click on a table row. please let me know how i can do that here is te html stucture and the highlighted one is the row.Please refer the attachment.
  7. Hi All, I am trying to click on a image,following is the path when i do devloper tool(f12) in IE <img title="Create new document" class="x138" id="pt1:pt_region0:1:pt1:ci17:inbox_pc1:it2:inbox_toolbarNew::icon" alt="Create new document" src="/DocumakerCorrespondence/static/images/new_ena.png" theme="light"/> now i am not sure how to do a click on on this. Let me know if anyone needs any more information
  8. great and it did work. thanks
  9. i see the control foucus return 1 to me but still never ends.
  10. Hi All could plesae guide what is wrong in the below script the folloowing script never ends even the object is set to true. do i need to modify anything on below script While (ControlCommand("Documents - odeeqa@slc07ivz.us.oracle.com - WinSCP","","[CLASS:TDirView; INSTANCE:1]","Is Visible", ""))<>1 MsgBox(1,"",ControlFocus("Documents - odeeqa@slc07ivz.us.oracle.com - WinSCP","","[CLASS:TDirView; INSTANCE:1]")) WEnd Send("{alt}")
  11. i am more specific to content
  12. Hi, i wanted to automate the comparison process around 3000 files(Different print streams like .pdf, .afp, .pcl, .rtf).First of all i am confused which comparison tool that i need to use to make sure the differences are identified.Can body suggest me what comparison tool(it should be a freeware) that i need to use.after using that tool i need to summarize each differences in a excel file or any document.Can anybody help me on this?
  13. i do nt thing filewrite will be helpful beacuase i need to paste few contents in it.
  14. Can i use file write function in word document
  15. went thrugh but didnt get the solution
  16. how to activate a word document if it is not active in between the execution.
  17. Please suggest on below scenario Opened a word document and i was trying to write few text on that. as per my current code it is writing perfectly.but the problem is some times the word document is crashing.i just want a code which will make sure whther the document is opened or not
  18. used the follwoing code. Local $oWordApp = _WordCreate(@ScriptDir & "Test.doc") Local $oDoc = _WordDocGetCollection($oWordApp, 0) $oDoc.Range.Text = "This is some text to print." i f i go for a loop then it is not appending the text again ithink it is replacing the test i need to append the text
  19. Here is the scenario, my variable is holding the value what i am going to write in word document, wha i need to do it.please suggest
  20. Any updates guys
  21. Any updates?
  22. i have attached a data table of the application, which has mulitple records with the chek boxes. and the check boxes are also part of data table. which autoit spy not able to identify individually.do let me know how can i select a check box based on the my prameters.
  23. No, its a different control, if we see the class name [CLASS:GXWND; INSTANCE:1] is different from the data table.but its kind of table only.
  24. if spy can identify the class name as [CLASS:GXWND; INSTANCE:1] ,thn there should an option of doing any action on this?
×
×
  • Create New...