Search found 137 matches: filenames

Return to advanced search

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 was Norton ...
by Otto
Thu Jan 04, 2024 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 500

Re: Consulta

... vDos, but compared with original vDos, it also has a wide range of additional features and other improvements, such as direct support for long filenames (LFN) and their corresponding short filenames (SFN), enhanced keyboard and mouse support, visual display for bold and italic texts, plus many ...
by Jimmy
Wed Mar 22, 2023 3:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta
Replies: 4
Views: 404

Re: Fighting Xbrowse and lozing !!!

... Not when I want more speed) The number go from Right key 65 times to 5 Left key 13 times to 1 Almost ok, but then I have no pictures, but only the filenames as text         WITH OBJECT :Cover           :nEditType     := EDIT_GET_BUTTON  ...
by Marc Venken
Thu Dec 22, 2022 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450

Re: cGetFile32 initial file

... lSave, nFlags, cIniFile ) local cSection, cFile local nRet DEFAULT lSave := .f. CursorWait() // On cGetFile() that parameter is a boolean for long filenames if nFlags != Nil .and. ValType( nFlags ) != "N" nFlags := Nil endif if ! lSave cSection := "GetOpenFileName" else cSection ...
by PAUL SIMM
Mon Nov 28, 2022 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32 initial file
Replies: 3
Views: 594

Re: error al personalizar hoja de excel despues de toexcel()

... as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc = .\ #important: Use Uppercase for filenames extensions, in the next two rules! PRG = \ cajas.PRG \ tcajas.PRG \ mcajas.PRG \ rddsys.PRG \ password.PRG \ libsis.PRG \ especial.PRG \ brwartic.PRG ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1080

Re: Bug in Harbour Descend()

How do you deal with this bug? I need to use codepage with Harbour, otherwise the accented chars are not correctly read from the file system (ie. filenames, Directory(), File(), Memoread(), etc.). But doing so, Descend() function is not working anymore. I can't even build index with Descend() in ...
by Enrico Maria Giordano
Mon Oct 17, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1673

Parametros

... .path.OBJ = .\Obj32 # ******************************************************************** #important: Use Uppercase for filenames extensions, in the next two rules! PRG = \ %1.PRG # %1 es el parametro MiArcivoPrg dado en el .BAT RC= Dialogos.RC \ %2.RC # %2 es el parametro ...
by fridgar
Mon Nov 08, 2021 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parametros
Replies: 3
Views: 338

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... LNK_DBFNTX = YES LNK_DBFCDX = YES LNK_DEBUG = NO LNK_ADVANTAGE = NO LNK_ODBC = NO MAP_FILE = YES MULTI_HILO = NO # Application directories & filenames ######################################## APP_NAME = WINFAR64 # ( nombre del EXE sin extension ) APP_PRG_DIR = . APP_OBJ_DIR = .\OBJ # ( crear ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: link in my own library

Dear Otto, You have to include your PRGs (or libraries) filenames in modharbour.hbp https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/modharbour.hbp in apache.prg add your functions names as "extern" https://github.com/FiveTechSoft/mod_harbour/blob/master/source/apache.prg ...
by Antonio Linares
Wed Apr 14, 2021 9:08 am
 
Forum: mod_harbour
Topic: link in my own library
Replies: 4
Views: 553

Re: Marc : Conversion process and questions about it

... of code only once . Thus, define a class for each database like the sample below. I put all the database classes into one PRG. Now your database filenames are all in one place, and thye only exist in that one place. So if you need to change them, it requires only one simple name change. Class ...
by James Bott
Tue Jan 05, 2021 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: creation bitmaps

... select the second color with the slider You can adjust the color-position 3. select the image-output-size 4. select save 5. create the next bmp ( filenames will have a running number and saved in the directory < MYBITMAP > ) http://www.pflegeplus.com/IMAGES/Grdpaint1.jpg ...
by ukoenig
Tue Oct 29, 2019 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creation bitmaps
Replies: 9
Views: 1150

Re: Save as PDF

Use Harbour and set HB_CDPSELECT( "UTF8" )  Then filenames with utf8 characters work. Mr.RAO I press's "Save as to PDF" button and input Chinese File name. Please Look Below: https://i.postimg.cc/KcMg5xsr/2019-08-20-171537.jpg ...
by richard-service
Tue Aug 20, 2019 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1443

Re: Save as PDF

nageswaragunupudi wrote:Use Harbour and set
Code: Select all  Expand view

HB_CDPSELECT( "UTF8" )
 

Then filenames with utf8 characters work.


Thank you
by richard-service
Tue Aug 06, 2019 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1443

Re: Save as PDF

Use Harbour and set
Code: Select all  Expand view

HB_CDPSELECT( "UTF8" )
 

Then filenames with utf8 characters work.
by nageswaragunupudi
Tue Aug 06, 2019 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1443

Re: Ejemplo Buildh.bat compilar varios prgs.

... ejemplo .mak que has puesto, utiliza mayúsculas ( yo lo utilizo para el nombre y la extensión para no equivocarme ) #important: Use Uppercase for filenames extensions, in the next two rules!
by cnavarro
Wed Jun 05, 2019 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Buildh.bat compilar varios prgs.
Replies: 30
Views: 2952
Next

Return to advanced search