Search found 65 matches: minus

Return to advanced search

DateTime calculation

Hello,

Is it possible to perform a DateTime calculation to get current time minus 10 minutes? For example

cTenMinutesBefore := DateTime() - 10

Thank you!
by cdmmaui
Thu Jan 25, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 694

Re: Using Microsoft AI Phi-2 from FWH

... Codepage (1252) nicht dargestellt werden. 4>F:\llama.cpp\llama.cpp(10420,28): warning C4146: Einem vorzeichenlosen Typ wurde ein unärer Minus-Operator zugewiesen. Das Ergebnis ist weiterhin vorzeichenlos. 4>F:\llama.cpp\llama.cpp(10450,28): warning C4146: Einem vorzeichenlosen Typ ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8332

Re: cyclometric circle

... can enunciate the following definition: The cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the fixed 90. EXAMPLE "A". Let's consider the ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3032

Re: intercept repeated values in an array

... to subtract 90 if the sum exceeds 90 The cyclometric distance between two numbers is obtained by calculating the arithmetic difference (major minus minor); if the result exceeds "the limit" 45, the latter is subtracted from the 90 set. The mathematical distance between two numbers ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 295

Re: Health.Control.Statistics

... any exercise at all for 20 years. I have added a target value function to the Health.Control.Statistics program. A linear function is used with minus 0.1 kg/days. But you can define the value in a setup. I use plotly for the graphical statistics evaluations https://www.w3schools.com/js/js_graphics_plotly.asp ...
by Otto
Tue Aug 16, 2022 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Health.Control.Statistics
Replies: 6
Views: 810

Re: mod harbour and Fivewin RDP in parallel

The plus - minus buttons are now functioning.
Image
by Otto
Mon Jul 04, 2022 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour and Fivewin RDP in parallel
Replies: 4
Views: 610

Implement gradual zoom in print preview

I used to link in an old version of rpreview.prg which has been customized to add the following feature: 1) Pressing Ctrl - Minus at preview screen will zoom out in small decrement 2) Pressing Ctrl - Plus at preview screen will zoom in in small increment I don't want to maintain and ...
by hua
Fri Dec 27, 2019 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implement gradual zoom in print preview
Replies: 0
Views: 309

Xbrowse button size

... I use FW_BmpPlus(), FW_BmpMinus() Can we correct this problem ? the size of plus button see to smaller than minus button I tried with other file (png) https://i.postimg.cc/fbHVHNz4/other.jpg As you can see the border ( on yellow) is too big ...
by Silvio.Falconi
Tue Nov 12, 2019 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse button size
Replies: 3
Views: 776

Re: trasparent bitmap

Silvio, 2 transparent images http://www.pflegeplus.com/IMAGES/Plus.png http://www.pflegeplus.com/IMAGES/Minus.png a little bit smaller ( if to heavy ) http://www.pflegeplus.com/IMAGES/Plus1.png http://www.pflegeplus.com/IMAGES/Minus1.png ...
by ukoenig
Mon Jun 10, 2019 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trasparent bitmap on xbrowse
Replies: 7
Views: 881

Re: What should be maximum size .EXE ideally ?

... used or those are more importante in my system and the executable of my system include them. The executable is generated as any other. The module minus used or minus importante are compiled as HRB (using harbour /gh) and run using the function Hb_HrbLoad/Hb_HrbGetFunSym without any impact in the ...
by vilian
Wed May 22, 2019 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 847

Re: What should be maximum size .EXE ideally ?

I use as HRB files the modules minus used in my system.
by vilian
Wed May 22, 2019 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 847

Re: DateCalc

The built-in minus operator:

? dDate2 - dDate1

EMG
by Enrico Maria Giordano
Sat May 18, 2019 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateCalc
Replies: 3
Views: 488

Re: Ribbon Theme

... .../... local nTopMarg := 24 local nHeight := 128 + nTopMarg DEFINE RIBBONBAR oRBar WINDOW oWnd ; PROMPT "One and more", "Two and minus", "Three and more or minus" ; HEIGHT nHeight TOPMARGIN nTopMarg .../...
by cnavarro
Sun Apr 28, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28330

Re: buttons and datepick on xbrowse

... 1) I wish the 4th Header must be together with 5th header sample : 2) How I can make when the user click on "-" or "+" add/minus the value of Quantity ? 3) Now On oBrw:aCols[ 8] and oBrw:aCols[ 9 ] I insert bitmaps but How I can call tdatepick class ? to select a date ? ...
by Silvio.Falconi
Wed May 09, 2018 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3261

Problem datepick on ribbonbar

https://s9.postimg.cc/xtpt79nkf/errore_data.png I insert two datepick control with 4 button +/- for add/minus the date when I click on these buttons it refresh the datepick but all is too slowly why ? the code @ 0.9,12  DTPICKER  oDate1 VAR  dDataIniziale  OF   oGr1 ...
by Silvio.Falconi
Tue May 08, 2018 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem datepick on ribbonbar
Replies: 2
Views: 603
Next

Return to advanced search