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 bkrike 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: AWehrstedt
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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...
  11. AWehrstedt

    Getting started with Web Reporting

    I'm relatively new to Crystal Reports so please excuse my ignorance. I need to be able to access a crystal report from a web-browser. I have created the report and published it on the web server. If I type in the URL I can view it in Crystal Reports viewer. There are a few things I'm unsure...

Part and Inventory Search

Back
Top