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 5030(0.003 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!

5.0
How can I do the following. One event handler (onBlur, onClick)points to a JS script with a parameter. This parameter is the name of a input field of a form that should receive the focus. Once proc...
Zones: JavaScriptDate Answered: 12/12/1997 Views: 0
When I start a particular program, I get the message below. The odbcint.dll has the same version number as the other odbc components. I guess something is wrong with my odbc setup when this message...
Zones: Windows MFCDate Answered: 01/20/1998 Views: 0
Hi How do I validate that the contents of an edit box (input by the user) is a positive integer? Thanks
Zones: Delphi ProgrammingDate Answered: 12/13/1998 Views: 0
In the following script how would I validate the value of the total to insure it didn't have any other character besides interger and a decimal point? <SCRIPT LANGUAGE="JavaScript"> <!-- function ...
Zones: JavaScriptDate Answered: 12/08/1998 Views: 0
Can you use the IIf Function for the Validation Rule on a Form control? I am successful at using the Between/And syntax with the DLookup function to set the Validation Rule for this control. (I am ...
Zones: MS AccessDate Answered: 02/15/1999 Views: 0
I am validating a form.  So when the user hits the submit button it checks the form...If there are any errors an alert box is shown and the form is not sent (I return false) for the onSubmit event....
Zones: JavaScriptDate Answered: 02/24/1999 Views: 0
hi, I have a page as follows: <html> <!-- This document validates existing users --> <!-- and registers new users. --> <head> <style>         td { font-size: 7pt; font-family: arial; color = "#cc3300"...
Zones: AuthoringDate Answered: 06/16/1999 Views: 0
I need a way to see if a textbox contains a valid amount, and then format this amount in the textbox. e.g.  user enters '3872' - is OK; formatted as $ 3,872.00  user enters ' 12.40  ' - is OK; fo...
Zones: Visual BasicDate Answered: 08/18/1999 Views: 0
When using a datagrid, what is the recommended way of validating data the user enters? For example, if I want to limit the number of characters the user can enter into a field (to match the databas...
Zones: VB ControlsDate Answered: 01/11/2000 Views: 0
Hello,    I have a database app using oracle and there are about ten users all of them enter data. Right now I have very limited data entry mostly mask edits but a friend gave me this chuck of c...
Zones: Delphi ProgrammingDate Answered: 12/14/1999 Views: 0