What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested Overall Solutions: 51 - 75 of 344056
 
Hello Experts, What I'm doing wrong?  I have extremely simple app, one datagridview one crystalview user types data into DataGridView then press a button Look at the code below, in...
Outlook 2007 with hosted exchange account will send/receive fine but only when the send/receive button is pressed.  I have it configured to automatically send/receive at 5 minute intervals but...
I am a very low end beginner trying to learn how to do web-site creation and low-level management.  I have some graphics that are in jpeg format and they have some white area around the grap...
I have been looking for several hours trying to find code for requiring a customer to enter qty in the qty_field when a checkbox is checked.  Here's what I am trying to do: i have several t...
Hello, Just to say, I'm already thinking I need a new motherboard. My GPU broke on the board, and for a few months it just sat there unused because I had no graphics card in it, just the...
I'd like to be able to overwrite space with zeros on a drive where I've deleted a file while staying within the OS on the same drive. I don't want to boot up off a disk or another drive. Is...
I don't even get the cursor when my sqlexec() has all zeros for that customer. Is there a way to still get it when there is a cust assigned to the code but all 12 months are zero and that is t...
I have a one to many relation between donees and contacts; i.e. a single donee can return multiple contacts. They are joined by doneeid, which is the PK. I thought by doing a GROUP BY with ...
Hi, What is the Best Tool / Approach to handle a large Multi-Tabbed form?   I'm using PHP and the data is from MySQL.  There could be several secondary records on a tab based on the ID o...
I have a bit or boolean or flag for a column  name XYZ If XYZ = 0 ;  i need to display as 'Experts' If XYZ = 1; i need to display as 'Exchange' I am writing a very length - Multiple I...
Hi all, I have an Excel spreadsheet that is linked to an SQL Database for our timeclock. When I click the refresh button the Excel sheet is populated with the Name, Date, & Hours worked for th...
I have 2 computers on the SBS 2003 network, with this situation. Computer1 for User1- good one. Computer2 for User2- has hardware defects. User1 has left the company. The manager want t...
I have a customer of whom we recently transferred DNS,mail and web hosting over to Network Solutions. They were on Megapath who also gave them a rudimentary form of web mail. The problem w...
I am having trouble trying to copy a series of formulas.  I created a column in excel and put in this formula in the cell column to the right of it "B2958" =TEXT(A2958,"00000") all the way ...
How can I save an excel file as an interactive web page?
Hi Experts! I need a VBA code inside a Workbook to search other Excel files in the same directory and get data from them and then save the data in the original workbook. The data will al...
Hello Experts I am returning data from the database and exporting the result to the .TXT , I am trying to save the file to .CSV instead. I am unable to do, please can someone advise the chan...
Word 2003 is also on the computer, and won't underline wrongly spelled words either.
Hello experts, I have the query below to count line items where method equals a specific value: SELECT     Billing, Count(*)cte5, Count(*)cte0 FROM         [History Header] WHERE     (Bill...
I haven't dabbled much into VB in 6 or 7 years......my little brother called asking for help in an entry level VB class.  (His degree is Finance, I have no idea why he his programming VB).  I'...
Hey,        I got a quick question about views in MySQL: This is the question: MovieStar(name, address, gender, birthdate) MovieExec(name, address, cert#, netWorth) Create a view ...
@ECHO OFF :; Clear the screen and turn echo off (above) to keep it clean CLS :; Clear any previous variables set SET MyVar= FOR /F "tokens=*" %%i in ('FREEDISK /s <Servername> /U <Usernam...
I am trying to write some code that will allow me to have someone enter a date in the search criteria and have it return all matching dates from a column in a SQL database. Seems like this sho...
I am trying to do a sql query, here is a example of my data. Vendor           Date                   Value Vendor 1       10/01/2009         3.00 Vendor 1       08/22/2009         3.25 V...