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

    'Label' is an Ambigous reference

    Label lbl; is all I have as a declaration, but I get "'Label' is an Ambigous reference" when I try to run. This code seemed to work fine in another project, just not here. Any idea what might be the problem?
  2. NicktheNewbie

    One Search box, 3 dropdownlists - one question.

    Ok, Need to write a query that will be able to have 3 where clauses... but I have some questions. 3 drop down lists, any of which could have a null value I need to query based upon the values (or lack thereof) in these fields. WHERE Category = ISNULL(@Category, Category) AND Location =...
  3. NicktheNewbie

    Default/Null vale for pulldown populated by query?

    I have a dropdownlist with values that are populated by a sql query. Can I have there be a --Please Select Value-- option, which, if none is selected, results in a null selection? For instance: The DDL populates with A B C And I would like it to first have: --Please Select Value-- A B C...
  4. NicktheNewbie

    Is there a datetimepicker/dropdown in ASP?

    I just want a simple dropdown that expands into a calendar, so a user can pick a date. Also, I'd like to list a time picker (prefereably in 5 minute increments - if you hit 9... it'd jump to 9:00, 9:05, 9:10 etc...) I know I must be missing it, but for the life of me, I can't find it. Thanks...
  5. NicktheNewbie

    Building a table for a schedule

    Has anyone ever built table(s) for a schedule/appointment from end? I'm building a system that allows for the entry and tracking of appointments, and I'm wondering about the most effective way to store this information. It will have an ASP front end, and I'll be building a series of tables to...
  6. NicktheNewbie

    The GridView control - does it exist yet?

    I'm reading about it on msdn: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms02172004.asp But I'm not sure it it is in visual studio 2003... Has anyone used this, and if so, is it vastly superior to the old datagrid? Also, how can I get it, and is it...
  7. NicktheNewbie

    VB.Net developer transitioning to C#

    Hello Guys and Gals, I am an intermediate vb.net developer who is transitioning to C#. I've only been at it for a few weeks now, I have some books and am getting through them resonably well. I'm writing just to ask if there are any general resources that you recommend to new C# developers, any...
  8. NicktheNewbie

    'Temporary (volatile) Jet DSN for process 0xd40

    'Temporary (volatile) Jet DSN for process 0xd40 Thread 0xb20 DBC 0x23c7024 Jet'. I get the following error: The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed...
  9. NicktheNewbie

    Log files choking me for space - safe to delete?

    I have several thousand log files like: C:\Program Files\Exchsrvr\MDBDATA\E000083A.log Going back to the date we installed exchange... Are these files safe to delete, and how can I stop/limit the amount of information going into these logs?
  10. NicktheNewbie

    Migration wizard and exmerge - use them interchangably?

    I used the migration wizard to backup all mailboxes to *.pst files (to be honest, I thought this was exmerge a the time) and had no issues. The pst files were all created without issue. I'm on a new server now, and need to merge these .pst files into the InfoStore. Can I use exmerge? The...
  11. NicktheNewbie

    Unable to mount Infostore after restoring to new server.

    I am moving exchange from one box to another, and on the new server, after restoring the Infostore backup to the new computer, and then trying to mount the infostore (after rebooting) and get the following error. "An internal processing error has occoured. Try restarting the exchange system...
  12. NicktheNewbie

    Permission denied error and "CDONTS.NewMail"

    I have a series of ASP pages that my company uses to allow technicians to send us status on service calls over the web. This application has worked fine for over a year, but recently, something happened with permissions on the windows2000/exchange 2000 server from which our website is hosted...
  13. NicktheNewbie

    SMTP messages not leaving server

    I'm getting the following error, and many/most outbound messages don't seem to be leaving the server. This is an automatically generated Delivery Status Notification. THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED TO RESEND YOUR MESSAGE. Delivery to the following recipients has been delayed...
  14. NicktheNewbie

    I have 48 hours to move exchange servers

    I have our existing environment, exchange2k/win2k and need to move it to another exchange2k/win2k. I've never done this before... Is this very hard, or time consuming? What is the easiest way to move exchange infostore/active directory onto the new machine? Is there a built in option that...
  15. NicktheNewbie

    Can Outlook 2003 access Exchange public folders?

    I've recently upgraded several clients to outlook 2003, and I have an Exchange 2k/Windows 2k server, and older versions of office/outlook see the public folders normally. It may just be a setting I need to enable - just not finding it.
  16. NicktheNewbie

    7 day calendar for showing hourly schedules

    I'm trying to display 10 hours in 15 minute increments on a vb.net form. For instance... 2:00 2:15 2:30 2:45 3:00 3:15 .......all the way up to 11:00 11:15 11:30 11:45 12:00 I'd like to have each of these values be linkable to a database I've got, it holds movie scheduling information. AND...
  17. NicktheNewbie

    Changing background images on buttons

    I have the following code... Private Sub btnSeat1A_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSeat1A.Click, btnSeat1B.Click btnSeat1A.BackgroundImage = _ Image.FromFile("...\Project Files\seatme.jpg") End Sub Now what happens is, when I click the...
  18. NicktheNewbie

    Basic VPN question: Can a windows machine run concurrent VPN sessions?

    We have a number of customers whose systems we need regular access to via a VPN tunnel. Some people need to be able to access multiple customers from the same system, and thusly, the need to run multiple windows VPN sessions (disconnect one, reconnect another.) Is it possible to have multiple...
  19. NicktheNewbie

    Unable to register OLEAUT32.dll

    I have 2 windows 2000 servers - on one of them, I can register this file, on the other, I cannot. On the "problem" server, when I try to register/open the file with the Microsoft Register server, I get the following error message...
  20. NicktheNewbie

    Connectivity between trusted domains?

    When i try to connect to a SQL server on one domain from another doamin, I get the following error: "You're attempting to log in from a data source using a trusted connection. Update the SQL Server settings for this data source to disable trusted connections and try logging in again.&quot...

Part and Inventory Search

Back
Top