Search found 86 matches: conclusion

Return to advanced search

Re: hash for storing variables

... However, it is not true OOP as the focus is more on reusing code snippets rather than creating and managing objects in the OOP sense. Conclusion In summary, this approach offers an efficient, modular, and component-based approach to web development. It shares many advantages of object-oriented ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: To Nages: Record deleted but make error also

... 32, where I added the "recno" field as it is done on yunus.prg If I add and delete, a number is not inserted So we arrived at this conclusion which seems to work AEval( oBrowse:aDeleted, { |a| IF(a[ 32 ] ==0, a[32] := len(oBrowse:aDeleted),nil) } ) also because the programmer checked ...
by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: Fwh 23.10 TGet another problem

... nKey variable coming to METHOD KeyChar is different. I tried both versions in FW_Unicode(.T.) condition. In both cases, the nKey variable is 286. conclusion : METHOD Which function triggers the KeyChar function?
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54318

Re: Interesting discussion with ChtGPT

... "languages" with Clipper, a DOS compiler. Because it doesn't have the accurate information in its data, it gives an erroneous conclusion. Let's assume you are a new programmer, and are looking for a programming option to build an application for a client. A friend tells you ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Interesting discussion with ChtGPT

... environments that support a language will continue to be crucial. A simple language with a powerful, user-friendly IDE could be very appealing. In conclusion, it's entirely possible that simpler languages or approaches might see a renaissance in the future, especially as AI technologies become ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Fastreport de Cristobal

... you never saw that spirit of collaboration from anyone. From those experiences that I drag along my life as a programmer, I came to the conclusion that it is not worth devoting my time and effort to this type of project with that philosophy: in the end you leave a project, since you ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3105

Re: Newbie Question : XBROWSE

... so DIALOG is only when i do not want "resize" (which i most allow) WRONG CONCLUSION, obviously.
by nageswaragunupudi
Sun Nov 27, 2022 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1487

Re: Harbour CGI

Cristobal reached to the conclusion that if you generate your screens from the PRGs instead of reading them from external files, that you could also save that time and speed it up the web app :-) Along these three years using mod_harbour ...
by Antonio Linares
Sun Oct 02, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6176

Very strange problem - ideas needed

... in Record A, but does everything else exactly. What I have tried: 1). I tested the data files from the company on my computer and it worked fine. Conclusion: The files are not corrupted 2). I suspected an issue with the network, or server ( underpowered ), so I moved the data files to a stronger ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

Por que no tenemos un IDE en FWH ?

... muy productivo. El designer que tiene FWH me parece que es básico y no maneja todo el entorno gráfico como lo hacen otras herramientas RAD. En conclusion, pienso que un IDE seria un elemento (no complemento) indispensable, porque ya es necesario. Gracias y bienvenidos sus comentarios.
by Compuin
Sat May 28, 2022 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 1756

Re: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4

... Speed There are also pretty extensive C compiler benchmark pages on the net, and the overall conclusion is that the slower the compiling process is, the faster the compiled binary, and the general rank by speed is usually this: ICC (non-free), ...
by Antonio Linares
Wed Nov 24, 2021 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4
Replies: 19
Views: 1932

web browser control vs. localhost

... I thought that changing the Dialogs to HTML with the web browser control might be a good option first. I did a few more tests, but came to the conclusion that I will go the way, sending requests to the localhost from FIVEWIN. I think that the modules later can be reused more easily and the ...
by Otto
Thu Oct 21, 2021 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control vs. localhost
Replies: 3
Views: 577

Re: OT : Probleem met dit forum?

Thank you all for your suggestions, but unfortunately, the problem still exists.

I tried to go to this forum with Internet Explorer, Edge, Chrome and Firefox. The behaviour is the same in any browser. So my logical conclusion is that there might be something wrong with the forum itself.

Any ideas?
by driessen
Tue Apr 06, 2021 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 4900

Re: Problem in barmenu in FWH 20.12

That is a correct conclusion, Cristobal.
A pulldownmenu is defined when clicking the right mouse button. But in this case, I just use wbrowse.
Thanks.
by driessen
Fri Jan 08, 2021 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 1734

Re: FW_AdoImportFromDBF error

Mr. Rao, I kept trying to understand the reason I got the problem and my conclusion is: The field type in SQL should be "date", I noticed that when importing DBF's the date type field created in SQL is "datetime", I think it is pointless ...
by mariordz
Fri Dec 06, 2019 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_AdoImportFromDBF error
Replies: 14
Views: 2293
Next

Return to advanced search