Search found 27 matches: lacks

Return to advanced search

Re: hash for storing variables

... 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 resembles ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 499

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 ...
by Enrico Maria Giordano
Wed Nov 22, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8404

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.
by Enrico Maria Giordano
Wed Jul 26, 2023 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO Antonio GROUP error DEFCONTRL with REDEFINE or @
Replies: 11
Views: 575

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..

:cry:
by Ari
Fri Apr 28, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function from mod_harbour to Harbour
Replies: 6
Views: 299

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 ...
by Jimmy
Sat Jan 22, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 288

Re: SQL 2 Table Question

Jimmy wrote:
Code: Select all  Expand view
"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 view
WHERE id1 = id2


EMG
by Enrico Maria Giordano
Sat Jan 22, 2022 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 288

Re: (x)Harbour including CRUL

Antonio,
the landing page lacks main content. I found it at: https://github.com/FiveTechSoft/Harbour_builder
by ADutheil
Thu Dec 16, 2021 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (x)Harbour including CRUL
Replies: 3
Views: 376

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, ...
by Otto
Sun Jul 11, 2021 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 8636

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 ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1916

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, ...
by Silvio.Falconi
Tue May 12, 2020 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

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, ...
by mgsoft
Tue May 12, 2020 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

Re: Your EXE into a Web app

... met 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 ...
by Silvio.Falconi
Wed Oct 17, 2018 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9007

Re: Hash Table

James, almost yes! it lacks the aAdd(): aLines := {}for i := 1 to len(aData)   hUser2  := { "Description" => aData[i,1] ;              , "Total" ...
by Carlos Mora
Wed Apr 08, 2015 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash Table
Replies: 9
Views: 2687

Help needed with SOAP Authentication

... 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    ...
by Carlos Mora
Wed Sep 17, 2014 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with SOAP Authentication
Replies: 7
Views: 1510

Re: Why should I migrate from xHarbour to Harbour ?

Cristóbal,

Antonio said in previous posts that he was using VS 2012 because 2013 lacks from a Resource Editor.

Antonio,

Is there available more recent Harbour builds for BCC and Msvc2010?.

Those are from last year.

Thanks,
by elvira
Fri Jun 20, 2014 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7166
Next

Return to advanced search