Search found 104 matches: simplified

Return to advanced search

Re: attribute - creation date

... does not provide direct access to the creation date of the windows it enumerates. I obtained the following information through perplexity.ai a simplified example in C #include <windows.h>#include <stdio.h>void GetProcessCreationTime(HWND hwnd) {    DWORD processId;  ...
by TomH
Wed Nov 20, 2024 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: attribute - creation date
Replies: 4
Views: 226

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... logic can be a perfectly valid, and sometimes more efficient, solution. In short, SQL is a powerful tool when it's needed, but in many modern, simplified architectures, its overhead might not always justify its use—especially when alternatives like low-level file access or lightweight databases ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303

Re: Error al compilar ejemplos con .rc con MSVC 64

Can I see your RC file? Probably it can be simplified.
by Enrico Maria Giordano
Wed Sep 18, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 605

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

hi Antonio, here is a simplified sample code I use: function main()parameters User,Password,cFunction,cGets,cPosts... here some settings*  Start application      **********************public oApp     := CApp():New(" ...
by chiaiese
Wed Sep 04, 2024 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1645

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... from Apache server. The environment is a Windows VPS server with Apache + Php installed but I think it would run on Linux also this is a very simplified code for index.php just to send the idea: switch ($_SERVER['SERVER_NAME']) {    case "siteone.com":        ...
by chiaiese
Fri Aug 30, 2024 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1645

Re: Implementing ItsMe in a FWH-application

... application will need to be able to make HTTP requests and handle JSON data. Harbour has libraries for handling HTTP requests and JSON. Here is a simplified example of how you might start implementing this in FWH: Step 1: Making an HTTP Request to ItsMe You'll need a function in your FWH application ...
by Antonio Linares
Wed Aug 07, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 886

How to Code in HARBOURINO STYLE vs. React

... could be especially beneficial for smaller teams or projects that don't require full immersion in a complex framework. Readability: Through the simplified and compressed representation of logic and structure, the code remains easily readable and maintainable, which can be particularly useful ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 549

Advantages of a Patcher and Preprocessor over OOP

... of OOP, ideal for small teams or projects with limited budgets. Reduced Training Effort : Less training and education required, saving costs. Simplified Variable and Parameter Management :Less Variable Passing: By dividing the code into logical units, the need to pass variables and parameters ...
by Otto
Mon Jul 29, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 267

Re: TWebView window size

... End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way:   ACTIVATE DIALOG oDlg CENTERED ;            ON INIT OnInit( oDlg ) ;      ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 1786

Re: BMP en xBrowse?

...    oBrw:aCols[2]:AddBitMap( 'INGR' )     oBrw:aCols[2]:AddBitMap( 'RENU' ) Can be simplified as: oBrw:aCols[2]:AddBitMap( { 'PEND', 'VISADA', 'DISPO', 'NDISPO', 'DEV', 'ACEPT', 'RECH', 'INGR', 'RENU' } )
by nageswaragunupudi
Wed Jan 10, 2024 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BMP en xBrowse?
Replies: 7
Views: 1157

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

glad to know the problem is solved

In FWH 23.10 we have removed many warnings, code has been simplified, thus it is possible this change in the behavior

many thanks for your great feedback
by Antonio Linares
Thu Nov 16, 2023 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 371

Re: Help splitting up a character address string

... preprocessor capabilities, which allow for a more organized and streamlined coding process. In mod_harbour applications, the main program can be simplified to just a few lines using Harbourino, facilitating the construction of the application framework​​. Application in Fivewin: Harbourino is ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 1633

Interesting discussion with ChtGPT

... learning curve. AI Integration: With the advent of AI and automated code creation, some of the more complex aspects of programming might indeed be simplified or even automated. This could reduce the need for extensive libraries and frameworks, as the AI might be able to generate the required code ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2132

Re: Lentitud al abrir una dbf en red

... 10 workstation .. ADO is very much like the syntax of TDatabase .. have a look at the FW samples and the example AdoRick.prg ... Rao has also simplified the ADO syntax into FW wrappers ....\source\function\adofuncs.prg which are already built into FiveWin .. there is no need to include adofuncs.prg ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 3108

Re: to Excel : using Array and "paste" it

... CHR( nMal + 64 ) + CHR( ( nLFcount - ( nMal * 26 ) ) + 64 ) ENDIF ELSE cEnde := CHR( nLFcount + 64 ) ENDIF RETURN cEnde We may consider using this simplified codeblock: {|n|n--,If(n<26,Chr(n+65),Chr(Int(n/26)+64)+Chr(n%26+65))}
by nageswaragunupudi
Wed Apr 26, 2023 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 3
Views: 318
Next

Return to advanced search