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

  1. AWehrstedt

    TextBox Text Property Not Updating?

    You are correct, I caught that I didn't check for post back about 10 minutes ago. Added the check and its working fine. Thanks for your help Andrew
  2. AWehrstedt

    TextBox Text Property Not Updating?

    I'm pretty new to the object oriented programming world and ran into an issue this morning..hope somebody can help. I've created a custom class call User which handles such methods as "getting user details", "save" and "update". The class has properties for first name, last name, email...
  3. AWehrstedt

    Workstations Lose Credentials??

    I have recently installed a windows 2003 domain controller and since doing that I'm finding that my Windows XP machines seem to lose their credentials so when I try to access network shares or network printers (all connected off the server) I get prompted to login to access the resource. When I...
  4. AWehrstedt

    Could Not Load Type...

    When I add a new webform.aspx to my solution and try to load the page in IE I get the following error: Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file...
  5. AWehrstedt

    Getting Started with .Net

    Craig, Yeah not as easy as that. Appears that its trying to create a virtual site under the default web site on the server, but like I said in my previous post..we don't use virtual sites, we create new sites and use host-headers to connect to them. i.e. we use website.domain.com not...
  6. AWehrstedt

    Getting Started with .Net

    I'm very green with .Net experience, so please excuse any stupidity! I have been an ASP developer for the past 5 years. Our company is switching focus to .Net development but none of us have been able to get a new project started on our web server. Here is what we used to do for ASP...
  7. AWehrstedt

    Cannot go to specified record

    I created a database application using Access 2000. It was set up with an Access front-end, connecting to an Access backend. Everything was operating fine but my client wanted it upgrade to a SQL Server 7.0 backend for web-connectivity. On one form, which uses a sub-form, when you click on the...
  8. AWehrstedt

    WEBSITE HOSTED BY OTHER COMPANY

    What type of database is it? If it's a SQL server, and there is no firewall preventing the two from connecting to each other, you could schedule a job to replicate the information.
  9. AWehrstedt

    Routing IP with NT Server 4.0

    Well technically you can't run a site with a dynamic IP, but because I'm on a cable modem connection, and always connected, my IP address has only changed once in the past year..when it does change I just have to make a few tweaks, and within 24 hours at the latest, all sites are back online...
  10. AWehrstedt

    Routing IP with NT Server 4.0

    Yeah I used to run a W2K server and used Internet Sharing..and it was great. Very simple. Found with my server it froze if I tried to upgrade it to any of the W2K Service Packs or latest critical updates..so decided to go back to good old NT 4.0. A friend said it shouldn't be a problem to...
  11. AWehrstedt

    Routing IP with NT Server 4.0

    I must add that the server is also running as a web server so it needs to have the live IP address on it. I considered buying one of those Cable\DSL routers, but I don't think I could get the webpages to run (it is a development web server so there are sites on a lot of different ports)...
  12. AWehrstedt

    Routing IP with NT Server 4.0

    I need help setting up the IP Forwarding on my NT Server. I have 2 NICs in the server, one connected to a cable modem getting a dynamic IP, and the other with a 192.168.0.1 address. I want the other machines on the LAN to use the Server as a gateway so they all can get internet access. I...
  13. AWehrstedt

    Treeview Control?

    Anybody know the best way (or free code) that will built a treeview control on a webpage that pulls data from a SQL database? I started one in HTML but now, for performance reasons, have started looking for a good DHTML one. I've looked at TreeGen (which is free), but found it a little...
  14. AWehrstedt

    Calcuating IRR in ASP

    Anyone know how to do this? It is a built-in function in Visual Basic 6.0 and Excel, but not in to ASP. I was thinking I could reference the msvbvm60.dll and use the function, but not sure how to do this. Can anyone help? Thanks.. Andrew
  15. AWehrstedt

    Passing username into criteria

    You could pass the username into the selection formula so the user only see's the data that corresponds to them. http://www.servername.com/report.rpt?sf={username}=username Hope that helps Andrew
  16. AWehrstedt

    Is it possible to migrate to MSDE from Access 2000?

    If you have access to a SQL Server the easiest way is to create a database in SQL Server, import the data and then detach it from the SQL Server. Using MSDE you can attach the database to it and there you go. Hope that helps Andrew
  17. AWehrstedt

    VB 6.0 & NetAPI compile error

    I have an application the uses the NetAPI "NetServerEnum" function to determine the domain controllers on the network, determines if you belong to a specified access account and from that result determines your access level to the application. The code executes perfectly in the VB...
  18. AWehrstedt

    Crystal Enterprise Authentication

    Anyone have any idea what it costs to upgrade to a 1 CPU license for Professional? Thanks, Andrew
  19. AWehrstedt

    Passing an ADO recordset to a report with sub-reports

    Well the 2 subreports are supposed to link to the ID field of the main report (which gets populated in the first recordset). I assumed that it would use the ID field it is supposed to link with to build the subreports. All of the reports are connecting to an Access database through an ODBC...
  20. AWehrstedt

    Passing an ADO recordset to a report with sub-reports

    In VB 6.0, I am passing an ADO recordset to a report to pull a report on the current recordset, which is working great. However, when I add a sub-report to the report and then try to run it again I get the message "File Not Found". Is there a special way to pass a recordset to a...

Part and Inventory Search

Back
Top