Search found 16 matches: divisor

Return to advanced search

Re: Mystery with SEQUENCE

... it does "detect" by SEQUENCE, in a Called Method, but it work (!) without SEQUENCE :o NOSPLASH( 1621 ) oError:description = "Zero divisor" oError:operation = "%" oError:osCode = 0      oTab_Right:SetFocus()      oExpl_Right:oParent := oMain      oExpl_Right:FillGrid( ...
by Jimmy
Thu Mar 02, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mystery with SEQUENCE
Replies: 1
Views: 249

Re: Dialog Coordinates

I found that using 2.05 for the divisor worked better for me.

Regards,
James
by James Bott
Mon Sep 19, 2011 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog Coordinates
Replies: 14
Views: 4451

Re: Twbrowse - error : Bound array access and division by zero

... TCONTROL:HANDLEEVENT@1489 TWBROWSE:HANDLEEVENT@1656 Alias CLERK PC/Register+(tm) 5.3-20110518 SN0000000001 Error BASE/1340 Zero divisor: / Args: (N:0) (N:0.00) Any idea? Thank you very much. Jose
by xhbcoder
Thu Jun 09, 2011 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6297

Re: Random Error with TWBrowse

José: Looking the error message, I think your problem is on a division operation, please review your divisor, it can't be zero. nImport := 389.00 nDivisor := 0 nResult := nImport / nDivisor // There is an error Try this way IF nDivisor <> 0 nResult := nImport / nDivisor ...
by Armando
Sat Mar 12, 2011 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 637

Random Error with TWBrowse

... TCONTROL:HANDLEEVENT@1489 TWBROWSE:HANDLEEVENT@1656 Alias TAXTABLE PC/Register+(tm) 5.3-20110218 SN0000000001 Error BASE/1340 Zero divisor: / This also happened while accessing other databases. Environment: Windows XP FW version 10.9 Harbour version included in the package. Thank ...
by xhbcoder
Wed Mar 09, 2011 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random Error with TWBrowse
Replies: 3
Views: 637

Re: xBrowse Report

... bit nicer. Is there anyway this could be included in a future release if everyone accepts the change or could someone suggest a way of getting the divisor figure that i have used? Regards, Pete
by PeterHarmes
Tue Oct 27, 2009 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Report
Replies: 5
Views: 975

Footer en TXBrowse

... un solo footer de la anchura del oBrw en la clase TWBrowse, hice un leve cambio en la TXBrowse para obtener el mismo resultado (footer sin divisores de columnas). Aquí el código: http://img78.imageshack.us/my.php?image=footersindivisordecolumfv4.png DATA lFooterColDivider ...
by FranciscoA
Thu Jan 01, 2009 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footer en TXBrowse
Replies: 1
Views: 512

Re: Mensajes de Error Varios

... BASE/1209 String overflow: + BASE/1210 String overflow: - BASE/1233 String overflow: SPACE BASE/1234 String overflow: REPLICATE BASE/1340 Zero divisor: / BASE/1341 Zero divisor: % BASE/1449 Syntax error: & BASE/1513 Operation too complex: & BASE/2005 Open error (RESTORE command) BASE/2006 ...
by ruben Dario
Thu Sep 11, 2008 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mensajes de Error Varios
Replies: 4
Views: 6050

Re: Mensajes de Error Varios

... BASE/1209 String overflow: + BASE/1210 String overflow: - BASE/1233 String overflow: SPACE BASE/1234 String overflow: REPLICATE BASE/1340 Zero divisor: / BASE/1341 Zero divisor: % BASE/1449 Syntax error: & BASE/1513 Operation too complex: & BASE/2005 Open error (RESTORE command) BASE/2006 ...
by FranciscoA
Thu Sep 11, 2008 12:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mensajes de Error Varios
Replies: 4
Views: 6050

FWHISHOW: Creo que el problema esta en alguna división, debes probar que el divisor no sea CERO, por ejemplo nDivdndo := 1000.00 nDivsr := 0 nResult := nDivdndo / nDivsr // Esto te va a provocar error Prueba así IF nDivsr <> 0.00 nResult := nDivdndo / nDivsr ...
by Armando
Sat Jan 19, 2008 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Zero divisor: /
Replies: 4
Views: 961

Zero divisor: /

Gente acontece de vez enquando este erro: Zero divisor: / O problema é que sistema aborta sem gerar o error.log. Alguem sabe como contornar? Pois não sei como resolver e o sistema não chega nem a gerar o error.log. Para descobrir este erro fiz um ...
by FWHISHOW
Fri Jan 18, 2008 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Zero divisor: /
Replies: 4
Views: 961

activa los puerto serial

... => log Initializes the communication port and sets up the input bufferd stream Pass: Nx_port= base port value see IOLib.ch Nbaud= The baud rate divisor see IOLib.ch for standard bauds Ndata=data bits 5 to 8 Nparity= Parity value see IOLib.ch Nstop=number of stop bits Nirq=Interrupt number cIn_buffer= ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2309

FTDN new April 2006 build / nuevo build de Abril 2006

... support for Windows Mobile 5. It automatically detects if Windows Mobile 5 is used. * Enhancement: FWPPC, errorsys modified to control the zero divisor error. * New: Class TToolBar Methods SetPressed( nButton, lOnOff ), SetChecked( nButton, lOnOff ), IsChecked( nButton ) and ToggleCheck( nButton ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3313

Otto,

We have just published a new FWPPC build that properly manages the zero divisor error:
Code: Select all  Expand view
   if oError:GenCode == EG_ZERODIV
      return 0
   end
by Antonio Linares
Wed Mar 29, 2006 4:25 pm
 
Forum: FiveWin for Pocket PC
Topic: errsysw
Replies: 6
Views: 2438

errsysw

Best practice to prevent a zero divisor error?

Thanks in advance
Otto
by Otto
Wed Mar 29, 2006 11:19 am
 
Forum: FiveWin for Pocket PC
Topic: errsysw
Replies: 6
Views: 2438
Next

Return to advanced search