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 dencom 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: WMXTeam
  • Content: Threads
  • Order by date
  1. WMXTeam

    Convert DTS package to .Net

    I am trying to convert a DTS package in SQP 2000 to ASP.Net in a tight timeframe. The DTS package functionally is fairly simple: queries the database, creates some text file, emails the text files to various people, and then updates the database. I saved he package to a .bas file to start...
  2. WMXTeam

    Spell check for DataGridView

    I have a Windows Form App written in VB that uses DataGridViews extensively to allow users to update data. From a user perspective, the DataGridView functions similar to Excel. As a user moves from row to row, column to column, the data is automatically save. I need to add Spell Check to...
  3. WMXTeam

    Converting a Web Service Client from VS2005 IIS 5 to VS2010 IIS7

    I am working on converting a .Net 2.0 application (web service client) that uses a web service. This project is being moved from a Windows XP machine using VS 2005 to a Windows 7 machine using VS 2010. The other difference is the XP machine uses IIS 5.1 and the Windows 7 machine uses IIS 7.5...
  4. WMXTeam

    Select cell for data entry in DataGridView

    I have a button on my form that repositions the grid to the top and selects the first (visible) cell in the first row. The grid is repositioned and the first cell is highlighted in blue; however, the user must select the cell by clicking the mouse or pressing the tab key in order to type in any...
  5. WMXTeam

    Saving word document using code

    I have a Windows Form Application that creates a Word document and then saves it to a PDF. The application works fine on three workstations. On two workstations, we get the an error at the point the document is saved. Microsoft.Office.Interop.Word.DocumentClass.SaveAs(Object FileName, Object...
  6. WMXTeam

    Using ToolStripComboBox.OnSelectionChangeCommitted

    I am trying to figure out how to use ToolStripComboBox.OnSelectionChangeCommitted method with a combox in a tool strip on my form. Here is the link I found, http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripcombobox.onselectionchangecommitted(ko-kr,VS.80).aspx. This is my...
  7. WMXTeam

    Using Access 2007 with ASP.net

    I have a small ASP.NET 2.0 application that I use on my local XP machine running IIS 5.1. The app uses an Access Database. I am trying to update the application to use an Access 2007 database. I have installed the Microsoft Office Access Database Engine, and changed the connection string to...
  8. WMXTeam

    Error Deleting Record in Access DB

    We have an ASP application that uses an Access Database. In the development environment, I am getting the following error whenever we try to delete a record from a table: "Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database...
  9. WMXTeam

    Adding a Numbered List to Word Document

    I have been working on a program over the last several days that that opens up an existing Word Document, goes to a certain place in the document, and creates a numbered list from a SQL Query. Everything is working great except the list is created in the document in the reverse order that it is...
  10. WMXTeam

    Form Designer Display

    I am using Visual Foxpro 7 to maintain an internal application. It is an application that we don't update very frequently. I recently noticed that when I open a form in Form Designer, it only displays a 1/4 of the form. I have tried changing different settings to be troubleshoot this, but I...
  11. WMXTeam

    OpenSchema() is missing some tables

    We are using OpenSchema to return a list of tables in our SQL Server database. The two most recent tables (added in the past month) are not showing up in the list. I have not used OpenSchema a lot and am not sure how it is finding the list of tables. Is there something wrong in our SQL...
  12. WMXTeam

    OpenSchema is missing some tables

    We are using OpenSchema to return a list of tables in our SQL Server database. The two most recent tables (added in the past month) are not showing up in the list. I have not used OpenSchema a lot and am not sure how it is finding the list of tables. Is there something wrong in our SQL...
  13. WMXTeam

    Simulate Errors to test error handling

    We are updating the error handling for 3 ASP.net applications. I have been tasked with writing a program to simulate the errors for testing purposes and need some help getting started. I have never had to actually write a program to create errors. What is the best way to do this to ensure we...
  14. WMXTeam

    GridView - dynamically disable HyperLinkField

    I have a grid with the company name in the first column as a HyperLinkField. When the link is clicked, the user is taken to another page. I need to disabled the link under if the user does not rights to update this companies information. I have the logic to check for the user rights...
  15. WMXTeam

    Full-Text Search not working

    I have inherited a SQL 2000 database that has full-text search enabled. I am new to this feature and spent all yesterday trying to get it to work on my development machine. I have been unsuccessful. I used http://msdn.microsoft.com/en-us/library/aa902674(SQL.80).aspx to set it up. I tried...
  16. WMXTeam

    SQL 2000 and 2005

    The web host for one of my clients recently upgraded to SQL 2005. My development machine has SQL 2000 installed because that is what all my other clients are using. The web host directed me to download and install Microsoft SQL Server Management Studio Express(SSMSE) so that I could manage the...
  17. WMXTeam

    Position page after postback

    I have a very long form on the page. If the page does not validate, I want to reposition the page at the top of the form. I have a an anchor tag in the page, <a id="topofform">, but I am struggling with how to call in from the code. My page is written in C# and I am relatively new to .Net...
  18. WMXTeam

    Reoccuring Table Corruption Problem

    We are having significant corruption issues with two of our tables since October 2006. The two most prevalant issues are either deleted records displaying even though Set Deleted On has been issued or the indexes getting corrupted. When we pack and reindex, the table is fixed temporarily...
  19. WMXTeam

    Popup Color

    I have a popup that I want to change the color, foreground and/or background, when it is deactivated. The only way I have found to do this is to release and then redefine the popup. Does anyone know of a easier way?
  20. WMXTeam

    Report Form Summary Band

    I have a report that includes summary totals in the summary section. I want to print the summary section on its own page. I have tried to figure out how to do this, but have been unsuccessful. Any help is greatly appreciated.

Part and Inventory Search

Back
Top