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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
I have a form that I need to maximize and have popup in front of any program that may be running on the users computer. I know how to max the screen but how do I make it appear in front of all other programs. These programs will not be vb.net programs but may be Word or IE or something else...
I have two machines in my network that communicate via TCP/IP using HL-7. One of the machines is a legacy machine and the company that supplies it charges a ton of money to write interfaces. I would like to somehow intercept the HL-7 messages coming from Legacy Machine to HL-7 machine (while...
I have two machines in my network that communicate via TCP/IP using HL-7. One of the machines is a legacy machine and the company that supplies it charges a ton of money to write interfaces. I would like to somehow intercept the HL-7 messages coming from Legacy Machine to HL-7 machine (while...
I am trying to depoly a small app to a HP IPAQ running Windows Mobile 6.0. The app seems to deploy fine. I even had it pop up running on the HP once but I can't find the program on the PDA. I looked in the Programs folder and the file folder. Can someone tell me where to look to find the...
I am trying to make my first service. I called it test service, built and installed it and started it manaully. The service is actually just a timer that writes an entry to the event log every 15 seconds. I start the timer in the service on start part but it does not seem to be working. It...
I have a program that checks a database table every minute. If certain criteria is met the program displays a message box alerting the user. Is there a way that I can make the program display only one message box? Each minute, a new one pops up. I would only like one until the person...
I need to pass a series of strings to a routine. I would like to do this as an array or arraylist. I have the following code to add the items to the arraylist but can't figure out how to write the argument list for the function. This gives me an error: - Thanks in advance for the help...
I have a formula that subtracts the value of one cell (A1) from another cell (B1). I want to check for a valid number in each cell before attempting the formula. If either does not have a valid number then I want a zero in the cell.
Something like this:
= if isnumber(A1) and isnumber(B1)...
I have a table (see below after text). I want to return only the ICD-9 codes that have matching CPT CODES. So if I check for CPT codes 74160 and 74000 then I only want the following results:
789.05 ABDOMINAL PAIN, PERIUMBILIC
789.07 ABDOMINAL PAIN, GENERALIZED
I can not figure out how to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.