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 strongm 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: *

  1. shannanl

    2 strange issues with Terminal Server

    I have a client that has about 6 T servers. Last Friday he called and said that when he logged into Terminal Server Manager, two of the servers displayed yellow question marks on the server and would not show the users logged on. The users had no problem logging on. I researched over the...
  2. shannanl

    New 2008 server question

    Well it ended up being a 2K3 server instead of a 2008 server. I was looking forward to my first 2008 server install. Oh well, there is always next week. Thanks for the information guys.
  3. shannanl

    New 2008 server question

    I am installing a new 2008 server on an existing 2003 server domain tomorrow. The 2008 server is to be set up as an active directory server on the existing 2003 domain. This is my first experience with 2008. For you guys that have already been through this, what do I need to look out for? I...
  4. shannanl

    Excel question

    Here is what I found out. If I make a Word doc and share it out and have the user access the Word doc through a unc or other, the hyperlink in the Word doc will open up the Excel file in Excel. We have an intranet web page that links to the Word doc. When they access the Excel doc that way...
  5. shannanl

    Excel question

    The access the word document and then click on a hyperlink that opens the Excel sheet. I did it as a link.
  6. shannanl

    Excel question

    I have an excel doc saved on a network share. Users acces it via a hyperlink from a Word doc. When the users open the Excel doc it opens in a browser, not the normal Excel GUI. The browser does not allow the user to save the doc after making changes. How can I change this so that it opens...
  7. shannanl

    Virtual PC 2007

    If I did I was not aware of it. I will check on this. Thanks, Shannan
  8. shannanl

    Virtual PC 2007

    I am running them on the local hard drive on my laptop.
  9. shannanl

    Virtual PC 2007

    It says that it is not available on this computer and it is grayed out.
  10. shannanl

    Virtual PC 2007

    I am running Vista on a HP Laptop and installed Virtual PC from Microsoft. I installed Server 2003 and Windows XP both as virtual installs. When I am interacting with the virtual install, ie; clicking on desktop icons, etc. I get this lag. The cursor will not move around the screen smoothly...
  11. shannanl

    Query Question Top N?

    Thanks. That fixed it. Shannan
  12. shannanl

    Query Question Top N?

    I have a query that returns a sum of tests. This query returns all tests. I only need to return the top 10 tests in quantity. How can I do this? Thanks in advance - Shannan SELECT DISTINCT Procedures_T.P_num, Procedures_T.P_desc, SUM(Pat_ProcedureCharges_T.Proc_qty) AS TOTAL FROM...
  13. shannanl

    Query Help

    Thank you. That worked great.
  14. shannanl

    Query Help

    I am using the following query and it actually displays the data but I now need to combine the like rows such as the two petty cash entries into one entry with a sum of the totals. GL_Accounts_T.EntryID is my key that is common to both. How can I do this? Thanks in advance - Shannan 1 Petty...
  15. shannanl

    TCP/IP Question

    I have a listener that I am using and am trying to receive info from a company with an HL-7 broker. He is able to connect to my listener and I actually receive data but the message should be an HL-7 message with several segments terminated by a carriage return after each. I seem to be...
  16. shannanl

    Report Question

    I am trying to use the Report Viewer in VB2005. Is there a way that I can pass the data to the report/report viewer at run time using a dataset? Thanks in advance, Shannan
  17. shannanl

    TCP/IP (Sockets) Problem

    Actually I am the network administrator. If it were the main firewall it looks like it would have blocked the info from the laptop from the dekstop also. They are all on the same subnet, etc.
  18. shannanl

    TCP/IP (Sockets) Problem

    I have a small program that I wrote that uses TCP/IP to send and receive data. You can set up the computer to act as a client or server. I have one instance of this program on my laptop running Vista and one on a desktop running XP Pro. I can communicate between the two with no problem, each...
  19. shannanl

    Stange Behavior

    I have a control that I built that uses a combo box to display the letters A-Z. The control lists medical tests and the user selects a letter A-Z to view the items. It works perfectly well when testing the control on a form. I place the control in my main program where it is to be used and it...
  20. shannanl

    data grid view focus

    I am using a data grid view to display some records. After I pouplate the grid, the focus is set either on the first cell at the top left of the top row depending on how I set the rowselect. I do not want any cell or row automatically selected in this grid. How can I stop this? I have tried...

Part and Inventory Search

Back
Top