Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 1398(0.007 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
I'm trying to read a character in from the keyboard and basically loop (do nothing) until the right character is entered. Why is my buf variable not being recognised as a character and the output j...
Zones: JavaDate Answered: 12/14/1998 Views: 0
Is there a way to write the a while loop with a wildcard.  I can do the command with a For loop but would really like to make it work with a while loop.  For example:      cd /etc    for x in b* ...
Zones: UnixDate Answered: 12/28/1999 Views: 0
We use the application HRizon for payroll.  It gets connected to an Oracle database.  We are having problems with the Oracle connection.  We receive the error.... "Error while trying to retrieve t...
Zones: OracleDate Answered: 02/10/2000 Views: 0
I am using following code to read the whole text file. (It was just to give me a start) Private Sub Form_Load()     Dim x As String     Open "c:\folder\a.doc" For Input As #1               Do ...
Zones: MS AccessDate Answered: 08/13/2000 Views: 0
I am using a logon script for my Win95 users.  The script runs fine but I am getting a dialog box labeled "Windows NT Logon Script - please wait while the script executes"  that allows the users to...
Zones: Windows NT NetworkDate Answered: 10/03/2000 Views: 0
Hi, I have a problem keeping my printer, Word and a batch file in step. What I want to happen is: batch file starts. Opens word with specific document starts macro which      Formats docume...
Zones: Ms Office SuiteDate Answered: 05/09/2001 Views: 0
Hello, I need to calculate the "curOrderWeight" in the following code but am not having much luck. I have also tried to use a hidden form to pass the "curTotalWeight" but again no joy. The respons...
Zones: ASPDate Answered: 03/12/2001 Views: 0
I have a database where some items have corresponding pictures.  The pictures are named the DB index #.  I want the table row to show up if the picture exists and (for now) the info and "- nope" to...
Zones: ASPDate Answered: 07/11/2002 Views: 0
Hi ppl, I've the following short script (tcprac3) which I'm now testing and intend to integrate into another scripts so that it accepts options. I'm having 2 problems with this script. 1.) t...
Zones: Unix Systems ProgrammingDate Answered: 11/23/2003 Views: 0
i have a problem with this equaion: #include <iostream> #include <cmath> using namespace std; //introduces namespace std int main ( void ) {   char number;         // variable use...
Zones: C++Date Answered: 02/26/2003 Views: 0