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 strongm 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: *

  1. npongar

    XPath problem

    Thanks for the reply tsuji. When I try to use the function it says it isn't implemented. Is this an Xpath 1.0 vs 2.0 problem?
  2. npongar

    XPath problem

    Hi, I have just recently started using XPath and have run into a problem I can't solve. I am trying to get the row that some inputted text is in. The Xpath expression and the code I am testing it on are shown below. The first part of the expression returns the td element that contains...
  3. npongar

    Login when AD server unavailable

    Hey everybody, I work for a utility company that operates a medium sized SCADA system. We have a couple process critical machines, a few other workstations for reports and operators, and want to provide remote access to operators. I'm trying to convince the other technical staff that we...
  4. npongar

    Stored Procedure Problem

    Hello everyone, I am having a problem returning data to a Crystal Report from a SQL Server stored procedure. I am building my report in VS 2005. I have successfully created a OLE DB connection to my database, and have no problems returning data from tables and views. Whenever I try to return...
  5. npongar

    Interop.Excel open file problem

    Hi everyone, I'm having a problem automating Excel XP using the Office XP Primary Interop Assemblies. In my code I successfully instantiate an Excel Application class, and I can add a new workbook no problem. The trouble comes when I'm trying to open an existing workbook. Whenever I try to...
  6. npongar

    How To Add a Calendar Control at Runtime

    No. I could get around it. But the question remains, is there a way to do it?
  7. npongar

    How To Add a Calendar Control at Runtime

    Is it possible to add a calendar control to an excel form at runtime? I've tried to use MyForm.Controls.Add("Forms.Calendar.1") but it doesn't recognize the control string.
  8. npongar

    Automation question

    Hi everyone, I think this a pretty simple problem, but I'm not sure where to start. I'd like to be able to save a webpage at a given time each day. I'm using XP pro, internet explorer.
  9. npongar

    Calling a function using a string

    Nevermind, found the answer in another post. (use the run function)
  10. npongar

    Calling a function using a string

    Hey everyone, Lets say I have a large number of text boxes on a form. Each has a unique name, and for each there is a function with the same name in a module. When the form is processed, the function corresponding to a text box is only called if the text box is non-empty. Currently, I have a...
  11. npongar

    Strange Cell Behaviour in Excel XP

    Hey everybody, This is a very strange problem. I'm building an application in excel that provides pre-made forms on spreadsheets. All sheets are protected. A lot of the time users enter text (frequently more than one sentance) into a cell, and the cell is supposed to expand and the text is...
  12. npongar

    CheckBox Placement Problem

    I have a sheet that contains numerous forms checkboxes in the same column on consecutive rows. I have all the checkboxes set to "move but don't size with cells". Each row has cells that are set to autofit the row height to match the contents. My problem is when a lot of text is...

Part and Inventory Search

Back
Top