Search found 95 matches: recursive

Return to advanced search

Error System no longer works.

... has this: Application Internal Error - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 14:12:18 Unrecoverable error 9003: Too many recursive error handler calls Called from STR(0) Called from ERRORDIALOG(151) in .\source\function\ERRSYSW.PRG Called from (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 118

New FTDN October/Octubre 2023 (FWH 23.10)

... FW_MemoEdit( cJsonFile/text ) now displays in formatted json text. * Enhancement: functions EnumWindows() and EnumChildWindows() support recursive calls. * New: Class TTVItem METHOD Select(), it is equivalenf of doing oItem:oTree:Select( oItem ), so now you can simply do oItem:Select() ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Copy Directory

... a folder like this? c:\fwh\bitmaps\*.* (including sub-folders) to c:\myimages\fwh\ (create folders if they do not exist) Folder default are copy recursive so it is simple   Start_SHfunc( {"bitmaps",0,DATE(),TIME(),"D"}, "COPY", "c:\fwh\", ...
by Jimmy
Fri Jul 07, 2023 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 495

create pdf

... works ok if I code oPrn:say( ... ) in my print.prg But if I code oPrn:saytext( ... ) my program crashes with Unrecoverable error 9003: Too many recursive error handler calls Here a snippet from METHOD GenHaruPDF( cFile, lPreview ) of CLASS TPrinter 1905:   for each aCall in ::aCallLog1906:   ...
by Detlef
Sat May 13, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 900

Re: Adir() varios tipos de ficheros

... "*.gif", "*.tif", "*.tiff", "*.wmf", "*.emf" }, "", .T. ) it can recursive get all those Image Type FUNCTION hb_DirScanM( cPath, aFileMask, cAttr, lrecursiv )RETURN hb_DoScanM( hb_DirSepAdd( hb_defaultValue( ...
by Jimmy
Tue Mar 28, 2023 5:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Adir() varios tipos de ficheros (Solucionado)
Replies: 4
Views: 264

Re: ZIP / UNZIP under Fivewin

...   lRet := HB_ZIPFILE( cTargetDir + cTargetZIP, acFiles,, { | cFile, nPos | NIL  }, .T.,, lWithPath ) i have made acFiles "recursive" and got "full-path-Filename" PROCEDURE AddMoreDir( cNewdir,acFiles,acAttr)LOCAL aDir := My_DIRECTORY( cNewdir ...
by Jimmy
Wed Mar 22, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: ZIP / UNZIP under Fivewin

all. see this example:. thx for Links. have look at it and found Hb_ZIPFILE() it does "collect" Files "recursive" for "D"irectory --- for Backup i use Attribute "A" which i got from "Everything" --- to ZIP a hole Folder you can use ...
by Jimmy
Tue Mar 21, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: WebView window

... in the content of the oWebView control does not cause the Paint event of the dialog to be executed - In your javascript code, you are causing a recursive call to the same function. I want to check that your code ( Eval() ) is executed? ( assuming there is no error in that code ) Change your ...
by cnavarro
Mon Dec 26, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 998

Full-text search

... search with mod harbour. My documentation is organized in HTML files in a directory with subdirectories. There are around 1300 files. I do a recursive directory browsing, and then I search through the individual HTML files with the AT() function. I am very satisfied with the speed of the ...
by Otto
Mon Jun 28, 2021 9:55 am
 
Forum: mod_harbour
Topic: Full-text search
Replies: 2
Views: 377

Full-text search with mod harbour

... search with mod harbour. My documentation is organized in HTML files in a directory with subdirectories. There are around 1300 files. I do a recursive directory browsing, and then I search through the individual HTML files with the AT() function. I am very satisfied with the speed of the ...
by Otto
Mon Jun 28, 2021 9:54 am
 
Forum: mod_harbour
Topic: Full-text search with mod harbour
Replies: 2
Views: 341

Re: New FTDN December 2019 (FWH 19.12)

... métodos CancelBatch() y IsBatchEdited(), introducido en FWH1909. Corregido. * Corrección: FWMariaRowSet: Ahora acepta la sentencia SQL "WITH RECURSIVE". viewtopic.php?f=3&t=37877&p=226372&hilit=RECURSIVE#p226372 * FWMariaRowSet: Nuevo ejemplo fwh\samples\marialok.prg para ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... error when using methods CancelBatch() and IsBatchEdited() introduced in FWH1909 fixed. * FWMariaRowSet: Now accepts SQL statement "WITH RECURSIVE " http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37877&p=226372&hilit=RECURSIVE#p226372 * FWMariaRowSet: New sample ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

ON RESIZE "automatic" -> Layout Manager ?

... them as "Original" Value. ON INIT Layoutmanager(self) it will init a List (Array) of Child and it's Pos / Size. this must work recursive if a Child is Parent for other Control   aChildGen1 := oParent:Childlist()   FOR i := 1 TO LEN(aChildGen1)      oObject := ...
by Jimmy
Fri Dec 20, 2019 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 1141

Re: MariaDB ROWSET Error when using WITH RECURSIVE clause

Dear Rao Sir ,

Thanks a lot ...!

Thanks
Shridhar
by shri_fwh
Mon Nov 25, 2019 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB ROWSET Error when using WITH RECURSIVE clause
Replies: 4
Views: 892

Re: MariaDB ROWSET Error when using WITH RECURSIVE clause

FWH 1910: RowSet accepts this type of SQL statement
by nageswaragunupudi
Sat Nov 23, 2019 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB ROWSET Error when using WITH RECURSIVE clause
Replies: 4
Views: 892
Next

Return to advanced search

cron