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. 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

    Thanks Jason! I will look into that.
  3. becks774

    Controls extremely slow to load on first click

    Hi jmeckly, Thanks for responding. It is not much data at all. About 20 records at 10 columns wide, largest being a varchar(50) all from the same table (no joins, etc). In testing, I found that if I turn the ScriptManager enable partial rendering to false, everything works super fast...
  4. 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...
  5. 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...
  6. becks774

    Replicate Access to SQL Server 2005

    That is what afraid of .... Thank you!
  7. becks774

    Replicate Access to SQL Server 2005

    Hello All, Is it possible to replicate an Access mdb to SQL Server 2005? Thanks! Becca
  8. 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...
  9. becks774

    Reading CSV file into DataSet

    Thank you Alex! That worked!
  10. 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 =...
  11. 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...
  12. becks774

    Application Launches from Scheduled Task but not a Win Service

    Hi RiverGuy, Thanks for the suggestion! I'll give it a try. I have tried Process.Start, Shell and creating a bat file to launch the app and running that. Same result with all three. Becca
  13. becks774

    Application Launches from Scheduled Task but not a Win Service

    Hi Chip, Thanks for responding! I use a service account so I can control the permissions rather than the built in accounts. The service account is an admin on its box and the other application and all files are also on that same box. What is odd is that you can see the service opens the...
  14. 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