Search found 81 matches: thousand

Return to advanced search

Re: error on xbrowse footer

Marc Venken wrote:Maybe :

xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators


but why the same source code on another procedure run ok ?
by Silvio.Falconi
Sat Apr 25, 2020 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3703

Re: error on xbrowse footer

Maybe :

xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators
by Marc Venken
Sat Apr 25, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3703

Xbrowse ToCalc() ToExcel() formatos numericos

... BRITISH SET CENTURY ON xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others // .t. for showing thousand separators USE ITEMS /* CCODE Character 10 DETAIL Character 50 PVP1 Numeric 14 5 PVP2 Numeric 14 5 PVP3 Numeric 14 5 ARTIVA Numeric 5 2 LASTCHANGE ...
by Jorge_T
Sun Mar 22, 2020 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToCalc() ToExcel() formatos numericos
Replies: 1
Views: 584

ORM power in next FWH

... In a few words, ORM it is a set of classes to greatly simplify the use of SQL relational DataBases. An example is worth a thousand words: function Main()   local oUsers := Users():New( "www.fivetechsoft.com:3306",;                          ...
by Antonio Linares
Sun Apr 14, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3669

Re: accounting system

... for what I want. Ofcource you cant say that you can input data online, but as a Fwinner, I had to automate it ))) Now I can read hunderds of thousand articles, manipulated them offline for speed, and upload. (I use Prestashop as Webshop) very huge amount of users (and potential customers) ...
by Marc Venken
Sat Mar 16, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accounting system
Replies: 6
Views: 1330

xBase now unstable, slow, error Status_Lock_Not_Granted

... it looks like is related to high system load or reaching the maximum users working. Also monitoring the server the system Interrupt raise to 4 thousand by hours sometimes. We have tried several solutions, making sure cables and switches are in optimal conditions, optimize the code to avoid ...
by José
Fri Jan 18, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4070

Re: How Open the same dbf

Silvio,

Since you are only using less than 10 records, filters are not a speed issue. If you were using a thousand records, then they would be a big speed issue.
by James Bott
Wed Jan 02, 2019 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open the same dbf
Replies: 17
Views: 2576

Re: xPlanner

Impressive Otto!

A picture is worth a thousand words.

James
by James Bott
Thu Oct 25, 2018 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xPlanner
Replies: 3
Views: 589

Re: Migration to web

Realistically, is there really any point to converting a large legacy FWH application to SQL files using ADORDD? I have a thousand existing installations using dbf files with zero problems. To move to a web app with an SAS model would really require starting from scratch and doing a ...
by dtussman
Fri Aug 10, 2018 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 2221

Re: Some nice looking sample dialogs code

Marc Here is a screen shot of one of my WorkOrder Invoicing modules .. there is about 6 thousand lines of code and there is no way it would fit in this message .. I have included the .rc file for your review .. send me an email to r2.1955@live.com and I will share the ...
by Rick Lipkin
Fri Jun 01, 2018 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some nice looking sample dialogs code
Replies: 2
Views: 813

Insert Into MySQL tables in different connections .. you can

... speed, it seems faster, BUT for this case it's still slow going 30 minutes and does not go up or 5,000 records of a table with 50 columns and 13 thousand records in total). I'm sure that any direct SQL statement would be faster, but I do not know how to do it ?? Thank you for your attention
by Enrrique Vertiz
Fri Dec 08, 2017 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert Into MySQL tables in different connections .. you can
Replies: 12
Views: 2231

Re: refresh MESSAGE

a thousand thanks
by kajot
Fri Jul 15, 2016 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh MESSAGE
Replies: 2
Views: 478

Re: Class TLed from Silvio Falconi

... safe better of me not tendras no answer when requesting help me . I hope not to bother and that this remains up here . Forgiveness and Apologies thousand Maestro Antonio .. Regards.. Pd. Use google translator for you to understand your language ..
by cuatecatl82
Sun Apr 10, 2016 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TLed from Silvio Falconi
Replies: 31
Views: 10008

Re: hb_xrealloc can't reallocate memory

... just a week or two ago we discovered that the ADORDD was doing a commit after each record during APPENDs. This was taking 11 hours to append 26 thousand records. Appending the same file using DBFs took 1 second. So, buffering before writing to disk provides a tremendous increase in speed. One ...
by James Bott
Wed Sep 02, 2015 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7238

Re: ADO RDD xHarbour

Maromano, In your tests have you been able to do an APPEND FROM... with several thousand records? I have tried my code twice and it crashed at 548 records once, and 1354 records once (after rebooting). So, I suspect this has something to do with memory. Both APPEND ...
by James Bott
Fri Jul 31, 2015 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447049
PreviousNext

Return to advanced search