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

    Stop My Documents Sync

    Hello, Not too good with Win 2003 Server, but I had it up, as a domain controller and had redirection for My Docs folders to the server as part of a group policy. Well I've removed the server to be used as a file server else where. When I did this, on the client machine, I took it off of the...
  2. mcbigj

    Pre-selecting a Value in a Combo Box

    Hello, I'm doing a Windows c# app and I on the FormLoad() event I need to set a combo boxes selected item based on a value I pass it. I load the value from the database, it exists in the combo box as a value, so I need to set the combo box to display this value without it being manually...
  3. mcbigj

    Add item to table field Based on another Field

    Hello, What I need to do is the following: I've added an extra number field to an existing Access table. I need to loop through the table and based on an existing numerical fields value, perform a calculation on the value and place the new value into the new number field. So...
  4. mcbigj

    Placing image in Access Report

    I need to place images in a report based on a field called "Path" which holds the path to the image. Is this possible? Thanks in Advance, John
  5. mcbigj

    dynamically placing Image on Report in Access

    I need to dynamically place images on a report based on a field marked "Path" which provides the path to the image. Can this be setup on a report in Access? Thanks in Advance, John
  6. mcbigj

    How can Select a Value in a select box with Javascipt

    Hello, How can I select a value in a select box in javascript? For instance: <select> <option>California</option> <option>Nevada</option> </select> I want javascript to basically add the html function "selected" to the option box based on a query I have. So if "CA" was returned, I'd want...
  7. mcbigj

    Problem copying solution to another computer

    Hi, I'm building an asp.net project, works great, but I'd like to be able to work on it from my laptop as well. so I copied all the web files, then the solution file, then configured IIS to point to that folder. I can open the solution, build the solution, but when I press play, there is an...
  8. mcbigj

    Problem When checkingout in Interdev and SourceSafe

    Hi, The problem I am encountering, is that I vpn into my company,, and I can connect to a project in interdev no problem. But for some reason it doesn't ask for my username and password. Now here's the weird part.. I try to check a page out,,, all seems to work, but no checkmark appears...
  9. mcbigj

    How to set scroll position in a textbox

    Hello, I'm trying to set the scroll postion in a rich text box. Unfortunately the richtextbox control does not include the autoscroll method where I could set the x and y points and have it scroll to that position. I assume I need to inherit or implement another control or something like...
  10. mcbigj

    Remote Desktop to Private IP

    Hello, I need to remote desktop to a computer that is behind a router that assigns the computers private IP's 192.16.... . So I figure I just need to "forward" from the router to the proper port or set up a DMZ or something. Can anyone give me an idea of which port I need to use? Or if I'm...
  11. mcbigj

    Need to Create IMAP4 email For User

    Hello, It used to be that when I created a new user in AD and chose to add an email for them, it automatically created smtp, IMAP, x.400 email for them. I'm sure this is because of the recipient policy. Well we had another guy working on our exchange server and someone told me he didn't want...
  12. mcbigj

    WebMail using Exchange NOT OWA

    Hi, I do a bit of hosting for some of my clients. I use Exchange server 2000 for their email. I'd like to offer them web access to retrieve/create/send email but NOT using Outlook Web Access. I'm guessing I'll have to program in ASP using some ADSI. I was hoping someone could point me into...
  13. mcbigj

    Exchange 2000 Catch All Feature?

    Is there a way to setup a &quot;Catch All&quot; component in Exchange 2000 that can forward all non valid user emails to a particular user account? For instance,, I'd like all these emails to come to john@domain.com. go@domain.com, stop@domain.com , ladada@domain.com Thanks in advance for...
  14. mcbigj

    Exchange Server 2000 On a domain controller problem

    Hello, I have exchange 2000 installed on my windows 2000 server machine which is a domain controller. the domain is say mydomain.com. It's easy enough for me to set up users and have them automatically assigned an email address such as &quot;tom@mydomain.com&quot;. But I'm doing some web...
  15. mcbigj

    FTP Support in VB.NET ?

    Anyone know how to get ftp support in VB.NET. Basically I'd like to be able to Save a file to a predefined FTP server/folder. Any help would be appreciated. Thanks.
  16. mcbigj

    Datagrid Help subtable data

    Hello, I was wondering if a datagrid in VB.Net can show subtable data. for example, If I load both the 'Northwind' Customers, and Customer_orders tables into a dataset, and then set the primary keys for both tables in the ds, can I do a datagrid that does some sort of branching, showing the...
  17. mcbigj

    Adding Project to Existing Project Help

    Hello, I'm building an app and want to add an existing application (Project) to my main app. Well I can ad the project easily enough by right clicking the solution in the sol. explorer. The problem is, I'd like to be able to open a form from the added project, using a call from my main...
  18. mcbigj

    Create an Excel template that takes advantage of multiple Sheets?

    Hello, I can create an Excel Template, no problem. But what I want to do is to be able to copy that template to additional worksheets when creating a new project from that template. Is it basically just a select all, copy, paste deal. or is there a better method for this. Maybe a macro...
  19. mcbigj

    Help with a Query Please

    Hi, I need to write a query that will pull records that have an Id that appears up to a set number of times and not more. Here's an example: A table is updated every time there is a signoff done on a project. There are 3 different types of signoffs, the type is entered as well as the ID from...
  20. mcbigj

    Setting a form control property from within a module??

    How do I gain control of a form from within a module or user created class? I can't seem to get access to any of the my form controls. Thanks in advance McDoogle

Part and Inventory Search

Back
Top