Search found 53 matches: offending

Return to advanced search

tDatepick : error in 12.02

... 2] = O TDATEPICK Stack Calls =========== Called from: => EVAL( 0 ) Called from: .\source\classes\TDTPICKE.PRG => (b)TDATEPICK:NEW( 94 ) The offending line in tDtepick.prg : ::bValid = { || If( ::lClosed, Eval( bValid, Self ), .F. ) } In 8.10 : ::bValid = bValid In the dialog i have no valid ...
by Demont Brecht
Thu Mar 08, 2012 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDatepick : error in 12.02
Replies: 3
Views: 579

Re: Twbrowse - error : Bound array access

... to find the bug but unable. The array is initialized in the beginning to 200 and not resized through the execution of the program. Here is the offending code from wbrowse.prg line 152 - It is an inline method. wBrwLine( ::hWnd, ::hDC, If( nRow == nil, ::nRowPos, nRow ), ; Eval( ::bLine, Self ...
by xhbcoder
Thu Jul 07, 2011 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6333

Re: Checkbox still strange

This is the offending code: case nMsg == WM_LBUTTONDOWN if ::lTransparent .and. ( ::IsKindOf( "TRADIO" ) .or. ::IsKindOf( "TCHECKBOX" ) ) ::oWnd:Refresh( .f. ) endif return ::LButtonDown( nHiWord( nLParam ), ...
by TimStone
Tue Nov 09, 2010 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6074

Re: Compile Error

... Incremental Link 5.69 Copyright (c) 1997-2005 Borland * Application successfully built * In the older version I had no warnings ... this is the offending code: #pragma BEGINDUMP#include <hbapi.h>#include <windows.h>#include "wininet.h"#define IF(x,y,z) ( (x) ...
by Jeff Barnes
Sat Oct 30, 2010 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile Error
Replies: 12
Views: 2730

Re: "No Default Printer" message on Windows 7 64-bit

... your program to open with extended permissions. You can then move the PrintBegin call further down in your program's startup until you find the offending function call, i.e. the point beyond which the PrintBegin doesn't cause your program to open with extended permissions. The fact that the ...
by Randal
Thu Oct 07, 2010 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6132

bug in xbrowse export to open office

... The line in reference is ELSEIF oCol:cDataType == "N" oSheet:getCellByposition(nCol,nRow):SetValue(cStr) // this is the offending line I have modified my xbrowse this way ELSEIF oCol:cDataType == "N" IF VALTYPE(cStr) # "N" // CHIDIAK cStr := VAL(cStr) ...
by Richard Chidiak
Tue Aug 31, 2010 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in xbrowse export to open office
Replies: 0
Views: 318

Re: Error running \Samples\testmerg.prg

Please change the offending line as
Code: Select all  Expand view

         if aColSizes[ i ] != nil .and. aColSizes[ i ] < 0
 

You better change this code and relink to your libraries
by nageswaragunupudi
Wed Dec 09, 2009 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error running \Samples\testmerg.prg
Replies: 4
Views: 510

Re: Error running \Samples\testmerg.prg

Here's the code Rao. Thank you for responding. I've placed '//9788' on the offending line below function XbrowseNew( oWnd, nRow, nCol, nWidth, nHeight,;                     aFlds, aHeaders, aColSizes,  ;                     bChange, bLDblClick, bRClick, ;  ...
by hua
Wed Dec 09, 2009 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error running \Samples\testmerg.prg
Replies: 4
Views: 510

Re: Compiling WINDOWS 7 /AntiVir Guard

You should write to the AntiVir Guard staff to report the false alarm, attaching the offending C source code.

EMG
by Enrico Maria Giordano
Thu Nov 19, 2009 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling WINDOWS 7 /AntiVir Guard
Replies: 9
Views: 1562

Mousewheel and Wbrowse

... or up using the mouse wheel, the browse scrolls left or right instead This has been irritating me for a long time. The following seems to be the offending code: METHOD MouseWheel( nKeys, nDelta, nXPos, nYPos ) CLASS TWBrowse local aPos := { nYPos, nXPos } aPos := ScreenToClient( ::hWnd, aPos ...
by peterk
Wed Jul 22, 2009 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mousewheel and Wbrowse
Replies: 1
Views: 442

Problem with HB_Crypt - After FWH904

I get this error after I upgraded to FWH904

Error: Unresolved external '_adler32' referenced from C:\XHARBOUR\LIB\RTL.LIB|hbcrypt

The offending code is:
cResult := LEFT( HB_Crypt( UPPER( ALLTRIM( cUserID ) + ALLTRIM( cAccess ) ) + ALLTRIM( cPassword ), 'MyPasskey' ) + SPACE( 30 ), 30 )

Any ideas?
by Ollie
Tue May 05, 2009 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with HB_Crypt - After FWH904
Replies: 2
Views: 580

... good idea there .. however, I will not know whom in the address list that may have failed ( multiple cc ) so it will be difficult to pull out the offending array element .. but, I can use the code block with a function to write a failed indicator to my table and flag my email sent row with a failure ...
by Rick Lipkin
Sat Oct 04, 2008 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7645

xbrowse error fwh 8.08

... Called from: C:\CBATI32\xbrowse.PRG => TXBROWSE:DELREPOS(874) Called from: C:\CBATI32\xbrowse.PRG => TXBROWSE:REFRESH(838) This is the offending line bFilter := ( ::cAlias )->( &cFilter ) Hth Richard
by Richard Chidiak
Wed Sep 03, 2008 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error fwh 8.08
Replies: 1
Views: 505

... there is no way to stop the loop in errorsys. Also __sometimes__ when there are array bound problems, error appears without any clue about the offending code. These situations are very difficult to handle. I find no other way except to start with simplest code ( commenting out many other lines ...
by nageswaragunupudi
Thu Jul 24, 2008 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7788

... a different line number to my editor (Multi Edit 8.0), I also had removed the hb_parnl addition and tried a constant but still left in the offending bracket, when testing myself. Anyway thankyou for your help the test app has allowed me to discover that my devices 0 degree position is actually ...
by ChrisMillard
Sun Jul 13, 2008 12:14 pm
 
Forum: FiveWin for Pocket PC
Topic: Landscape() not working on my WinCE 5.0 Device
Replies: 5
Views: 1385
PreviousNext

Return to advanced search