Search found 1807 matches: directory

Return to advanced search

Re: Xlsxlibhb_ver2

Try to move BCC in a different directory. You will have to change the paths in the compile batch AND in the CFG file. Otherwise, if you put -L switch in the compile batch you have to change the paths only there and you can forget the CFG.
by Enrico Maria Giordano
Sat Nov 25, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9226

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... , unfortunately without success! This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. Good to know. ...UTF8, applicable mostly for ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 971

Re: Calculate total pages

... (like QR codes) on the document. 6. **File Management and Cleanup:** - `copyfile(...)`: Copies the currently processed metafile to a specific directory. - `DeleteEnhMetafile(hMeta)`: Deletes the Enhanced Metafile object to free up resources. 7. **Finalizing the Page and Document:** - `EndPage(oDevice:hDC)`: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5964

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... of Utf8 depends purely on FWH This has nothing to do with HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. In my view, keep HB_CDPSELECT( <yourcontrycdp>
by nageswaragunupudi
Fri Nov 24, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 971

Re: De *.C Para *.Obj en BCC74 no funciona más.

Thank you. You have to generate libcurl.lib from

Code: Select all  Expand view
implib -a libcurl.lib libcurl.dll


And then link both hbcurl.lib and libcurl.lib to your EXE. And put libcurl.dll in the same directory of your EXE or in the windows\system directory.
by Enrico Maria Giordano
Sat Nov 18, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39816

Re: Directory() and tilde

Thank you very much!!
by Natter
Thu Nov 09, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 233

Re: Directory() and tilde

Dear Yuri,

Use Directory( "C:\myfolder \*.*", "DH" ) as ~ stands for hidden
by Antonio Linares
Thu Nov 09, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 233

Directory() and tilde

The function Directory("C:\myfolder \*.*", "D") does not find files whose name begins with a tilde ~ (temporary files from the office. ~$.11.2022Test.docx). Why ?
by Natter
Thu Nov 09, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Directory() and tilde
Replies: 2
Views: 233

Re: xBrowse - Dates - FWH 2310

... user ), it is on the same machine. The Client consists of an .EXE, and multiple supporting files ( .lic, .ini, .dll, etc. ) placed in the MLS12c directory I built the application and placed the primary .EXE in the MLS12c folder 1. I never observed the problem on C1, but did see it occur consistently ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1536

Re: xBrowse - Dates - FWH 2310

... the aStructure ... WRKDAT, D, 8, 0, , , 999999 On the i7 is shows as WRKDAT, D, 8, 0, , , , so no 999999 Just to be sure, I copied the entire data directory from the known good to the problem system and thus the files were exactly the same on both computers. Same problem Finally I copied all of ...
by TimStone
Tue Nov 07, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1536

FWH 2310 Active X problem ?

I use the Codejock Calendar within my application ... it's an active x object. It has worked beautifully. ( The actual code is in the FWH Samples directory ). I rebuilt the entire application yesterday with FWH 2310 and now when calling the program, it fails on an "array access". This ...
by TimStone
Fri Nov 03, 2023 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 556

Re: Function Hb_DirExists() no permite File() ubique los archivo

... Main() LOCAL cDir := "C:\Program Files" IF HB_DirExists(cDir) ?cDir + CRLF + CRLF + If(IsDirWritable(cDir), "You can write in this directory.", "You have not permissions to write in this directory!") ELSE ?cDir + CRLF + CRLF + "Directory not found!" ENDIF ...
by CARLOS ATUNCAR
Thu Nov 02, 2023 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 737

Re: Function Hb_DirExists() no permite File() ubique los archivo

... https://vivaclipper.wordpress.com/2014/02/25/hb_direxists/ https://hmgforum.com/esgici/vivaclipper.wordpress.com/tag/directory/index.html https://forums.fivetechsupport.com/viewtopic.php?f=6&t=36944 Para xHarbour: https://forums.fivetechsupport.com/viewtopic.php?f=6&t=42953&p=258277&hilit=DIRECTORYRECURSE&sid=7f364d17a9a11632e9fdffe880f863aa&sid=7f364d17a9a11632e9fdffe880f863aa#p258277 ...
by karinha
Wed Nov 01, 2023 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 737

cFilePath issue.

Hi, This function is in filename.prg in \fwh\source\function directory. function cFilePath( cPathMask )   // returns path of a filename   local lUNC := "/" $ cPathMask   local cSep := If( lUNC, "/", "\" )   local ...
by Horizon
Tue Oct 31, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 332

Re: No borrar fichero

sugiero lo que comenta Joao
al cerrar o salir de los sistemas
aFicheros := directory( ".\tmp\*.*" )
for i := 1 to len(aFicheros)
ferase( '.\tmp\'+aFicheros[i][1] )
next
by sysctrl2
Fri Oct 20, 2023 7:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No borrar fichero (SOLUCIONADO)
Replies: 12
Views: 538
PreviousNext

Return to advanced search