Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Top Overall Solutions: 101 - 125 of 70339
 
Hi Gurus, Please can anyone help I need to quota limit my users homes Drive can you please help It use to be easy doing it on Windows 2003 but not anymore. The drive in Question which is...
So my program is reading about ten files but three of those files are about 50-90 mb each and once my program reads those it errors out saying out of memory. anyone have an idea on how to get ...
Hello Gurus, I have a server that is 1 year old on which I do have like 5 companies working on it.(around 75 users). I am considering getting a new one , and make it as a backup server (j...
Experts, please help me figure out how to have an app open a MDF SQL DB file via an OpenFileDialog.  I have OpenFileDialog code and a connection string (used in creating SQL DBs) but both woul...
I have two Aironet 1300 bridges that will be connecting from one side of the street to our new location on the other side of the street. Currently our company has 3 vlans running, 1, 22, and 2...
I'm currently running three different checks to see if a string matches one of the three patterns below, which are slight variations of each other. Can I combine these into a single patter...
Hello experts. I am having an issue with the styling of a webpage and and how it is rendering out in different browsers.  Within IE running compatability mode the page renders fine however if ...
Hello experts! I have a small network and things aren't working right ever since I installed a new sdsl modem router. It consists of a pc, two apple macs and a pc storage server. These are ...
Hi, I have a form that has two radio buttons that update the options in a select box depending on which radio button is clicked. This is done using jQuery and works fine: $("#radioid")....
I have a web template I am trying to work with, which includes a php email form. The only problem is that when I click submit, nothing happens. It is on my server, which is running PHP. I h...
My companies e-mail has been going down randomly over the last week. Today i noticed it was down, and would not come back up. I noticed it wasn't listening on port 25, so i re-installed the SM...
Im trying to make a select that will generate combinations. If i have a table with A1,A2,B1,B2,B3,C1,C2,C3,C4 then i would like to select/generate a list with: 12 x A1's (3Bs x 4Cs) 12 x A2...
I have a webform and want to have an alert msg pop up anytime someone leaves a box on the form empty as in: You must enter a location, you must enter a contact name etc. I also want an alert ...
Hi experts, as per the title really.   With the attached code my query comes out as this... UPDATE all_results SET home_score = '3', away_score = '2', match_date = '\"2009-09-05\"' WH...
I'm trying to create a Word document from an Access form.  I need to set values for a few fields and then paste an image into the Word document, all out of the Access database.  I've found a V...
Our Exchange server has a 30mb limit, but I'm wondering how to tell the email limit size on a BB 4.1 Server.
I am going to take my current SBS2003 box running Exchange and format it to run Server 2003 standard for my PDC.  I have a new Server 2008 running Exchange 2007.  Given my scenario would I be ...
This is a continuation of Question 839628. in the if statement.  What is the syntax to look also for a blank cell.  i.e. the cell could have "False" or is blank.  this is because I may not ha...
CREATE OR REPLACE FUNCTION maj_waste_type_in_trash_bag()  RETURNS SETOF trash_bag AS $$ DECLARE    rec trash_bag%ROWTYPE; BEGIN       FOR rec IN ( SELECT * FROM trash_bag ) LOOP          ...
I need to do a join on what I have and the select statement below it FROM     dbo.rtcustomer LEFT OUTER JOIN           dbo.rtcustomerShip ON dbo.rtcustomer.custID = dbo.rtcustomerShip.custsID I n...
Hi, What is clone in vb6? why do we use that one? can any one tell me with example?
Hi, what risks are there leaving a TCP port open on our firewall? Any good explaination gets the points. thanks
I am using Oracle 9 and Query Builder as the SQL builder.  There is a function in Query Builder called define column.  When I go into Define Column, I can make a new column in the report and d...
Hi, I have a templated letter in a Word document that I would like to merge with an Excel sheet as a Mail Merge. I have an excel spreadsheet with columns of data about a User. There is one ...
Is there a way to determine if a dynamic array has or has not allocated storage space without raising an error (or using a separate variable)? 'I have declared a dynamic array:    Dim int...