Search found 26 matches: apparent

Return to advanced search

Reason for closing DBF file

Hi,

A DBF file is open (use MyFile). In some situations, it closes for no apparent reason. Is it possible to catch the moment of closing the database and find out what caused it to close ?
by Natter
Thu Sep 14, 2023 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1154

Very strange problem - ideas needed

... operation on that same machine. It still did not work 3). I looked carefully at the code and can find no triggers for this. 4). There is no "apparent" security software. Direct editing on the file works, so it's not a read only file. 5). I ran the procedure for two months of data ( 2 ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1752

Discussion about CSS and inline <STYLE></STYLE>

... after in the script Maybe you can still remember that I divided my programs into small files and then make a "patch". It seems more apparent to me that way. So it's more like a class. Do you think this code could cause problems, and should I leave the <STYLE> </STYLE> ...
by Otto
Wed May 12, 2021 4:41 pm
 
Forum: mod_harbour
Topic: Discussion about CSS and inline <STYLE></STYLE>
Replies: 1
Views: 218

Re: Memory Leak - Richedit

... oImage, aImages )" and instead use oImage:Save() As we also explained above, copying bitmap to clipboard is resulting in an apparent resource leakage but there is no real leakage. The bug is only in maintaining the internal count of resources by FWH. This is fixed in 2102. ...
by csincuir
Tue Mar 09, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

... oImage, aImages )" and instead use oImage:Save() As we also explained above, copying bitmap to clipboard is resulting in an apparent resource leakage but there is no real leakage. The bug is only in maintaining the internal count of resources by FWH. This is fixed in 2102. ...
by nageswaragunupudi
Mon Mar 08, 2021 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

The main issue raised in the topic is "Resource Leakage." The method oImage:CopyToClipboard() has apparent resource leakage because TClipBoard():SetBitmap( ohBmp ) has the leakage again because the C level function "SetClipboardData( CF_BITMAP, hBitmap ) )" ...
by nageswaragunupudi
Sun Mar 07, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

tdatabase class not working with memos

... with other Memo fields  prov:=""  FOR i:=1 TO 6     prov+=PADR(ALLTRIM(fill_in[i+242]),84)  NEXT i...  No apparent problem here, but the surprise comes when recovering the same field latter on: msgstop(len(oDbf:trincheras))  //7 since the ...
by ellano
Thu Oct 04, 2018 9:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdatabase class not working with memos
Replies: 3
Views: 1095

Re: Rowset data and method is not working.

... and sort order is not changed. When some records are deleted or Sort Order is changed then this represents the serial number of the record in the apparent sorted order ignoring the deleted records and filtered out records. GoTo( nRecNo ) or // like DBF BookMark := nRecNo // like ADO Moves to record ...
by nageswaragunupudi
Mon Feb 06, 2017 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset data and method is not working.
Replies: 2
Views: 805

OCR from JPG

... tried using the Tesseract learning tools with some success, but still; there is percentage of documents where the OCR isn't good enough for no apparent reason. Is there anyone here using any other OCR library with better results? I don't need a scanning library. I got that already and it is ...
by reinaldocrespo
Fri Sep 30, 2016 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR from JPG
Replies: 10
Views: 2371

Re: TFolder question

Antonio, We create the folder from source code not in Resource file. I am now using the TfolderEX class with no apparent changes. I am trying to use the painttabs per the samples without success. Our issue is the active folder tab is not different appearance than all other tabs ...
by Perry Nichols
Fri Sep 09, 2016 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolder question
Replies: 5
Views: 876

Re: Windows 10 style menus

... text on a white background. I am using this code to force the correct colors:    MENU oMenu COLORMENU CLR_WHITE,CLR_BLACK However there is an apparent bug in that the background is only applied to the area around the text, not the entire background. Below is a screenshot. The foreground image ...
by cnavarro
Tue Mar 15, 2016 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Windows 10 style menus

... text on a white background. I am using this code to force the correct colors:    MENU oMenu COLORMENU CLR_WHITE,CLR_BLACK However there is an apparent bug in that the background is only applied to the area around the text, not the entire background. Below is a screenshot. The foreground image ...
by James Bott
Tue Mar 15, 2016 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Re: Scrollbars missing

I have tried every permutation of scrollbar setting in ResEdit for the Listbox resource and it has no apparent change. LISTBOX         1003, 15, 49, 335, 145, WS_GROUP | WS_TABSTOP | NOT LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN I don't see WS_VSCROLL ...
by James Bott
Mon Feb 10, 2014 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4726

Re: Scrollbars missing

... 0, 0, 364, 14, ES_AUTOHSCROLL | ES_READONLY I have tried every permutation of scrollbar setting in ResEdit for the Listbox resource and it has no apparent change. Thanks in advance for your help! Greg
by Greg Gammon
Thu Feb 06, 2014 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4726

Re: rPreview ZOOM problem

... the same ZOOM problem with PREVIEW (having just upgraded to FWH13x). I removed the */ comment lines in the tmetafil.prg as described without any apparent change. Is there something else I need to do to fix this? Thanks! on a related question....when using the PDF button on the PREVIEW screen, ...
by Greg Gammon
Wed Jan 22, 2014 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview ZOOM problem
Replies: 17
Views: 5055
Next

Return to advanced search