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 Wanet Telecoms Ltd 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: becks774
  • Content: Threads
  • Order by date
  1. becks774

    Multi instances of same form

    Hello, I have an application that allows the users to open multiple instances of the same form. They each open fine with the selected data. However, editing a control on one instance changes the other instances. The code within each form is private. Has anyone seen this? Know a corection...
  2. becks774

    Controls extremely slow to load on first click

    Hello, My app is a list at the top (master), a list on the left (children) and detail controls on the right (detail of child). The user is to pick something from the list at the top (parent) and the children are displayed in the list at the left. When you select a child in the list on the...
  3. becks774

    ORA-06413 from ASP.NET

    Hello, I have a web site that connects to Oracle. It works when I deploy it to our IIS Servers. However, when I try to debug the code on my localhost, I get an ORA-06413: Connection not open. I have a 64 bit machine and have found lots of posts telling me that I need to not have any special...
  4. becks774

    Replicate Access to SQL Server 2005

    Hello All, Is it possible to replicate an Access mdb to SQL Server 2005? Thanks! Becca
  5. becks774

    Oracle Replication error

    Hello All, I am replicating some Oracle tables to SQL Server 2005. Everything was find then I started getting this error: The publisher name of the contacted Oracle instance does not match the configured name for the publisher at this distributor. (Source: MSSQL_REPL, Error number...
  6. becks774

    Reading CSV file into DataSet

    Hello All, I have this code that I am trying to read a CSV file into a Data Set. I have been researching this quite a bit and have tried the resolutions I have found. If I se this code, the values that are not numeric do not get read into the dataset: con.ConnectionString =...
  7. becks774

    Cognos Governance / best practices

    Hi All, We are migrating from Crystal Enterprise to Cognos. No one at our company really has a lot of Cognos experience (we've done some training). We have a consultant in but want to look at different ideas too. I was hoping some of y'all could share your best practices, policies, and/or...
  8. becks774

    Application Launches from Scheduled Task but not a Win Service

    Hello All, My requirement is to launch a 3rd party application providing that application with a file name in its command line so it can process it whenever a file gets drop in a specific directory. I wrote a windows service to watch the directory then launch the 3rd party application with...

Part and Inventory Search

Back
Top