Search found 1028 matches: filename

Return to advanced search

Re: How to include hbCurl?

HI,
you can generate C code from the CURL command line
adding "--libcurl filename.c" to the end of the command line

below is an example:
curl http://example.com --libcurl example.c

look at the link
https://everything.curl.dev/libcurl/libcurl
by vensanto
Wed Mar 06, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2909

Re: Parpadeo de un SAY

... nProve3>0 REDEFINE GET oFecPrePr3 VAR dFecPrePr3 ID Ma_PreProv3Al OF oDlgMa when nProve3>0 REDEFINE BTNBMP oAceptar ID Ma_Aceptar OF oDlgMa FILENAME "ACEPTAR.BMP" ACTION Eval(Graba) REDEFINE BTNBMP oCancelar ID Ma_Cancelar OF oDlgMa FILENAME "CANCELA.BMP" CANCEL ACTION ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 567

Re: Tamaño de Icono

gracias por tu tiempo Joao!! de esta forma lo declaro. REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ; FILENAME "PREGUNTA.ICO" oIcono:nWidth = 48 oIcono:nHeight = 48 oIcono:lTransparent = .t. José, nos é mejor usar una BITMAP en este caso?    REDEFINE BITMAP ...
by karinha
Mon Feb 26, 2024 3:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 144

Re: Tamaño de Icono

gracias por tu tiempo Joao!!
de esta forma lo declaro.

REDEFINE ICON oIcono ID MiMje_Icono OF oDlg ;
FILENAME "PREGUNTA.ICO"
oIcono:nWidth = 48
oIcono:nHeight = 48
oIcono:lTransparent = .t.
by José Camilo
Mon Feb 26, 2024 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño de Icono
Replies: 4
Views: 144

Re: Data exchange between PC and Android device on the same loca

... A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); exit(); } fwrite($Report, "Print ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

JSON2DBF adapter

... It would also be beneficial to align the functions of mod harbour and Fivewin somewhat. I often need functions from, for example, filename.prg in mod harbour, and conversely, the ValToChar() from mod harbour would be useful in Fivewin. Best regards, Otto
by Otto
Mon Jan 29, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 500

Re: FWH or harbour function support CRC?

Antonio Linares wrote:? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )


Dear Antonio,

It's not work.
by richard-service
Fri Jan 12, 2024 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1730

Re: FWH or harbour function support CRC?

? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )
by Antonio Linares
Thu Jan 11, 2024 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1730

file ID in the Windows file system

... Copy Service. **Path:** While not a unique identifier in the strictest sense, the full path of a file (combining the drive letter, folders, and filename) is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 617

Re: TCWeb - filemanager with mod harbour

Hello friends, I am in the process of extending the filename.prg (// FiveWin FileNames support functions) for mod harbour. DosPAth2Web() Here is a function that is needed when you want to open a page in the browser from TCWeb. TCWeb is fun. First there ...
by Otto
Thu Jan 04, 2024 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 569

Re: Definir font richedit5

... ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ] ; [ <lHighlight: HIGHLIGHT> ] ; [ <file: FILE, FILENAME> <cFileName> ] ; [ RTFSIZE <nRTFSize> ] ; [ <lNoURL: NO URL> ] ; [ <lNoScroll: NO SCROLL> ] ; [ <lNoBorder: NOBORDER, ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 596

Re: Help splitting up a character address string

... used to link include files and make simple textual substitutions. Placeholders like |UNIQUEID| or | placeholder | are used. Commands like $-> Filename 9999: placeholder=xxxxxxxx; allow for specific file operations. Comments can be made in include files using |- and won't appear in the patched ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 586

Re: SHA256 CRC

It is ok,
Thanks Antonio

certutil -hashfile filename.txt SHA256 (dos prompt)
by Jack
Fri Nov 03, 2023 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHA256 CRC
Replies: 2
Views: 215

Re: SHA256 CRC

Dear Philippe,

? hb_CStr( hb_SHA256( hb_memoRead( "filename.zip" ), nil ) )
by Antonio Linares
Fri Nov 03, 2023 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHA256 CRC
Replies: 2
Views: 215

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, "/", "\" ...
by Horizon
Tue Oct 31, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 310
Next

Return to advanced search