Search found 132 matches: minimal

Return to advanced search

Re: harbour/xharbour appear ADS functions error

I don't get any errors. Please provide a minimal PRG sample to replicate the error and the batch you are using to compile. Dear EMG, I download xharbour.org file. xHarbour Binaries Rev. 10281 for BCC 7.70 This version ADS.ch not find in include ...
by richard-service
Tue Apr 09, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8329

Re: harbour/xharbour appear ADS functions error

I don't get any errors. Please provide a minimal PRG sample to replicate the error and the batch you are using to compile.
by Enrico Maria Giordano
Tue Apr 09, 2024 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8329

Re: Data exchange between PC and Android device on the same loca

... exclusive, everyone can program it as they want and feel comfortable One of my goals is to "try" to help you easily take this leap with minimal web knowledge. Those who are experts do not need these options because the nature of the web is different and the ways are different... and ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

colorize a xbrowse with a brush

... || iif( Empty(oBrw:aArrayData[oBrw:KeyNo(),nCol] ), ;            oBrush, nil ) }  any solution ? I made a minimal test to try  #include "fivewin.ch"#include "xbrowse.ch"function main()  local oDlg, oBrw  local aData    := { ...
by Silvio.Falconi
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

Re: Xlsxlibhb_ver2

...  ? "Exported to " + cFileXlsxreturn cFileXlsx  In turn this function uses a small class I started making now. Right now, this class uses minimal features of this library
by nageswaragunupudi
Thu Oct 05, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8972

Re: Error p/generar EXE usando UHTTPD2 en Windows

... solutions. They are happy with the speed (which does not mean lack of effort) of having achieved their goal. UT provides a quick solution with minimal programming that at the same time allows you to gradually assimilate, if you need it, all the other languages. This is working just fine and ...
by Carles
Mon Aug 07, 2023 7:57 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1915

Re: make a rectangule with a brush

Or we can also do this with minimal code like this:    DEFINE BRUSH oBrush STYLE BDIAGONAL COLOR CLR_GREEN   oDlg:bPainted := { || oDlg:Box( 100,100,200,300, { CLR_HRED, 2 }, oBrush, "TEXT" ) }  https://imagizer.imageshack.com/v2/xq70/924/yVyHyS.png ...
by Silvio.Falconi
Mon Mar 27, 2023 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 489

Re: make a rectangule with a brush

Or we can also do this with minimal code like this:    DEFINE BRUSH oBrush STYLE BDIAGONAL COLOR CLR_GREEN   oDlg:bPainted := { || oDlg:Box( 100,100,200,300, { CLR_HRED, 2 }, oBrush, "TEXT" ) }  ...
by nageswaragunupudi
Mon Mar 27, 2023 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 489

Re: HASH vs single variables

... of revising WINHOTEL a bit. On this occasion I now change the use of variables to hashes. Here is an example of how I make a switch row with very minimal definition. Only the red framed part is to be defined for each button. Best regards, Otto https://mybergland.com/fwforum/hashvarclip7.jpg ...
by Otto
Wed Feb 22, 2023 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1086

Re: FW Preview user style

Dear James,
the most important thing about these prg-files is the speed of execution and that only the data that is needed is returned to the server.
Therefore, it needs minimal prg files.

Best regards,
Otto
by Otto
Sun May 15, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: Fwteam - Xbrowse too slow

Marc Venken wrote:Mr. Rao,

Is this with the code from Silvo, or a changed code ?



That was just a minimal example to see to fwteam just the problem I have, not is my original source of my app.
by Silvio.Falconi
Thu Apr 14, 2022 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1133

Re: Best technic to use the set relation to syntax

... scope. Then there will be only 1 scope done. Yes, this will be a lot faster and will reduce the network traffic immensely. This make sence right ? Minimal scopes are done... Exactly. James
by James Bott
Tue Jan 11, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

... (getfocus) function, so when the invoice tab is shown, the data whill be the scope. Then there will be only 1 scope done. This make sence right ? Minimal scopes are done... Good technic ?
by Marc Venken
Tue Jan 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: OT: for the weekend

Thanks Richard, for the kind words. The problem I have here is that many of the photos that I take from the ASP site were saved in a minimal resolution. But for now, it's mainly about functionality. But MOD HARBOUR is a great thing. https://mybergland.com/fwforum/bootstrap%20example.htm ...
by Otto
Sat Oct 02, 2021 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: for the weekend
Replies: 5
Views: 599

Re: proteccion de pagina web mod_harbour

... we can take precautions. I think of uninstalling PHP on my servers. Mod harbour at the moment is not widely known, so the risk of an attack is minimal. Best regards, Otto
by Otto
Thu Sep 16, 2021 8:30 pm
 
Forum: mod_harbour
Topic: proteccion de pagina web mod_harbour
Replies: 11
Views: 1796
Next

Return to advanced search