Search found 96 matches: simplified

Return to advanced search

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: 854

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: 648

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: 246

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: 602

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: 1243

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: 1563

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: 271

Re: FTP Best Options ?

I have reviewed the various options, and the pages Marc provided prior to making this post. Otto, your example uses what was supposed to be the simplified tInternet class with tFTP. It works for obtaining a directory. HOWEVER, that class has no UPLOAD or DOWNLOAD methods. SO ... I'm still hoping ...
by TimStone
Sun Mar 05, 2023 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Best Options ?
Replies: 8
Views: 745

Re: "Text" Date/Time to "Number" ?

... SubStr( cISO, 18, 02 ) ), ;                       Val( SubStr( cISO, 21, 03 ) ) )  I think these functions can be simplified like this: function ISO2DateTime( cDate )   local df          := Set( _SET_DATEFORMAT, "YYYY-MM-DD" ...
by nageswaragunupudi
Tue Aug 16, 2022 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 497

Re: Windows to small ?

... WINDOW creates a window using either CreateWindowA() or CreateWindowExW() depending on whether the application is ANSI or Unicode. We can use simplified functions of FWH: GetClientArea( hWnd ) --> aRect oWnd:GetCliRect() --> oRect
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 455

Re: Windows to small ?

... WINDOW creates a window using either CreateWindowA() or CreateWindowExW() depending on whether the application is ANSI or Unicode. We can use simplified functions of FWH: GetClientArea( hWnd ) --> aRect oWnd:GetCliRect() --> oRect
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 455

Re: Convert and print chinese idioms

... own encoding systems which are still being used in those countries. Examples "Big 5" for Traditional Chinese, "GB2312" for Simplified Chinese, etc. Without knowing more about the equipment, its manual and api documentation, it is difficult to know what encoding it accepts. ...
by nageswaragunupudi
Fri Jul 22, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 474

Re: ADS - The future is <sadly> now so where do you go ?

... integrated into FiveWin .. the only difference is that you have to think of ADO in terms of an Objected oriented class and methods. Rao has simplified much of the ADO syntax with many FiveWin wrappers .. Look in the \source\functions\adofuncs.prg .. I use Sql Server for large corporate databases ...
by Rick Lipkin
Wed Apr 20, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2792

Re: Necsito hacer una extension a la clase MARIADB

Ok.
1) If you have a new method insert_2, then how do you want to simplify the above code?
Can you please show us the simplified code?

2) "idcarpeta, iddante, generacion, fecha_a, lugar_a" +
Are they all fields of the table? Or only some selected fields?
by nageswaragunupudi
Sun Apr 17, 2022 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necsito hacer una extension a la clase MARIADB
Replies: 11
Views: 779

mega menu from DBF file

Hello friends,
I am working on DBF support for mega menu.
As a first step, I make HARBOURINO blocks from the gven source.

With the HARBORINO preprocessor, the source code can be simplified very much

Best regards,
Otto

https://mybergland.com/fwforum/megamenu.html
by Otto
Sat Oct 09, 2021 9:19 am
 
Forum: mod_harbour
Topic: mega menu from DBF file
Replies: 0
Views: 272
Next

Return to advanced search