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

    SqlParameter limit of 127 characters

    I am developing a watcher service that picks up an xml file from a directory . using System.XML I read through the XML to provide a string XMLStr = XMLStr+"'"+(pda.ReadInnerXml())+"'"; I then pass this string to my SQL Command to provide the Parameter to a stored procedure...
  2. PAH

    Conditional paramaters

    Is there a way of passing conditional paramaters in CR8.5 if Param A is say 1 Param B will show xyz or Param A is 2 Param B will show abc
  3. PAH

    Joining 3 tables for 2 reports

    I have three tables within a report the order table orderid Date 101 31/03/2004 102 31/03/2004 103 31/03/2004 104 31/03/2004 The Job Table OrderID Job type 101 1 101 2 102 1 103 2 103 3 104 1 104 4 The Job...
  4. PAH

    Deleting in Outlook

    Following a server move ( went by the book) and despite requesting users to tidy up their mailboxes and empting their deleted items boxes most did not. This morning users are unable to multiple delete items from their email boxes ( the pc just hangs) has anyone any ideas? Many Thanks Paul
  5. PAH

    user wants to have connection to two domains syncronised

    Our Chairman is on the board of two separate companies and wants to be able to have a single calendar covering both domains (there is no direct connection between these domains) his email at our domain is sent automatically to the other domain so he can access it when he is at the other office...
  6. PAH

    Emails Received but not distributed

    A problem that occured over the last weekend our email server was picking up emails from our isp ( according to the logs) and receiving them but not distributing them to the recipients. I know that the server is short of space and due to be transferred to a new server soon but some of the...
  7. PAH

    Locking down windows

    I need to be able to disable certain users from accessing the control panel and the dialup properties ( I have a lot of fiddlers who continually change settings and then complain that their machine is broken!!!!) I remember reading something about it a long time ago but cant for the life of me...
  8. PAH

    Suppressing Group

    I need to suppress a whole group of records if one of the records within that group contains a certain value can anyone give me the formula many thanks Paul
  9. PAH

    VB6 data form wizard

    I have used the data form Wizard to create three separate data input forms for three departments that have to enter their relative data to a central database. I have attempted to substitute the DT Picker instead of the text box but I get a data item not bound error when I run the program any...

Part and Inventory Search

Back
Top