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 1950(0.001 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!

6.2
Hi Guys, I have a little program that creates an alphabetical list of words in a text, like so #!/usr/local/bin/perl -w use CGI qw(param); print <<END_of_Start; Content-type: text/html         ...
Zones: PerlDate Answered: 07/13/1999 Views: 0
I have a dialog box that has 5 buttons on it, and depending on what the user does I hide or show then.  But I noticed that the tab order changes when I do this.  Is there a way to set the tab order...
Zones: Windows MFCDate Answered: 07/21/2000 Views: 0
I have a table consiting of an id number and a free text field. I need to return rows matching one or more words in the free text field. The results need to be ordered by the number of words ...
Zones: MS SQL ServerDate Answered: 09/29/2000 Views: 0
I have an array like: String vec[] = {“abc”, “aab”, “aaa”, “zxc”, “cxs”, “qwe”, “gfd”, “hjk”, “asd”}; And I have to order it lexicographicly. Is there any builtin function or where can I fin...
Zones: JavaDate Answered: 11/04/2000 Views: 0
I have a stored procedure that needs to sort output differently based upon a variable passed in from the middle tier.  Is there an easy way to change the Order By clause without copying the whole s...
Zones: MS SQL ServerDate Answered: 01/25/2001 Views: 0
I'm using VB 6.0 Pro with an Access '97 database.  I have an ADODC that has these properties: CommandType = 2 - adCmdTable RecordSource = tblCITY_REF I'm displaying the recordset in a data g...
Zones: Visual BasicDate Answered: 09/24/2001 Views: 0
I use fso to get the name of the files and match file description in a table. fso automatically sort the order by filename. If I want to sort the order from the file description instead of the ...
Zones: ASPDate Answered: 02/08/2002 Views: 0
i need to order my output like this. see i've the data like this. the column name is adpo_no and the values will be like '2002/AD/001/CAP' in this (2002-is the year) what i would like to do is, i n...
Zones: MS SQL ServerDate Answered: 10/07/2002 Views: 0
I am starting to write a Purchase Order program for my company using php & mysql. I have all the database designed and most of the general proceedure figured out. I have a couple of issues that I ...
Zones: PHPDate Answered: 10/28/2002 Views: 0
i check another post for this problem but i couldn't find the way to resolve it: SELECT DISTINCT IDContact FROM History_PayAdvance WHERE (Hidden_Deleted=FALSE) AND (General_WasPaid=FALSE) AN...
Zones: DatabasesDate Answered: 12/27/2002 Views: 0