Search found 53 matches: hundred

Return to advanced search

Re: Xbrowse bBargetAction and the filtering function for it

... example, you are using a browse and you want to only show customers in California. Let's assume the customer database is 10,000 records and only a hundred of them are in California. With a filter you have to read all 10,000 records. However, with a scope you only have to read the 100 records that ...
by James Bott
Fri Jul 01, 2022 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 834

Re: Searching in the content of documents

Hello Otto, Thank you very much for your efforts trying to help me. How about your suggestion when one need to search in a few hundred thousands of documents? Is the system still doing its job? I'll have to test it but I will only be able to test in the second half of next week since ...
by driessen
Wed Mar 16, 2022 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching in the content of documents
Replies: 6
Views: 480

Re: Decimal detection

... out that technically 122.00000 is not the same as 122. "122.00000" implies that it is accurate to the nearest 5th decimal place (one hundred thousandth of a unit). And 122 implies it is accurate to the nearest whole number. I know that database number formats aren't setup to deal ...
by James Bott
Sat Oct 09, 2021 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1162

Re: TDatabase Class

... the object that they are relevant to. Examples: ? oCustomer:DaysOverDue() oCustomer:SendLateNotice() It takes awhile to grasp OOP, but it is a hundred times more powerful and simpler to code once you get the hang of it. I have taken old code and reduced the number of lines by more than 50% ...
by James Bott
Wed May 19, 2021 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Re: xBrowse anomoly

... contol: CONTROL "",2100,"TxBrowse",WS_BORDER | WS_VSCROLL | WS_TABSTOP,10,10,430,230 Again, I use this same methodology over a hundred times, and it only happens in some instances. Thanks for looking at it.
by TimStone
Tue Dec 03, 2019 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

Re: To Nages : Explain me how I must make this tdatabase

... during your conversion to using objects. In my previous message I did show you how to make a three line program to do what you were doing in a hundred lines. It can't get much simpler than that. I wanted to show the customer Id ( codice) in the dialog but with tdata it was not possible. I never ...
by James Bott
Sat Mar 02, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: ADORDD FAQs

... each table recordset only once. If your table recordsets have million of records you will need enough memory for it and it can easily reach some hundred MB or more. When you open that table again the memory consumption its minimum as adordd clones that table set, which means a kind of pointer ...
by James Bott
Tue Jul 26, 2016 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19600

Re: Report Drill Down

... what information they really need. In the early days, I had customers telling me they wanted a printout of all their sales. This was often over a hundred pages. Then I asked them, what are you going to do with that? They thought about it for a few days, and then came up with something like, "Find ...
by James Bott
Sat Jan 30, 2016 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 8636

ADORDD FAQs

... each table recordset only once. If your table recordsets have million of records you will need enough memory for it and it can easily reach some hundred MB or more. When you open that table again the memory consumption its minimum as adordd clones that table set, which means a kind of pointer ...
by AHF
Sun Nov 15, 2015 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 19600

Re: DBF to SQL converter program

... how much effort this requires. Maybe the server is inexpensive and doesn't require a database administrator, I don't know. If you have an app on a hundred sites, this could get really complicated. I get that there are a lot of benefits too; speed, transactions, rollbacks, larger number of users, ...
by James Bott
Tue Aug 25, 2015 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17991

Re: ADO RDD xHarbour

... read all records. In these cases either you can set the query SELECT * FROM WHERE condition only to read the records you need might be only a few hundred but this will break code compatibility. Other alternative try to use adUseServer together with CacheSize and the property Maximum Opens Rows. ...
by AHF
Thu Jun 18, 2015 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

ButtonBar od DIALOG

Hi,

Is it possible to define buttonbar od dialog like on window. (not on INIT)
I have much buttons an more than hundred private variables, i dont want to send tehm all in function for creating buttonbar
and i dont want to declare them public

Regards,
by avista
Sun Jan 04, 2015 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar od DIALOG
Replies: 6
Views: 1389

Re: Nueva web e imagen corporativa de FivetechSoft

... to meet your customers’ demands in reasonable time. Five Win has helped me to build up a solid family business, producing software for several hundred contented customers – mainly in the catering trade. I highly appreciate the active community of the Five Win Forum for discussing Five Win related ...
by Otto
Sun Sep 21, 2014 5:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nueva web e imagen corporativa de FivetechSoft
Replies: 18
Views: 3011

Re: New Web site for Fivetechsoft

... to meet your customers’ demands in reasonable time. Five Win has helped me to build up a solid family business, producing software for several hundred contented customers – mainly in the catering trade. I highly appreciate the active community of the Five Win Forum for discussing Five Win related ...
by Otto
Sat Sep 20, 2014 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Web site for Fivetechsoft
Replies: 3
Views: 980

Re: Why should I migrate from xHarbour to Harbour ?

I develop programs for over 5 years with xHarbour professionell - several hundred customers, some of them with very large databases (DBFNTX). Neither me nor my clients have ever had a problem with data or program. Why should I switch to harbour, where on the ...
by fp
Fri Jun 20, 2014 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7193
Next

Return to advanced search