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

    Menu Using CSS List

    I have a menu using an unordered list in css (the css and html are below). I now want one of my menu items to look different than the rest to stand out and I have no idea how to do this. Is it possible to create 2 styles for list items in an unordered list? any ideas would be great thanks...
  2. Teamgc

    XSLTProcessor - transformToXML only working on files

    I'm new to XSLTProcessing in PHP and I have a very strange problem. I am getting results back in XML format from a webservice. and when I load them into an XMLDoc and then try to transformToXML I get no results. If I output the result I get from the webservice, copy and paste it into an...
  3. Teamgc

    Unwanted Domain Login appearing

    I have an asp.net website that is hosted on one domain and accessed from another. there is a trust set up between the 2 domains. I have set the directory security to windows integrated. When i navigate to the site a domain login screen appears. I don't want this to appear, any ideas?
  4. Teamgc

    Error loading assembly

    I have an application using Microsoft Application Blocks 3.1 I've just added the logging application block and I get the following error. It only occurs when i try to instantiate a log entry. I have it working in the quick start application without any problems but i can't seem to get it going...
  5. Teamgc

    Windows Intergrated Security over different domains

    I have a site set up on one domain and the users using the site in another. When the users log into the site the user returned is that of the user logged into the server where the site resides. How do I get the user who is using the site? Its an ASP.Net application, I have anonomous access...
  6. Teamgc

    Exceptions acrossed servers

    I have business object and data access layer on one server, when i use these services from that server I get the correct error messages returned. But when i use this layers from a different machine the correct error is not passed across to the other machine. does anyone have any ideas on this?
  7. Teamgc

    Help needed for using SQLParameter Array in N-tier environment

    Hi I am working on an n-tier system (WCF Services). I have a Data Access Layer (DAL), Business Object Layer (BOL), a Product Business Object Layer (ProdBOL) which are consumed by my application. I want to pass an array of SQLParameters from my application all the way to the DAL and return a...
  8. Teamgc

    Using VB.Net from a VB.Net application

    I am starting to migrate from VB6 to vb.net and would need both running together, is it possible to create windows forms in .net that i can use and access from a vb6 application? thanks
  9. Teamgc

    Not Receiving Emails from Specific Domains

    Hi I have an exchange server that is receiving mails from certain domains and then not sending them to the users mailboxes. Does anyone know what is causing this. Is there a security setting that I need to change? any help is much appreciated! thanks
  10. Teamgc

    Retrieving email from POP3

    Hi Our mail server is switched off from time to time and when it is our emails all go to a single pop3 catchall account. does anyone know how i can set up exchange to pick up all the mails from that account as soon as it comes online? I am using exchange that comes bundled with SBS 2003. thanks
  11. Teamgc

    Accessing Emails using VB.net

    Hi I am trying to access emails on exchange using VB.net. Does anyone know if this is possible and ways to go about this? I can access stuff using outlook but i want to put it on a server which won't allow the dll i need to be registered.
  12. Teamgc

    Printing Reports to Network printer in VB6

    Hi I have a folder of reports and I have to print them to a different network printer based on the filename. I have tried changing the printer name to change the printer name as follows crRep.PrinterName = "\\kbs1\HPLaser\" crRep.PrintReport but it still prints to the default printer on my...
  13. Teamgc

    Printing to a network Printer

    Hi I have a number of files in a folder. I would like to print them to different network printers depending on the filename. How do I change the printer and how do i print the files? thanks for any help!
  14. Teamgc

    Passing parameters and connecting to crystal reports

    I use the code below (vb.net) to access my report but it still asks for the discreet value and for conenction details. How can i do this within my code? thanks paramField.ParameterFieldName = "@Area" discreteVal.Value = "BNK" paramField.CurrentValues.Add(discreteVal)...

Part and Inventory Search

Back
Top