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 607(0.008 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.0
In this calculation  if i define lBytesPerCluster & lpNumberOfFreeClusters as long, i total as double, I get an overflow error. When i debug the error, the two variables have the correct answer, bu...
Zones: Visual BasicDate Answered: 02/19/1999 Views: 0
Here's my code: If optMultiply.Value = True Then     lblDisplay.Caption = hsbFirst.Value * hsbSecond.Value End If Here's My Problem: I can't multiply anything over 164 * 200 (the answer is ...
Zones: Visual BasicDate Answered: 03/12/2000 Views: 0
what causes an overflow error 6.when building a recordset by adding records using the addnew function.
Zones: MS AccessDate Answered: 06/07/2000 Views: 0
Hi,   a conversion of decimal number 2147483648 (&H80000000) above to a hex value will cause an overflow error...   anybody know how to solve this? thanks
Zones: VB ControlsDate Answered: 07/25/2000 Views: 0
Hi I am trying to do a Mod 11 check on a 16 digit number to validate credit/debit cards but I get an overflow error. I guess this is because the number is too big.  How can I get round this prob...
Zones: Visual BasicDate Answered: 09/13/2001 Views: 0
I would like to develop a script that would allow me to display html text within certain parameters (353 x 195) and scroll the overflow vertically. An example site is ampsf.com Click enter Cl...
Zones: JavaScriptDate Answered: 03/23/2003 Views: 0
I am copying one adodb.recordset to another by appending each field.    For iLoop = 0 To recOld.Fields.Count - 1     With recOld.Fields(iLoop)          recNew.Fields.Append .Name, .Type, .Defi...
Zones: VB DBDate Answered: 01/21/2003 Views: 0
I am creating an image viewer which displays image thumbnails in a picturebox control called picThumb. Total number of images to be displayed at once are 28 (i.e  7 lines, 4 pictures per line). Add...
Zones: Visual BasicDate Answered: 02/28/2003 Views: 0
Does anyone have any code or know how to use a timer function on milliseconds level? the clock() function works but will eventually overflow.  Thanks.
Zones: C++Date Answered: 03/11/2003 Views: 0
Hi everyone I am having a problem with a table that i am creating. the code for this table is below. the problem is that if there is more than one row to be displayed then only the first row will ...
Zones: ASPDate Answered: 04/29/2003 Views: 0