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 10465(0.016 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!

8.2
This question applies to Local SQL using the Borland Database Engine. Having used Oracle's SQL*Plus for so long, I feel spoiled when I find that I can't do things such as calculations other than s...
Zones: Delphi ProgrammingDate Answered: 10/13/1997 Views: 0
I'm trying to display a value in form field that is using a calculation from a query. The Calculation is =CLng([Quantity]*[Price]*(1-[Discount])*100)100 If I set the decimal places to zero, I get ...
Zones: MS AccessDate Answered: 03/22/1998 Views: 0
As part of validation in the before_update property on a form, I need to check the value in frame15, and if it equals say 2, then another field called txtCompletionDate must have a value. somethin...
Zones: MS AccessDate Answered: 06/25/1998 Views: 0
I am validating the value entered in a text box, however, I need to convert the string to upper case. Must use javascript Code sniplet: function checkpctext(strText){   attempt 1 : var strUText =...
Zones: JavaScriptDate Answered: 07/21/1998 Views: 0
I need a public function than takes a refernce to a form as parameter and returns the controls value Something like Function WhatIsTheValue(strControl as string) end function I will use it like...
Zones: MS AccessDate Answered: 10/08/1998 Views: 0
How to compare fields from different databases with the same datatype?I want to compare the values existing in one column of database with that of other column existing in other database.
Zones: OracleDate Answered: 02/04/1999 Views: 0
 the sql below need to dislay the studentid and surname according to the user input in the DataReport. So, everytime, the "mm" (month) and "yyyy" (year) value will change according to the user inp...
Zones: Visual BasicDate Answered: 09/01/1999 Views: 0
I am getting an error that says "not all control paths return a value." char *Getinfo(char *name, int length, int number, char *string) {     char* temp = new char[100];     name = temp;     int f...
Zones: C++Date Answered: 07/13/1999 Views: 0
I need VB 5/6 code to print a string.  I know how to format a string value to fit any page, and I can use the Common Dialog .OCX or the Printer object in VB to manipulate the printer... but I don't...
Zones: Visual BasicDate Answered: 08/05/1999 Views: 0
I created a field with data type "TIME" and it is Editable for user to key in date value(MM/DD/YY). If user key in wrong date data ie: 12/32/1999 or 13/01/1999 or a2/b1/1999 or "abc" anything that...
Zones: Lotus NotesDate Answered: 10/26/1999 Views: 0