Search found 239 matches: calculated

Return to advanced search

Symbol position

... @ 20,20 SAY oCl  PROMPT "Some text"  PIXEL  OF oDLG  SIZE 100, 20  FONT oFont  CENTER then the position of the symbol cannot be calculated in this way. How can this be done ?
by Natter
Sat Jun 24, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Symbol position
Replies: 0
Views: 143

Search for a number on xbrowse and highlight it

... https://i.postimg.cc/KzgxL5Zy/ff.png the colors to highlight the number (or numbers) are taken on the basis of a table, it is calculated if the number belongs to a specific decade and according to the decade there are different colors if the user presses "N +" the ...
by Silvio.Falconi
Tue Oct 11, 2022 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 620

Re: calculate the frequency of a number

... finding the frequency of a number is quickly done. this is one of last draws https://i.postimg.cc/ZRhVp32t/h.jpg the frequency is calculated by counting how many times a number has come out over a period of time, in my case from 1871 to today Nages has calculated the relative frequency ...
by Silvio.Falconi
Fri May 27, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 444

Re: search highest digit in the array

... these are classical groupings Detlef, for the same value it is a problem, I don't know how to do it and anyway I think it always takes the last calculated? I made nRowSelect:=Colorize_Max(oBrw,RGB( 255, 0,0 ),RGB( 252, 235, 220 )) oBrw:KeyNo:= nRowSelect static Function Colorize_Max(oBrw,nColor1,nColor2) ...
by Silvio.Falconi
Thu Mar 10, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 471

Re: Print RTF using tPRINTER class ?????

... line. I've seen this example before. However, where is REPrintBox5( ). I can't find the source, or call, anywhere in FWH. Also, the positions are calculated in the .prg for each row, using nRsp and nCsp ( row, column ). I assume I can substitute in those values for the RTF values. To properly ...
by TimStone
Fri Dec 10, 2021 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print RTF using tPRINTER class ?????
Replies: 6
Views: 754

Re: editing yunus invoice

Silvio, In Yunus, the NET is calculated in the header part of the xbrowse. Did you change that also ? Position is now column 9 in your sample. The calculation for tax = // not so : nTotalTax := (nTotalRow*100)/ntax NTotalTax:= (nTotalrow ...
by Silvio.Falconi
Tue Oct 19, 2021 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 526

Re: editing yunus invoice

Silvio, In Yunus, the NET is calculated in the header part of the xbrowse. Did you change that also ? Position is now column 9 in your sample. The calculation for tax = // not so : nTotalTax := (nTotalRow*100)/ntax NTotalTax:= (nTotalrow ...
by Marc Venken
Tue Oct 19, 2021 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: editing yunus invoice
Replies: 8
Views: 526

Re: FWH : Built-in MySql/MariaDB functionality

... TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP) Example showing how to specify foreign key constraints, collations, calculated columns ( mysql 5.7 and above):   aStru := {  ;               { "code", "REFERENCES states( code )" }, ...
by goosfancito
Tue Sep 28, 2021 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28422

Re: Error on search a record on dbf with tdatabase

... return lFree:=.f. I enable a button the user press the button and the procedure show the nearly umbrellas as a small section of the beach I have calculated two places near the occupied umbrella but I could expand this section the umbrella n. 11 is that occupated ( orange) the green boxes are ...
by Silvio.Falconi
Thu Jul 08, 2021 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1530

Re: Problem with date - I not understood

... be losing 1 day of income and this will happen for every reservation period. (will become a lot of money) If he still insists on having 1 day not calculated and giving it for free.... so be it. but you have done what is espected, giving him the option.
by Marc Venken
Sun Jun 20, 2021 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 657

Re: Problem with date - I not understood

here we are talking about a different situation from hotels, the days are actually calculated for each day and not for the nights. If the interval has 55 nights, there are 56 days. For this reason, for example, I could not use the Tplan class because it manages nights ...
by Silvio.Falconi
Sun Jun 20, 2021 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 657

Problem with date - I not understood

... dates of the months: the month of June would start from the 15th because it is the 15th that is the date of the season the calculation of days is calculated how many days in that period ie for example from 15 June to 30 June the reservation interval (20.06 -14.08) is 11 days the column 5 is a ...
by Silvio.Falconi
Sun Jun 20, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 657

Re: Print Problem with FWH2104

... want the same Pen now, just remove the clause "OF oPrn" It is from FWH1909, when we use oPrn (or any device), the width of the pen is calculated for that oPrn or Device.
by nageswaragunupudi
Thu Jun 10, 2021 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2596

Discussion about CSS and inline <STYLE></STYLE>

... "stylesheet" href = "..."> Andreu, 18:11 the same applies to when you change styles from a script styles are normally only calculated at each frame, and when you change styles from js those changes are saved for later except if you check that change right after in the script ...
by Otto
Wed May 12, 2021 4:41 pm
 
Forum: mod_harbour
Topic: Discussion about CSS and inline <STYLE></STYLE>
Replies: 1
Views: 219

Re: Draw on top of a photo

... ( 3D - look ) nlinetype 2 = glow FREE_LINE(Object, hDC, nTop, nLeft, nBottom, nRight, nLineType , nColor, nPensize, nTransp ) the used values with calculated size ( 10 = the given distance from border ) oImage:bPainted    := < |hDC|          nHeight := oImage:nHeight - 20        nWidth := oImage:nWidth ...
by ukoenig
Wed May 12, 2021 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw on top of a photo
Replies: 3
Views: 549
Next

Return to advanced search