Enter Keywords:
1 - 10 of 617(0.001 seconds)
Sort By:
 
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 Rating: 7.0 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 Rating: 9.0 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 Rating: 9.0 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 Rating: 7.4 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 Rating: 9.0 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 Rating: 7.2 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 Rating: 7.4 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 Rating: 7.6 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 Rating: 7.8 Views: 4
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 Rating: 7.6 Views: 0