Search results

  1. R

    Correct Syntax for "TAB" button for 'Send Keys Mainframe'?

    I'm connected to a 5250 emulator and trying to send the TAB key to tab to the next field. I've tried "{TAB}" and I receive an error. Does anyone know the proper syntax to send the key via "Send Keys Mainframe" for the Tab, CTRL, ALT, etc? Better yet, does anyone have access to a 'cheat sheet'...
  2. R

    Comparing Two large collections (A and B) and removing duplicate records from Collection B when several data points match in each row.

    I have two collections, Collections "A" and "B". Both collections contain the exact same number of columns (11) and their headers are the same names and data types. All our text except one which is a number type. The values in each row may be different in both collections. In other words...
  3. R

    "Microsoft Excel has stopped working" message with "Close the Program" link

    I have a process that opens and closes excel many times. Periodically excel seems to crash without warning. On the screen you see a pop-up that reads, "Microsoft Excel has stopped working" and a "close the program" link. The process does have several steps to kill excel using the utilities-->...
  4. R

    Windows "Save As" Dialogue box doesn't recognize the filepath and name entered

    I'm exporting a report from an internal web-based application which pops up the 'Save as" windows dialogue box. I have spyed on the save as window, the file name field, the save button, etc and BP highlights them correctly. When I run the object and attempt to write a filepath name and document...
  5. R

    Question about MS Excel VBO - Copy and Paste Worksheet Range

    I'm trying to copy ALL data from a particular worksheet in workbook "A" and simply paste that exact same worksheet's data into a particular worksheet in workbook "B". I've set handle 1 as the "destination" workbook, and handle 2 as the "source" workbook. In the MS Excel VBO "Copy and Paste...
Top