Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Overall Solutions: 6976 - 7000 of 343782
 
I have in a worksheet the days of the week and each day of the week has 3 columns assigned to it. These 3 columns refer to 3 other worksheets where the data is obtained from. Sheet11 = PM ...
I have an Exchange 2003 server with Blackberry Professional loaded. We have two users on it. The one, was configured over a year ago, and his works fine sending and receiving. The new user we ...
This is driving me crazy... I installed SOAP with "yum install php-soap" on my Linux CentOS 5.3, logged in as root, which put this in my php.ini: ----------------- [soap] ; Enables or di...
Hi, Am required to integrate a new Intranet server into an existing Windows Server 2003 domain. Because of the memory requirements for the Intranet 32 bits application (8Gb) we are going the...
In a business environment we have a "host" computer running Windows XP SP3. Periodically we need to access this system remotely or have it accessed remotely by software support folks. No matte...
Is this a mail merge or macro. I have an excel file with a 'format' of how I want things layed out. I want to create and print a document for each contact I have, each contact having its own...
I am not real familiar with Cisco Routers.  I have a 1760 and we think the wic might be going bad.  I have another 1760 that I am not using.  If I replace the WIC will I have to make any chang...
My laptop suddenly attacked by several spyware or malware yesterday, even though all my computers are supposedly protected by McAfee suite.  Only one laptop was heavily damaged.  I managed to ...
I have a form connected directly to a table. I use it to add new data. When I hit my "Save" button, the record saves fine, without creating a blank row. However, if I hit my "Save & Close" ...
I want to use a Lotus Notes button on a web form to set a field on the form. The field is a number field called Q and the button is set to run web javascript with the following script: d...
Using the code listed below i have a start up routine that displays a form. Trouble is, when the app runs and the frmMap in the ELSE statement is called, the frmMap does not have focus; so, th...
Please attend to the following question: http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_24818203.html On 10/25/2009, the question was going to be deleted...
I'm having a hard time finding the correct drivers for my IBM Thinkpad's wifi.   Can someone help me find the correct driver(s)?
Can I detect when the selection of a range of cells changes. That is to say when what is selected changes. If so, how? TIA
I am looking to filter for Current month.  I know how to do last 30 days getdate() -30   But how do I do it  from the beginning of the month to current day it also has a time stamp so i want...
A man is Arrested For Being Naked In his Own Kitchen at 5:30 am. http://uk.news.yahoo.com/5/20091022/tod-man-arrested-for-being-naked-in-own-870a197.html MQ: Have you every exposed your...
Add user to view encrypted files. I have an encrypted folder/subfolders/files, I would like to add a user in order to be able to view files. in the Details of an encrypted file I can see...
Hi i am battling with the replace statement. I am using it to remove the spaces in the following string value 1 024 MB. It is only removing the 2nd space to 1 024MB. Is there another method i...
I want to update about 150 rows in a table. I cant understand why this isnt working I tryed writing the update in 2 ways both gave the same error see below i have entered both queries in...
I am looking to filter for Current Year to date .  This is what i have for current dat   I want to grab from the 1 st of the year to todays date...
I am having trouble understanding the difference in perl between an array and a list.  Specifically, I am trying to use the GD::Graph CPAN module to graph some database query results.  The inp...
HI,      I have a table A with columns named id and date.. i need to update this column as the min(date) from another table B..i tried the below code but it is giving me an error.. can an...
I have a table that I have imported (.csv file) into MSAccess.  The table fieldnames are very long and I would like to shorten (using MSAccess VBA) them to their first 7 characters beginning w...
here is a tutorial http://xstream.codehaus.org/tutorial.html I need help in this tutorial (Q1) my javabean is bit different. my javabean has fields like SET, ArrayList  and als...
Let's say I've got a vector of vectors.... vector<vector<int> > myVector; If I know the size of the outer and inner vectors, what is the most efficient way to pre-allocate ? I'm also ...