Search found 1032 matches: filename

Return to advanced search

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: 891

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: 228

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: 228

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: 341

Re: PDF en aplicacion con RICHEDIT

... fichero PDF que yo sepa :-) Para visualizar un PDF revisa FWH\samples\pdf.prg En las versiones recientes de FWH puedes usar: HtmlView( TrueName( filename.pdf ) ) en caso de no querer usar el navegador se puede usar TWebView, disponible también solo en las versiones recientes de FWH
by Antonio Linares
Fri Oct 20, 2023 11:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en aplicacion con RICHEDIT
Replies: 13
Views: 657

Re: Video from the site to a file

hi Natter,

as i say try VLC and open "Network-Stream" -> IP + Filename
if it "play" than change "Output" of VLC to FILE
by Jimmy
Sun Oct 01, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 748

Dificultad con METERS

... of oDlgMed REDEFINE METER oMeter2 VAR nActual2 TOTAL xTotVtas ID Med_Meter2 of oDlgMed REDEFINE BTNBMP oBtnAcep ID Med_Aceptar OF oDlgMed FILENAME "ACEPTAR.BMP" ACTION (LstVtasXCli(nCliente,cVeoCli,dDesde,dHasta, @oMensaje,@cMensaje),oDlgMed:end()) REDEFINE BTNBMP oBtnCanc ID ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 303

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

IS it possible to print to a pdf driver such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename? By default, FWH uses Microsoft Word to read emf and print as PDF. The programmer does not have to do anything for it. There is really no need to search ...
by nageswaragunupudi
Tue Aug 01, 2023 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1081

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Is it possible to print to a pdf driver such as Microsoft Print To Pdf, CutePdf, etc programmatically without prompting user for filename?
by hua
Mon Jul 31, 2023 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1081

Select one btnbmp into a scrollpanel

... .f. For n=1 to Len(aElements) cDesc := aElements[n][2] cImage := aElements[n][5] nProduct:= aElements[n][1] @ nRow,ncol BTNBMP aBtnEle[n] ; FILENAME cImage; SIZE 220, 55 PIXEL; FLAT RIGHT; FONT oFontSmall ; PROMPT cDesc ; OF oElements action Msginfo() aBtnEle[n]:ocursor:= oHand aBtnEle[n]:nClrBorder ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 116

Problemas con Menu POPUP.

... := TablaMnu[i,5]) MENUITEM ( AllTrim( oemtoansi(TablaMnu[i,3]) ) ) ; BLOCK &( cAccion ) ; MESSAGE ( AllTrim( oemtoansi(TablaMnu[i,4]) ) ) ; FILENAME TablaMnu[i,6] * COLORMENU CLR_RED, CLR_BLUE ; * LEFTCOLOR CLR_WHITE, CLR_YELLOW ; * COLORPNEL CLR_CYAN, CLR_BROWN ; * COLORSELECT CLR_HMAGENTA, ...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 222

Re: Pantalla de carga personalizada msgrun - Resuelto

... lo redefini. El #7777 es el logo del producto. Si, el GIF podrias usarlo citandolo directamente desde un archivo en la carpeta del sistema, con FILENAME. El progressbar deberias darle la funcionabilidad e ir pasando los parametros en las funciones de ejecuccion para que vayan actualizando el ...
by nlerdafehn
Sat May 27, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla de carga personalizada msgrun - Resuelto
Replies: 5
Views: 538

Re: FTP Upload works at home Not at work

Otto, It does work with TC... and also at home. I put the exe in defender and also the folder no good Defender offline : no good Strange that the filename is uploaded, but the size stays 0 Other topic mentionend a SetTimeout function, but that I can't get working https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40321 ...
by Marc Venken
Fri May 26, 2023 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 480

FTP Upload works at home Not at work

... below (From Otto in the forum) is working for upload by FTP from my home internet The same laptop connected at work, but a other network and the filename is uploaded but the size stay at 0 and afther 20-30 secs a No Send message ? At work I have a rooter, a gateway At home a rooter no gateway ...
by Marc Venken
Thu May 25, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 480

Re: printer class printimage

Note-1: We need not use oImage for printing. We can straight away use the image source, viz, filename, resource or any source of image. Note-2: TImage requires 'freeimage.dll'. Better to use TBitmap or TXImage instead so that our application runs without freeimage.dll. ...
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 677
PreviousNext

Return to advanced search