Search found 90 matches: breaks

Return to advanced search

Dual index for setscope.()

... the index as DTOS( itemdate ) plus item name Using setscopetop( beginningdate ) and setscopebottom( endingdate ) selects the correct records, but breaks with every day change plus every name change. Any ideas on how to accomplish this ?
by TimStone
Thu Mar 29, 2018 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dual index for setscope.()
Replies: 3
Views: 817

Re: access to window via its :hwnd

... "calling program" = babu.prg modified After that is the "dll program" = babudll.prg modified you may want to remove the altd() breaks and the reference to the external debugging libraries. REQUEST HB_GT_WIN REQUEST HB_GT_WIN_DEFAULT ********************************************************* ...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1847

Proposal .. 'just not xBase any more'

... menu — and does so in an absolutely foolproof fashion. But it can’t go off the menu, and any attempt to bend the machine to your will just breaks it such that it needs to be sent back to the factory for repairs . I am concerned that the perception of FiveWin\[x]Harbour is linked too closely ...
by Rick Lipkin
Tue Mar 07, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5845

Re: OCR for scanned documents

... large scale. These documents happen to be .tiff --again, no choice, just deal with .tiff's. When using the API and setting PSM to 3, Tesseract breaks. I've tried versions, 3, 3.02, 3.03, 3.04, and 3.05. Same results. Here is how to use the API:    handle := TessBaseAPICreate()    //abort ...
by reinaldocrespo
Mon Mar 06, 2017 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4464

Re: OCR for scanned documents

... line. Changing PSM to 3 from API causes the OCR engine to break with runtime error. It might work a few times but after a number of runs it breaks causing my Harbour program to stop working. Just FYI- these documents contain a unique identifier that matches an account number for a customer ...
by reinaldocrespo
Fri Mar 03, 2017 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4464

Re: Xbrowse a speed problem using SCOPE ?

James,

I think a defined SCOPE starts from top and collects records until reaching the end
A relation is doing a SEEK collecting records and breaks reaching values are <> from start

best regards
Uwe :D
by ukoenig
Wed Mar 02, 2016 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9317

Re: Problem with past into xbrowse numeric editable cell

... always a popular topic of discussion. You will notice a common theme in my comments. I look for all the things that remain the same when something breaks. The item that changed is likely to be the problem. So, if my code does not change ( and has worked for years ) using FWH xx.xx, and then the ...
by TimStone
Thu Feb 18, 2016 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2341

ADO Ms Access SLow Close() and Re-Open tables on Win 7

... them( _custedit() ). The close and re-open process works GREAT on 32 bit Windows XP, but times out on the re-open [Customer Item] table and breaks in the _CustEdit Function. Here is the code .. all the oRs variables were defined local at the top of the program and passed normally thru the ...
by Rick Lipkin
Wed Jun 03, 2015 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Ms Access SLow Close() and Re-Open tables on Win 7
Replies: 2
Views: 800

Re: problema con xbrowser

... => YOYO( 3524 ) Called from: fiveh.prg => (b)BUILDMENU( 581 ) if program is set to : rddsetdefault( "ADS" ) The dbfs not indexed breaks. Dbgoto() is ok for 2 samples.
by mastintin
Thu Apr 30, 2015 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 5053

Re: ADO RDD xHarbour

... we would get only one recordset (joined) and to simulate Dbf behavior and working with already written apps that's not possible because it breaks completely the code. Thus I'm working with true relations issuing SELECTS for each child only if key changes. The speed suffers but its completely ...
by AHF
Fri Apr 10, 2015 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 454119

Re: xbrowse MakeTotals()

... call :MakeTotals() again and again consequent on some changes. And please trust us too when we say there is no change in MakeTotals() method that breaks earlier code. We may like to make one or two suggestions to the sample code provided. MakeTotals() is not very appropriate to this case. Method ...
by nageswaragunupudi
Sat Mar 28, 2015 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1713

xbrowse with trees (bug?)

... be a bug in xbrowse introduced during 2014, I wrote this self-contained reduced sample code. It works perfectly when compiled with fw 2012 but it breaks with fw 2014_06 when clicking on the square button of a leaf cell "AmtPaid". Is there a fix? #include "fivewin.ch"#DEFINE ...
by reinaldocrespo
Sat Mar 28, 2015 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with trees (bug?)
Replies: 1
Views: 392

Re: xbrowse MakeTotals()

... clicking on the button of a branch cell of the tree it works as expected -that is, as coded on bEditBlock. When clicking on a leaf, the xbrowse breaks. If I compile with fwh 2012 it all works perfectly. If I compile with fwh 2014 it breaks. Notice the problem happens when you try to assign a ...
by reinaldocrespo
Fri Mar 27, 2015 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1713

xbrowse MakeTotals()

... MakeTotals after a cell is changed. That is good and I'm all for that. What is not good is when new fw behavior, features, or even fixes totally breaks existing code. I hope you can all understand it would be unreasonable to re-write your apps any time something changes in fw. Trust me, there ...
by reinaldocrespo
Fri Mar 27, 2015 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1713

App quits on error without showing error Windows 7

... have not had any problems. Recently my Windows 7 32 bit machine will compile my ( same ) programs and run them just fine .. but when the program 'breaks' I do not get the Error screen or an error.log file. I thought it might be my laptop .. so I just re-formatted it with a fresh install. Unfortunately ...
by Rick Lipkin
Wed Mar 04, 2015 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2786
PreviousNext

Return to advanced search