Search found 35 matches: fraction

Return to advanced search

Re: Preview of the invoice in advance

... our SERVERBOOK concept, as we deliver an ALL-IN-ONE solution that’s better suited for the purpose than the big boxes, and at a price that’s only a fraction of what a traditional server would cost. With SERVERBOOKS ALL-IN-ONE, we’ve already handled all setup configurations with PowerShell, so we ...
by Otto
Sat Oct 26, 2024 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

New FTDN April 2024 (FWH 24.04)

... modify and save the existing record - Methods CreateTable() and ImportFromDBF() used to create DateTime and TimeStamp fields without support for fraction of seconds. Now support fraction of seconds milliseconds. - Improved support for Restoring large tables * FWMariaRowSet class - Fix in SetFilter() ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2135

Re: Forcing to unlock a record

nageswaragunupudi wrote:Well behaved programs never lock a record and wait for a user action.
Lock only when all data is ready, then lock and write all data and unlock immediately.
The entire action should not take more than a fraction of a second.


Perfectly said. I completely agree.
by Enrico Maria Giordano
Wed Nov 16, 2022 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1208

Re: Forcing to unlock a record

... user action. Lock only when all data is ready, then lock and write all data and unlock immediately. The entire action should not take more than a fraction of a second.
by nageswaragunupudi
Wed Nov 16, 2022 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 1208

New FTDN March/Marzo 2022 (FWH 22.03)

December 2021 to March 2022 =========================== * FWMariaConnection: - METHOD ValToSQL( tDateTime ) now considers fraction of seconds also. Methods Update/Insert can now store datetime values with fraction of seconds, if the field definition allows fraction of seconds. - Improved ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 1360

New FTDN September/Septiembre 2019 (FWH 19.09)

... on the progress or other variables. 2) PROMPT <cText> can also be a codeblock. All the codeblocks are evaluated with progress exressed as a fraction (0.0 to 1.0) as parameter. 3) Fix: UPDATE clause had no effect. Now working 4) New clause BORDER <nBorderClr> nBorderClr can be an RGB ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3783

FWH 1908: Meter Control Enhancements

... on the progress or other variables. 2) PROMPT <cText> can also be a codeblock. All the codeblocks are evaluated with progress expressed as a fraction (0.0 to 1.0) as parameter. Examples of Usage: BARCOLOR { |n| ARGB( n, CLR_HBLUE ) }PROMPT { |n| TRANSFORM( nSecs ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 1042

Re: To James Bott - Error Using TData

... When user A goes to add a customer, the number is assigned to the new/blank appended record and the counter advanced. The next person ( could be a fraction of a second later ), gets the next number. With this being done thousands of times a day by my clients, we never have an issue with duplicate ...
by TimStone
Wed May 29, 2019 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 7181

Re: to Nages: test for tdatabase

... the proper number, saves the value back to the record, and saves it to the appended record. The interaction with the counters file takes a fraction of a second and that is never an issue in multi-user environments. Even the above Clients sample uses control.dbf same way you are using counters.dbf. ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 7535

Re: to Nages: test for tdatabase

... the proper number, saves the value back to the record, and saves it to the appended record. The interaction with the counters file takes a fraction of a second and that is never an issue in multi-user environments. It is important to not have gaps, especially in invoices. Customer data, ...
by TimStone
Sat Apr 27, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 7535

Re: strategies

... star” agency director. Earlier this year, a group of technology providers offered to fix the agency’s botched child support system – asking only a fraction of the annual fines assessed by the federal government. In other words, getting paid was dependent on them fixing the program. SCDSS officials ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 9644

Re: trying with tdatabase

... all as part of the ::save() method. This just takes milliseconds. If there were two computers accessing the save at the exact same time ( fraction of a second ), one locks, and the other retries automatically. I NEVER have anyone tell me they actually see a system display an error on locking. ...
by Silvio.Falconi
Sat Jan 26, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 6014

Re: trying with tdatabase

... all as part of the ::save() method. This just takes milliseconds. If there were two computers accessing the save at the exact same time ( fraction of a second ), one locks, and the other retries automatically. I NEVER have anyone tell me they actually see a system display an error on locking. ...
by TimStone
Fri Jan 25, 2019 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 6014

FWH 1808: Dialog as Mdichild

... code and lesser chance to commit mistakes/bugs. 2) Flicker: With the previous implementation, the dialog appears on the screen briefly for a fraction of a second and then disappears before the mdichild window is displayed. This flicker is eliminated. 3) After activation, the variable "oDlg" ...
by nageswaragunupudi
Mon Oct 22, 2018 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4759

Re: GetExcelRange and time

... and Time values as double precision numbers and displays in the required format after conversion. So the time "08:50:00" is stored as a fraction of day, i.e., ( 8 * 3600 + 50 * 60 ) / 86400 = 0.3680555... When our program reads the data from Excel, it reads the value as number. We need ...
by nageswaragunupudi
Tue Jan 16, 2018 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange and time
Replies: 4
Views: 965
Next

Return to advanced search