Search found 29 matches: sporadic

Return to advanced search

Re: Image usage with BTNBMP

Fixed the missing row of pixel and sporadic yellow dots by touching up the image. Pixel at top left is colored with a colour that doesn't exist in the image

Hope another option can be created rather than manually touch up all the images
by hua
Fri Dec 12, 2014 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image usage with BTNBMP
Replies: 6
Views: 1085

Re: Rebuild FiveHX.LIB with new XHARBOUR

... same registered, because I don't like anything pirate, more like I said previously this problem of freezing the system doesn't always happen, are sporadic situations. You just mark the date and time in order that you can help me. I'm hanging on. Português Ola amigo Antonio Na realidade o que preciso ...
by miragerr
Sun Jul 27, 2014 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebuild FiveHX.LIB with new XHARBOUR
Replies: 14
Views: 3207

Re: xBrowse and lMergeVert sporadic error

When you use SQLRDD, OrdKeyNo() does not work. Consequently oBrw:KeyNo always returns 0. The feature of MergeVert does not work for SQLRDD.

If you use SQLRDD you can do basic browsing and many advanced features of xbrowse are not available.
by nageswaragunupudi
Sat Jun 28, 2014 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

Re: xBrowse and lMergeVert sporadic error

This my code: #include "FiveWin.ch"#include "dtpicker.ch"#include "calendar.ch"//----------------------------------------------------------------------------//function TestGrp()Private mDatum, oBrwZbrUSE RptStaZbr NEW   DBCREATEINDEX("RptStaZbr",&q...
by mtajkov
Wed Jun 25, 2014 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

Re: xBrowse and lMergeVert sporadic error

Line 11714 is Eval( ::oBrw:bGoTop ) and this can not be NIL, unless this method is called before setting the browse completely.
I hope when you call oCol:WorkMergeData, the browse is already visible on the screen.
by nageswaragunupudi
Tue Jun 24, 2014 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

Re: xBrowse and lMergeVert sporadic error

I do not add row or delete it, if I try use oCol:WorkMergeData() I have a new error: Error BASE/1004 Class: 'NIL' has no exported method: EVAL Parameter : [ 1] = U Stack-List ---------- called by EVAL(0) called by TXBRWCOLUMN:WORKMERGEDATA(11714) called by USTAZBR(62) called by (b)MAIN(277) called b...
by mtajkov
Tue Jun 24, 2014 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

Re: xBrowse and lMergeVert sporadic error

This can happen if any row is added during runtime.
If a row is added or deleted, we should call oCol:WorkMergeData() and oBrw:Refresh().

In case you are browsing DBF it is desirable to SET FILTER TO !DELETED() so that oBrw:keyNo() always returns a correct value.
by nageswaragunupudi
Tue Jun 24, 2014 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

xBrowse and lMergeVert sporadic error

If I use oBrw: lMergeVert =. t. appears sporadically error: Error BASE/1132 Bound error: array access Parameter : [ 1] = A { ... } [ 2] = N 6 Stack-List ---------- called by TXBRWCOLUMN:MERGEAREA(11782) called by TXBRWCOLUMN:PAINTCELL(10042) called by TXBRWCOLUMN:PAINTDATA(9668) called by TXBROWSE:P...
by mtajkov
Tue Jun 24, 2014 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert sporadic error
Replies: 5
Views: 1627

Re: SEND EMAIL

CDOSYS and TSMTP are not the same. I have been using TSMTP. I once tried CDOSYS, but had sporadic errors and was never able to figure out, or did not spend enough time debuggin. Here is my code using TSMTP, there are references to other objects, but I'm sure you can ...
by reinaldocrespo
Wed Apr 03, 2013 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEND EMAIL
Replies: 35
Views: 5802

Re: xbrowse : sporadic error

anyone...
by fraxzi
Tue Feb 14, 2012 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154

Re: xbrowse : sporadic error

Hi

How to apply that fix to v11.05?
by fraxzi
Thu Feb 09, 2012 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154

Re: xbrowse : sporadic error

Hello,

This error was fixed and it is working fine in 11.11.
by ukservice
Thu Feb 09, 2012 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154

Re: xbrowse : sporadic error

Dear All, Any update on this topic.. I still experiencing this random error using FWH11.05.. I followed suggested alternatives but I cant explain further how this error still popup randomly..    METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ MinMax( If( nPos ==...
by fraxzi
Thu Feb 09, 2012 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154

Re: xbrowse : sporadic error

aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces: So we could place a trace just after it:   if Len( aDisplay ) == 0      MsgInfo( "aDisplay is zero! and nCol is: " + AllTrim( Str( nCol ) ) + &qu...
by Demont Brecht
Tue Nov 15, 2011 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154

Re: xbrowse : sporadic error

aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces: 1. If you are not using any frozen coluns, then this loop should not be executed:   do while nFreeze > 0 .and. nCol <= nLen      oCol := ::aCols[ nCol ]      if ! oCol:lH...
by Antonio Linares
Tue Nov 15, 2011 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : sporadic error
Replies: 19
Views: 4154
Next

Return to advanced search