... mod_harbour is niche, with a smaller developer community compared to PHP or Node.js.
- **Feature set**: While suitable for specific use cases, it lacks the modern tooling, frameworks, and integrations that PHP or Node.js ecosystems offer.
- **Learning curve for new developers**: Developers ...
Search found 28 matches: lacks
Searched query: lacks
- Thu Nov 28, 2024 9:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: reading DBF from node.js
- Replies: 2
- Views: 1165
- Tue Nov 28, 2023 8:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hash for storing variables
- Replies: 7
- Views: 964
Re: hash for storing variables
... Programming
The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components ...
The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components ...
- Wed Nov 22, 2023 10:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xlsxlibhb_ver2
- Replies: 57
- Views: 15630
Re: Xlsxlibhb_ver2
Ok, it seems that BCC 7.00 lacks of some symbols. A fast and dirty hack can be as per sample below. But the obvious solution is to drop such an old compiler and switch to a newer version.
// Typical Welcome message, from Windows!
#include "FiveWin.ch ...
// Typical Welcome message, from Windows!
#include "FiveWin.ch ...
- Wed Jul 26, 2023 8:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
- Replies: 11
- Views: 1548
Re: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
I don't know why we can't use OF oGroup. Maybe TGroup class lacks of something required.
- Fri Apr 28, 2023 6:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Function from mod_harbour to Harbour
- Replies: 6
- Views: 648
Re: Function from mod_harbour to Harbour
I wasn't able to "
It lacks knowledge to assemble, it uses Apache's Lib and a compilation error appears..
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
It lacks knowledge to assemble, it uses Apache's Lib and a compilation error appears..
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)
- Sat Jan 22, 2022 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SQL 2 Table Question
- Replies: 2
- Views: 352
Re: SQL 2 Table Question
hi Enrico,
This join is incomplete as it lacks of the WHERE clause.
yes you are right
i need a "Relation"
so i add "internal" FIELD __Record and use
cQuery := "CREATE TABLE " + xtab + " ( " ... cQuery += " __record serial NOT NULL, " cQuery += " CONSTRAINT " + xtab + "_pkey PRIMARY KEY (__record ...
This join is incomplete as it lacks of the WHERE clause.
yes you are right
i need a "Relation"
so i add "internal" FIELD __Record and use
cQuery := "CREATE TABLE " + xtab + " ( " ... cQuery += " __record serial NOT NULL, " cQuery += " CONSTRAINT " + xtab + "_pkey PRIMARY KEY (__record ...
- Sat Jan 22, 2022 8:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SQL 2 Table Question
- Replies: 2
- Views: 352
Re: SQL 2 Table Question
Jimmy wrote:Code: Select all | Expand
"SELECT a.text1, b.__text1 FROM sqldata AS a, sqlindex AS b"
This join is incomplete as it lacks of the WHERE clause. Without it you would get a recordset of n1 * n2 records. You have to use something like
Code: Select all | Expand
WHERE id1 = id2
EMG
- Thu Dec 16, 2021 10:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: (x)Harbour including CRUL
- Replies: 3
- Views: 440
Re: (x)Harbour including CRUL
Antonio,
the landing page lacks main content. I found it at: https://github.com/FiveTechSoft/Harbour_builder
the landing page lacks main content. I found it at: https://github.com/FiveTechSoft/Harbour_builder
- Sun Jul 11, 2021 7:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 11 Fluent Design
- Replies: 2
- Views: 12364
Re: Windows 11 Fluent Design
Hello friends,
It is true that software is judged by the interface.
But the comparison with the book cover lacks.
The interface design in software is all about it.
On the other hand, you don't need the book cover for a book.
Here is where the story counts.
With software, however, the operation ...
It is true that software is judged by the interface.
But the comparison with the book cover lacks.
The interface design in software is all about it.
On the other hand, you don't need the book cover for a book.
Here is where the story counts.
With software, however, the operation ...
- Fri Jan 22, 2021 9:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio: Reports
- Replies: 16
- Views: 2458
Re: Silvio: Reports
... any case I have always sent my tests performed to Antonio
In the last test I saw that C5report, which looks like MyRpt, really works only that it lacks the class to body the model, that is where we generally do the "do while" loop to list the products of an invoice and for this reason i asked the ...
In the last test I saw that C5report, which looks like MyRpt, really works only that it lacks the class to body the model, that is where we generally do the "do while" loop to list the products of an invoice and for this reason i asked the ...
- Tue May 12, 2020 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9430
Re: Fast Report´s future
... designer, whose code I've studied is quite complex and messy, or complete the designer made by Paco García, which seems to be far more stable, but lacks the print engine that could use the EasyReport one.
In any case, we have to be aware that this requires a very high level of programming knowledge ...
In any case, we have to be aware that this requires a very high level of programming knowledge ...
- Tue May 12, 2020 10:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9430
Re: Fast Report´s future
... designer, whose code I've studied is quite complex and messy, or complete the designer made by Paco García, which seems to be far more stable, but lacks the print engine that could use the EasyReport one.
In any case, we have to be aware that this requires a very high level of programming knowledge ...
In any case, we have to be aware that this requires a very high level of programming knowledge ...
- Wed Oct 17, 2018 7:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Your EXE into a Web app
- Replies: 41
- Views: 11836
Re: Your EXE into a Web app
... in Sillian.
Dear Rao you said right, I praised the work of Carles My Rpt, but like all projects My Rpt does not seem to be finished because it lacks the ability to create and print labels: Carles told me that he would never do that or he had no time. Then MyRpt had a small problem in Windows ...
Dear Rao you said right, I praised the work of Carles My Rpt, but like all projects My Rpt does not seem to be finished because it lacks the ability to create and print labels: Carles told me that he would never do that or he had no time. Then MyRpt had a small problem in Windows ...
- Wed Apr 08, 2015 7:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hash Table
- Replies: 9
- Views: 3024
Re: Hash Table
James,
almost yes! it lacks the aAdd():
aLines := {}for i := 1 to len(aData) hUser2 := { "Description" => aData[i,1] ; , "Total" => aData[i,2] ;   ...
almost yes! it lacks the aAdd():
aLines := {}for i := 1 to len(aData) hUser2 := { "Description" => aData[i,1] ; , "Total" => aData[i,2] ;   ...
- Wed Sep 17, 2014 2:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Help needed with SOAP Authentication
- Replies: 7
- Views: 1820
Help needed with SOAP Authentication
... service via MSSoap y Harbour, and it's almost done with the exception of an important detail: Authentication.
The code is the following one, but it lacks the authentication because i don't know how to write the user and password, I can't find the equivalent code of the VB sentences
TRY oSoap ...
The code is the following one, but it lacks the authentication because i don't know how to write the user and password, I can't find the equivalent code of the VB sentences
TRY oSoap ...