Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gcrane
  • Content: Threads
  • Order by date
  1. gcrane

    Write Code To Use "Print Multiple Screens"

    I would like to know how to use the Print Multiple Screens option in Attachmate through code. Once I verify that the macro is on the correct screen, I want it to take a snap shot, then move on. I am NOT allowed to screen scrape the page; it has to be a non editable image. As part of this, I...
  2. gcrane

    Extra Column In Data Bound DataGridView

    In a previous posting (thread) I was creating a small datagridview (dgv) with one column from Active Directory. This time I am trying to use an existing data bound dgv and add a similar column to it. With the code below I am able to add the column, but no data is loaded into it. What am I...
  3. gcrane

    Extra Column In DataGridView From Active Directory

    Currently, I have a DataGridView (DGV) that brings in three columns (Employee_ID, User_ID, ID_Type) from two different MS Access tables. However, I would like to add a fourth column (User_Name) from Active Directory (AD) by looking up the User's name from AD using the Employee_ID. In the below...
  4. gcrane

    Split Container & Menu Strip

    I am developing a new database and I want the initial screen to have a menu like strip on the left side, and the resulting query on the right side. The form is created with a split container, and I have installed a menu strip in the left side with a few options. The menu strip is docked and I...
  5. gcrane

    Opening Excel Spreadsheet Using Attachmate

    The code below used to work when my company was on Windows XP, MS Office 2003, and an earlier version of Attachmate. Now we are using Windows 7, MS Office 2010, and Attachmate 9.2. The problem I am having is with the last line sending keys to open the file I want. The error message displays...

Part and Inventory Search

Back
Top