Search found 2734 matches: library

Return to advanced search

php4dbf - CSV-import

Hello friends, Sometimes it is also necessary to access DBF files from PHP. Therefore, I created a library. Here is an example today of how I import a CSV file into a DBF file. The program is designed to streamline the process of transferring structured data (like customer ...
by Otto
Tue Nov 26, 2024 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: php4dbf - CSV-import
Replies: 0
Views: 41

Re: Most powerfull Xbrowser and PDF

... area and removes surrounding borders. 6. BmpBufToJpg(cJpeg, cBuf) Converts a bitmap buffer (cBuf) into a JPEG file (cJpeg). Uses the FreeImage library for the conversion. 7. RTFToJpeg(cPDF) Converts an RTF (Rich Text Format) file to a JPEG image. Steps: Opens the file in WordPad. Captures and ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: cloud or not cloud

... for statistical analysis, and now we have the program. I didn't program a single line of the whole program manually! By the way, this PHP4DBF library largely uses FIVEWIN/HARBOUR syntax. The next prompt is now the one where you automatically create a data.json from the DBF file, which is then ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: xbrowse very slow vs Xbrowser

... same slow result as xbrowse. Then this evening I went looking for a solution to scroll my archive faster and I came across an old class of a C5 library, the famous Grid, and I tried the test prueba19.prg, which creates an array from a large BigBase dbf archive. As you can see in this video, ...
by Silvio.Falconi
Wed Nov 13, 2024 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 567

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... systems, with the advent of fwh of the web the structure of the source code changes radically I was hoping for an equal source and to link only a library but unfortunately it is not like that and I do not have time to waste time in a new language that I do not know where it will take me.
by Silvio.Falconi
Tue Nov 05, 2024 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 237

How to check variable name of HASH in xHarbour?

Which library that I have to include for using this function?
HB_HHasKey()

I cannot compile with this function.

Thanks in advance,
Dutch
by dutch
Fri Oct 18, 2024 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check variable name of HASH in xHarbour?
Replies: 2
Views: 125

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico, i have try other Setting but there is NO "hrb.rsp" on my PC :shock: This is the content of hrb.rsp (it is the library list): hbvm +hbcommon +hbrtl +hbmacro +gtwin +hbrdd +hbsix +rddntx +rddfpt +xhb +hbct +hbwin +hbpcre +hbziparc +hbmzip +minizip +hbzlib +rddcdx +gtgui ...
by Enrico Maria Giordano
Mon Oct 14, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 898

Re: Browse of my ADO Class

Jose,

> It is possible too, using an extra parameter when building library

very good

> Is this change on fivewin?

Yes, included in the libs that I have sent you
by Antonio Linares
Sun Oct 13, 2024 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Re: Browse of my ADO Class

You can close the dialogs in any order (something not possible with Alexander's lib) It is possible too, using an extra parameter when building library. 2021-10-31 04:50 UTC-0300 Jose Quintas ! source/winapi/hdialog.prg ! source/winapi/hwindow.prg ! Small change for multithread Each thread will ...
by JoséQuintas
Sun Oct 13, 2024 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Re: DBF How to obtain an array containing record number

Hello friends, In my php4dbf library, I do it exactly the same way. But I see, despite my efforts to integrate as many functions as possible into the php4dbf library, I am still far from the source code elegance of Harbour. Best regards, ...
by Otto
Thu Oct 10, 2024 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 487

Re: Browse of my ADO Class

... on menu to call hwgui I add 1 option on menu to call fivewin Is it a extreme test ? No. Multithread is like several EXEs. Each thread is using one library. What happens? problem on fivewin when close dialogs. it's not about multithread, but about ONE thread. Extra code for hwgui: On each thread ...
by JoséQuintas
Mon Oct 07, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Re: url encoder/decoder

... rtl, written in C so the are _faster_. I posted the old ones just in case, for really old projects it may be useful. Best regards Hi, Is there any library to add my mak file. It says, Portal_UYAP.obj : error LNK2001: unresolved external symbol _HB_FUN_HB_URLENCODE Thanks.
by Horizon
Mon Sep 30, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: url encoder/decoder
Replies: 6
Views: 1357

Re: Browse of my ADO Class

... again, but trying solve error. Why need to save oData on browse ? Because I will change later. Variables are all ok, I can confirm using another library. And before twbrowse and tcbrowse, I was trying with txbrowse, with same variables. And yes, I add to recompile wbrowse.prg and tcbrowse.prg ...
by JoséQuintas
Mon Sep 30, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Navigator

I would like to have a control of the Navigator type, that is a panel that can be opened and closed, I have seen this feature in a Kripton library for Net but I am sure that it can be done in fivewin. Obviously it must work in a window and in a dialog and the navigator must have a title and ...
by Silvio.Falconi
Sun Sep 22, 2024 9:36 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Navigator
Replies: 0
Views: 509

Re: xHarbour 64 bits y xbScritp

... made. Could you generate the "xpscript.c" file so you can see what I mean, or would you prefer that I send you the one I generated? The library is built with 4 files: clsresults.ch, xbs_harb.ch, xbsclass.ch, and xbscript.prg. That's all. I think there's something in one of those four ...
by Cgallegoa
Sun Sep 15, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 1897
Next

Return to advanced search