Search found 47 matches: reducing

Return to advanced search

Re: Headers in xBrowse

...         NEXT       END       RETURN NIL//--------------------------------------------------------------------- I could also display the array by reducing the fields in this way  AaDd(aTemp, { oDbf:data,;                    strzero(oDbf:mi1,2)+" "+strzero(oDbf:mi2,2)+" ...
by Silvio.Falconi
Fri Oct 20, 2023 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Headers in xBrowse
Replies: 6
Views: 415

Re: Choise : Windows server standard 2022 versus essential 2022

Dear Marc, I think the prices are about right, with the Server 2019 version likely being a bit cheaper. We are reducing expenses through the use of "Serverbooks". For example, we have the following device in continuous use without any issues: HP ProBook 440 G8. I am ...
by Iris Gesser
Sat Sep 02, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1414

Re: Xbrowse Builder having a strange error (SOLVED)

We can shared code, ideas if you are interested in Xbrowse as a general Builder. I like the idea and it works great and is very time reducing in time of devellopment
I gonna try to put as much as possible in the dbf, so only changing the dbf is needed and not the code.
by Marc Venken
Sun Jan 30, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1487

Re: Advantage Database Server

... and at the same time SQL of RDMS with the great power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also highly improves speeds. Free from the limitations of DBFCDX, importantly size. Better performance with more concurrent ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3641

Re: URGENT - RIBBONBAR ERROR

Yes, already noticed in: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38730 but it's not the same: I'm not talking to you about reducing the buttons A lot more happens in my application when I press the popup menu which is inside a button and reduce the window, everything in the ...
by Silvio.Falconi
Mon Apr 06, 2020 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URGENT - RIBBONBAR ERROR - RESOLVED!!
Replies: 7
Views: 1004

Re: Reducing the EXEs sizes

Any news?

EMG
by Enrico Maria Giordano
Thu Apr 04, 2019 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Great! Keep us updated! :-)

EMG
by Enrico Maria Giordano
Sun Mar 17, 2019 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Enrico,

We are working on this. Not finished yet :-)
by Antonio Linares
Sun Mar 17, 2019 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

In the end, how to reduce the EXEs sizes? :-)

EMG
by Enrico Maria Giordano
Sat Mar 16, 2019 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

DBFs for fivehgc.lib From Windows bash: nm fivehgc.lib > fivehgc.txt dbfs_c.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( "fivehgc.txt" ), Chr( 10 ) )   local cLine, n, cName, c...
by Antonio Linares
Tue Feb 26, 2019 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Getting closer... Warning: This example TAKES TIME to execute so be patient and wait for results related.prg #include "FiveWin.ch"extern dbfcdxfunction Main()   XBrowser( Related( "window.prg" ) )    return nil   function Related( cFileName )   loc...
by Antonio Linares
Mon Feb 25, 2019 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Rao has implemented this great viewer on these generated DBFs: viewer.prg #include "FiveWin.ch"extern dbfcdxfunction SymbolBrowse2()   FIELD NAME   USE SYMBOLS NEW SHARED VIA "DBFCDX"   SET ORDER TO TAG NAME   USE USED    NEW SHARED VIA "DBFCDX"   SET ORDER TO T...
by Antonio Linares
Fri Feb 22, 2019 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Now we create a child DBF that keeps where symbols are used from: used.dbf get populated with more than 12.300 records !!! dbfs.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( "fivehg.txt" ), Chr( 10 ) )...
by Antonio Linares
Thu Feb 21, 2019 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

Much better: First create fivehg.txt this way (from Windows bash): nm fivehg.lib > fivehg.txt dbfs.prg #include "FiveWin.ch"extern DBFCDXfunction Main()   local aLines := HB_ATokens( MemoRead( "fivehg.txt" ), Chr( 10 ) )   local cLine, n   DbCre...
by Antonio Linares
Thu Feb 21, 2019 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649

Re: Reducing the EXEs sizes

We could simply do:

nm fivehg.lib > fivehg.txt

and get all the info from one single txt file...
by Antonio Linares
Wed Feb 20, 2019 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2649
Next

Return to advanced search